All Questions

19771 questions


1 answers
359 views
0
I want to set the timestamp of the directory list returned by the web server to JST.

Lighttpd is a web server on Debian (Strech).When you access the server from a web client and retrieve the directory list, the file timestamp is returned in UTC.I'd like to change it to return in JST, ...

2 years ago

1 answers
326 views
0
which of the golang regular expression (regexp string) packages is better

If the regular expression of go is slow, there was an article on the Internet, so did you want to make it similar? Which is faster, string or regexp? (I didn't compare it with the code I told you beca...

2 years ago

2 answers
431 views
0
Do I need a computer to participate?

aibo-developerCan I participate in this event only with my smartphone because I don't have a computer?

2 years ago

2 answers
289 views
0
The graph defined by the function in Colaboratory is not displayed

I was running it on the Jupiter Notebook, but when I ran it on the Collaboration, the graph disappeared.Please let me know if you know where to fix it.Thank you for your cooperation.import matplotlibd...


1 answers
363 views
0
401000 Authentication Error in Microsoft Translator API

Entering the following code at the MAC terminal results in an error.Microsoft Azure only configures the Translator in Marketplace and enters the key and the key in the Endpoint column into the Ocp-Api...

2 years ago

1 answers
268 views
0
I want to spin multiple dataframes with a for statement

df_1,df_2,df_3 and all columns are the same.df_1['year'].shapedf_2['year'].shapedf_3['year'].shapeYou want to spin the above with the for statement, for in (1,2,3): df_(i)['year'].shapeI'd like to do ...


2 answers
320 views
0
The C++ operation changes the answer.

Ask about the Panasonic 2020 contest C problem.The AC codes are as follows:#include<bits/stdc++.h>using namespace std;typeedef long long ll;typeef pair <int,int>P;// Macro# define REP(i,n)...

c++
2 years ago

1 answers
294 views
0
Do you have any samples of Rust for P2P communication?

As per the title, do you have any samples of Rust for P2P communication?https://docs.rs/libp2p/0.31.1/libp2p/This seems to be the case, but it is very difficult to understand in English...First, I wou...

2 years ago

1 answers
435 views
0
Is it safe to publish below /var/www in production deployment?

I'm a beginner at Linux & Larvel.I'm concerned about security for production deployments./var/www The following is the public directory?projectName = laraproject.Default Public Directory Server Values...

2 years ago

1 answers
281 views
0
I want you to read the JSON file containing the hierarchical structure.

I tried to load the json file by incorporating picojson into VisualStudio 2012 C++, but I was not able to load the json file successfully.(The data I want most is multiple two-dimensional arrays in th...

« - 165 - »

© 2024 OneMinuteCode. All rights reserved.