473,608 Members | 1,809 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Latest Bytes Forum

Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.
 
0
2,349
thread by: pisthaprgrmr | last post Jul 1 '22 by: pisthaprgrmr
While developing for a mobile application, ther comes a requirement for refresh the JWT token. for which i had implemented login response as 1. access token and 2. refresh token. Where access token has an expiration time of 8 hrs. and refresh token has an expiration time of 2 yrs. If the access token is expired the api (/refresh-token) is...
0
8,071
thread by: zachatmarco | last post Jun 30 '22 by: zachatmarco
Hello, to the reader of this question. I have a unique problem, at least I think. I have one website / brand that is developing website/brand kits for new businesses and real estate agents. Our goal is to create a unique, branded website(client portal) in which they can purchase business apparel and gear with their logos on the gear. I...
0
11,972
DJRhino1175
thread by: DJRhino1175 | last post Jun 30 '22 by: DJRhino1175
I get the 2501 error stating that the Out put to was canceled without anyone cancelling it. I go to debug and it points to lines 21 and 22. I do not have any issues running this on my PC, but I have a user that gets this every time he try's to run this code. I gave his PC full control of the folder the database is in thinking it was a rights...
0
8,763
thread by: Ravipg | last post Jun 28 '22 by: Ravipg
Dear All, I have been facing below issue when trying to export table data in CSV format only when used where condition. I dont see any issue if I dont use where condition. Eg: Succesfully copied to CSV dnsdb=> \copy domains to '/root/pgdata/mycsv.csv' csv; COPY Failing with below error when added where condition
0
8,914
thread by: gglobus | last post Jun 27 '22 by: gglobus
ascx control file which calls an aspx page, Tried all combinations of window.opener to reload the ascx page. It has no form on it so I even tried using form1 in the name to see if I could get it to reload. I even put a button on the page and that does an onClientClick that works on the button in the page. However when I try to invoke it with see...
0
7,975
thread by: shivajikobardan | last post Jun 27 '22 by: shivajikobardan
This question is pretty basic and anyone who has used packet tracer labs can easily answer this questions. >Considering these factors, propose a redundant network design architecture in hierarchical form for a bank having four departments namely HR(20 pcs), marketing(20 pcs), finance(45 pcs), IT (30 pcs). Each department has managed its own...
0
7,814
thread by: jackhack | last post Jun 26 '22 by: jackhack
Dear experts I have data set which is for validation of error on both sheet build A and B, i need vba code to list validation so minimize by pick unique values Page,Testcase,Testid i want shown values of testid once done unique validation of textbox3 from both sheet A and B for e.g "if i select page = ASIA In Listbox1 then listbox2 show...
1
11,727
thread by: lewis123 | last post Jun 24 '22 by: dev7060
i have a problem: student.dat file 1. surname, name, patronymic (40 characters); 2. course number (1 character); 3. group number (1 character); 4. summary of the sessions: 10 sets of 5 evaluations each; 5. form of education: full-time, part-time (1 character); 6. exam: subject name (10 characters) and grade (1 character); The data in the...
1
10,145
thread by: Stoney L | last post Jun 24 '22 by: dev7060
Well, dudes, I'm back for another question:What deal is with this? The error is: tempCodeRunnerFile.cpp:6:12: error: comparison between pointer and integer ('char' and 'const char *') So next, there is my code: #include <iostream> using namespace std; int main() { char a; int ascii,suma,sumb,sumc; while(a!="?"){
0
10,370
thread by: milkinvl | last post Jun 24 '22 by: milkinvl
Hello, pls help me. There is a low http dos attack on the Apache server from a specific ip. If I block this ip in .htaccess - will it help? Or Apache will first try to read the entire request (including the body), and only then will it check the possibility of access from this ip and return error 403.
2
17,513
thread by: themadtux | last post Jun 23 '22 by: webapp
Quick question, I have a label that is counting the letters that are typed in a textbox. But what I do want with that label is that I need it to be right justified. If I set the properties of the label to have right align it doesn't seem to work. So do I need to align it in the code so when it hits double digits it doesn't run over the item to...
1
16,985
thread by: DANILIN | last post Jun 22 '22 by: DANILIN
Knapsack 0-1 C# binary & rosettacode & WE Classic Knapsack problem is solved in many ways My newest program synthesizes all ciphers from 0 & 1 adding an extra register and 0 remain on left in cipher Number of comparisons decreases from N! to 2^N for example N=10 & N!=3628800 >> 2^N=1024
0
9,113
thread by: decoratorWrap | last post Jun 22 '22 by: decoratorWrap
i want to edit the python files. but whenever i right click, everything disappear. that is the first problem i am facing. second problem is whenever I want to debug the code related to this package, i cant navigat through the source lines though IDLE debugger is showing the line and line numbers only inside debugger.
0
9,877
thread by: patriciajames | last post Jun 21 '22 by: patriciajames
Can anyone recommend an API that will meet my requirements?
0
8,856
thread by: mihailmihai484 | last post Jun 20 '22 by: mihailmihai484
Hello everyone, I tried in this code to make a binarysearch dictionary in a text file using ArrayList and socket, but I don't know what happen that I can't do this..? Client code: import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.Socket; import...
1
13,854
thread by: assad | last post Jun 20 '22 by: JacqualineLi
I want to open a file but Microsoft common dialog control 6.0 doesn't open. it says license information for this component not found. what should i do?
0
8,088
thread by: xykovyci | last post Jun 18 '22 by: xykovyci
I am writing a python script. My job is to find the last date of iCalendar event from recurrence rule. This is RFC https://datatracker.ietf.org/doc/html/rfc5545. I want to know what is the best Python library to do that. I just need to store event expiry time. Is there any code already available to do that?
0
7,727
thread by: sjain6 | last post Jun 17 '22 by: sjain6
High level Java Interview Questions for Experienced and novices Java is the most by and large elaborate programming language in the continuous IT industry. One critical avocation behind the gigantic number of fledglings and specialists in the field of composing PC programs is the expert potential that Java data goes with. This article is...
2
13,663
thread by: markleo | last post Jun 17 '22 by: sjain6
when I check this link: I get bellow messy code: https://i.stack.imgur.com/dvtHU.png how to get the correct format js content?
0
9,007
thread by: VamsiMadineni | last post Jun 17 '22 by: VamsiMadineni
Hi, I need to encrypt one of the existing column data and perform full db backup and share that to dev team. Please share any tools available to do that. Thanks.
0
7,309
thread by: shivajikobardan | last post Jun 15 '22 by: shivajikobardan
https://www.cloudflare.com/learning/cdn/performance/#:~:text=In%20order%20improve%20page%20load,loads%20and%20lower%20bandwidth%20costs. I am talking about this page. It says-: “1500ms: The five assets are delivered asynchronously to the client from the origin server in Singapore.” 1 response takes 250ms, then 5 responses should be...
0
5,203
thread by: Elliefagel | last post Jun 15 '22 by: Elliefagel
Hi, I am starting a small AV installation company and I would like a recommendation for a simple and easy to use invoicing software, thank you.
1
11,149
thread by: shivajikobardan | last post Jun 15 '22 by: dev7060
I am student. I am studying "internet technology" subject. In this subject, I am studying about virtual web hosting. Here in this topic, I am studying about types of virtual web hosting. They are-: 1) Port based virtual web hosting 2) Name based virtual web hosting 3) IP based virtual web hosting I am asked to write "how to configure...
1
10,400
thread by: HansJansen | last post Jun 15 '22 by: dev7060
Hello, I am completely new on this site, so my apologies in advance if I do things I shouldn't! I am a retired software developer (since 2002...) trying to refresh my Java skills. I acquired source code of a very old program and created a NetBeans project for it, as "project with existing source". After correcting a number of deprecating...
0
10,476
thread by: Petrol | last post Jun 14 '22 by: Petrol
I have created read-only links to share some of my OneDrive files. For the past few years they have worked well, but now I find that I can't open the target files through the link. I can open them directly in OneDrive (e.g. through Word or File Explorer_ but when I click the link it opens OneDrive.live.com and the rest of the browser window...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.