server tag

107 questions


2 answers
120 views
0
How can I quickly insert a data frame with a large python capacity into msql?

I want to create a data frame with Python's Pandas and insert it into mssqlData frames are formed in 14 columns at an average of 250,000 rows.sqlalchemy.create_engine to insert the whole in sql form, ...

2 years ago

1 answers
135 views
0
Can I link the mssql of azure in Hue?

Ubuntu server is using spark. I installed hue, for scheduling and monitoringhue seems to support mysql, postgresql, and sqlite by default.How can I use it in conjunction with mssql of azure in hue?

2 years ago

2 answers
48 views
0
How can I keep the server on?

I have to keep the program running on my computer to make the server work, right?If I turn off the computer, can't I use that server?Because of the assignment, I have to keep the server on for about a...

2 years ago

1 answers
49 views
0
Is there any security vulnerability if I turn on the wildcard?

Hello.I am using hosting at Cafe24.However, we need a subdomain, so the code below in .htaccess (from the community)<ifmodule mod_rewrite.c>RewriteEngine OnRewriteBase /RewriteCond %{HTTP_HOST} ...

2 years ago

1 answers
82 views
0
How do you implement the server if you make mini games that run on the web?

I've only used Java socketsI'm a clean guy with no cloud experienceOn the cloud server-based webSimple users vs. users. If you sell omok,I'm asking you this question because I'm curious about how to i...

2 years ago

1 answers
69 views
0
How do I send a string to a thread to create a chat program with Java socket programming?

import java.io.BufferedReader;import java.io.BufferedWriter;import java.io.InputStreamReader;import java.io.OutputStreamWriter;import java.net.ServerSocket;import java.net.Socket;import java.util.Scan...

2 years ago

1 answers
92 views
0
How to communicate with C-language server Cortlin clients

When the button is clicked on the app, if you send a value of 1, the program consisting of c will work, and when you finish, you will send a value to the app to notify the app that it is finished and ...

2 years ago
« - 11 -

© 2024 OneMinuteCode. All rights reserved.