473,569 Members | 2,729 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
407
thread by: leo001 | last post Mar 8 '23 by: leo001
I can’t get past the error, and I can’t find the relevant documents to solve it : Failed to do gs_sshexkey.Error: Please enter password for current user. Error: Failed to register other ssh-agent, output is
0
408
thread by: leo001 | last post Mar 8 '23 by: leo001
The latest version of the mac version of docker cannot start opengauss normally. After installation, run for a period of time and then close the mirror, and then restart and report an error. After using persistence, the gsql link reports failed to connect Unknown: 5432 The following is the start command docker run --name opengauss...
0
1,140
thread by: hoangluc19 | last post Mar 8 '23 by: hoangluc19
I have 2 table on api data: Booking{ Id, Status, Sort, CreatedDate,UpdatedAt, Title, ParticipatingLeaders, Content, UserCreatedName, UserCreatedEmail, UserCreatedPhoneNumber, DepartmentId, Start, Stop, LocationId, Request,RoomId, Date, CancelAt, SuccessAt,HostUser, LocationName, RoomName } Room{ Id, Status, Sort, CreatedDate, CreatedAt,...
0
389
thread by: mmarkgilbert142 | last post Mar 7 '23 by: mmarkgilbert142
Hi! I need a team of 4-5 engineers to do the project. Would you recommend to spend time screening and selecting each candidate individually or hire a team in 2-3 days from a service provider? Why?
0
1,175
thread by: cmarid70 | last post Mar 6 '23 by: cmarid70
I'm new to C# and visual studio My problem is the following: I have an access file with foods. In a form i have a listbox and i have succesfully connected the data source of the listbox with the access file and i get the foods in my listbox But now i want to copy the items of the listbox to an array i do that with the following line ...
0
1,039
thread by: mmarkgilbert142 | last post Mar 6 '23 by: mmarkgilbert142
Hi all! As an engineer, is it important to you how much of your code makes it into production? Do you frequently monitor the features and projects you deliver in production, even if it's not your direct responsibility?
221
367,156
Atli
thread by: Atli | last post Mar 4 '23 by: xeamcopz
You may be wondering why you would want to put your files “into” the database, rather than just onto the file-system. Well, most of the time, you wouldn’t. In situations where your PHP application needs to store entire files, the preferred method is to save the file onto the server’s file-system, and store the physical location of the file in...
3
10,206
thread by: bobbyer | last post Mar 3 '23 by: NeoPa
I use two access databases. 1 Rolodex (Client Info and related jobs, etc) - 2 is Timeclock (Employee timesheets with hours, rates etc and all necessary info for creating the various forms and reports for distribution). From time to time I have to take the above home to make changes to the frontend. Right now I use the built in Linked Table...
0
427
thread by: Shanfe | last post Mar 2 '23 by: Shanfe
how to send email to each person with query result . please support to create a access VBA code this is query result EMAIL Requested Date Inovoice no Doc user arun@gmail.com 2/26/2023 41164 Arun arun@gmail.com 2/26/2023 41165 Arun arun@gmail.com 2/26/2023 41166 Arun raj@gmail.com 2/27/2023 41167 Raj...
9
26,661
thread by: luciferjohn | last post Mar 2 '23 by: Riya Bajpai
I have an “okay” understanding out topics up to basic array rules. Anything after that is making me nervous. What do you guys recommend to learn java? I have a big textbook on it. Should I just crack it open and read page by page? Thank you in advance. I’m trying to excel in my class and want to learn from those who have mastered java.
3
17,464
thread by: PollyR | last post Mar 1 '23 by: Riya Bajpai
And Is Java as good as PHP for web development?
0
10,300
thread by: antdb | last post Feb 28 '23 by: antdb
Recently, the “Telecommunication Industry Database Adaptation Test Business Specification” and “Telecommunication Industry Database Adaptation Test Technology Specifications” formulated by the Ministry of Industry and Information Technology Institute No. 1 (Namely “National Development and Research Center of Industry and Information Safety”,...
0
9,607
thread by: antdb | last post Feb 28 '23 by: antdb
Recently, Forrester, an internationally renowned ICT research and consulting organization, recently released the Trend Report: Navigate The Data Management Ecosystem In China, aiming to help enterprises and institutional leaders in the process of digital transformation to better understand China's data management ecology to fully explore their own...
0
9,671
thread by: leo001 | last post Feb 27 '23 by: leo001
I would like to ask you how to manage the security policy of opengauss? For example, if the default value of password_reuse_time is 60, is the password changed every 60 days in production?
2
15,177
thread by: Nithin George | last post Feb 26 '23 by: bakertaylor28
<?php include 'connection.php'; if(isset($_POST)) { $name1=$_POST; $email1=$_POST; $re_email1=$_POST; $npass1=$_POST; $npass2=$_POST; $phone1=$_POST;
3
28,212
Atli
thread by: Atli | last post Feb 26 '23 by: bakertaylor28
Introduction: Sessions are one of the simplest and more powerful tools in a web developers arsenal. This tool is invaluable in dynamic web page development and it is one of those things every developer needs to know how to use. This article explains the basics of PHP Sessions. Assumptions: Basic PHP knowledge is required (variables, arrays...
11
26,396
pbmods
thread by: pbmods | last post Feb 26 '23 by: bakertaylor28
A somewhat obscure hack has emerged recently that is an offshoot of the now-infamous XSS. It is known as Cross-Site Request Forgery, or XSRF for short. XSRF is a form of temporary identity theft that can cause your computer to initiate banking transactions, send emails or text messages, or even change account info on your favorite site......
12
31,672
thread by: mcarthybn | last post Feb 26 '23 by: fatalfeel
hi , I am working on huge C programming project.I am doin debugging only by printf measn i dont have any dubugger .So it is very difficult know who is actually calling a function and i am stuck in a problem that , i have seen that one fucntion is get called by from some 160 postions. and i need to solve some problem and it is very probmatic to...
1
17,014
thread by: Ajithguru741 | last post Feb 25 '23 by: bakertaylor28
i am trying to built urer registration and user login page the registration page works perfectly fine.(the enterted data is stored the the database with $hash password) <?php $showError="false"; if($_SERVER == "POST"){ include '_dbconnect.php';
0
8,846
thread by: bakertaylor28 | last post Feb 25 '23 by: bakertaylor28
How do we use something like the following? I can't seem to find anything practical on how to use the true/false return or on how to supply parameters to a function. <?php function validate_email($email){ $exp = "^+(+)*@(+(+))+$"; if(eregi($exp,$email)){
0
23,673
thread by: BenitoJuares | last post Feb 25 '23 by: BenitoJuares
I was playing a PS3 game, particularly a Star Wars game and it made me very nostalgic, I haven't played it for years, but I started to think, is it possible to create a game of this type today with all the Technological advances, plus the existence of AI and others, I think so, but I don't know, I always knew that games were developed by large...
8
13,467
thread by: DANILIN | last post Feb 24 '23 by: DANILIN
Falsification of probability exploring possibility of falsification of random qbasic qb64 programs were created in an hour and a table using formulas = CASEBETWEEN(0;1) = IF (B3 = B2; C2 + 1; 0) = COUNTIF (C$3: C$55000; D2) = SUM(E2:E10)
1
13,048
thread by: jesuscortes0 | last post Feb 24 '23 by: junfeng
Hello in my online university center, they gave me this challenge in Java. 1. Declare an Employee class with String attributes for RFC, first name, last name, street address, postal code, and city. This class must include the object type job attribute of the JobPost class. Declare the JobPost class with String attributes for: code and...
0
5,699
thread by: leo001 | last post Feb 24 '23 by: leo001
2022-07-06 15:04:46.739 62c5279c.5068 postgres 281457772402032 WDRSnapshot 209240703 dn_6001_6002 08001 5066549580791808 CONTEXT: SQL statement "insert into snapshot.snap_global_statio_all_indexes(snapshot_id, db_name, "snap_node_name" , "snap_relid" , "snap_indexrelid" , "snap_schemaname" , "snap_relname" , "snap_indexrelname" ,...
2
16,399
thread by: shivajikobardan | last post Feb 23 '23 by: sylwiafedrowicz
I got the idea for problems like factorials or finding sum from 1 to n, where there's a pattern visible. Like this: Source:https://99x.io/blog/recursion-is-not-hard-here-is-the-right-way-to-think I got it for things like addition, subtraction, division, multiplication of two numbers as well. eg: a+b =a+b-1+1

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.