All Questions

19771 questions


1 answers
389 views
0
Update action does not update data

The value of the update action has not been changed, and there are no errors.Create works fine.views/searches/edit.html.erb<%=form_with(model:@search,local:true)do|f|%> <%=f.label:postal_code...


1 answers
320 views
0
I want to move only the Z axis at the midpoint of the 3D parabola connecting the two points.

We draw a 3D parabola connecting the two points.Vector3_controlPoint=new Vector3(0,0,-50);var control=(_trans1.position+_trans2.position)/2+_controlPoint;verticalPoints=_middlePoints+2;List<Vector3...

2 years ago

3 answers
444 views
0
perform real-time processing of data from a microcomputer board using python pygame

I would like to communicate with arduino using this site https://algorithm.joho.info/arduino/python-serial-temperature-graph/ to display the graph in real time.The text is displayed without any proble...

2 years ago

2 answers
307 views
0
I want Python to load CSV files in Dict and list types

As I am a beginner at Python, please let me know if this is a rude question.I'm thinking about how Python can read data from the following csv files:CSVACDT1,7 0 0 22,7 0 0 33,7 0 0 54,7 0 0 25,7 0 0 ...

2 years ago

1 answers
348 views
0
Flexbox does not align the height of the elements

I'm coding with css, but the height of the elements in the flexbox is not alignedThe code below is HTML.<div class=plans-content> <div class=plan-content-item> <h3class=plan-content-tit...

2 years ago

1 answers
440 views
0
How to Proxy for Browser Communications Only in Bash Scripts

I would like to use the proxy specified only when the chrome browser communicates through the Bash script, is that possible?I have a vague knowledge of the network, so could you tell me what kind of a...

2 years ago

1 answers
431 views
0
Recruiting a good way to write TypeScript that defines the type of HH/MM as '01' | '02' | '03' | ... | '60'

time{ HH:string MM:string}Assume that there are objects such as , and that HH and MM are retrieved from the API as strings.I would like HH and MM to be able to substitute only the zero embedded string...

2 years ago

1 answers
476 views
0
How do I copy a file path with only a shortcut in the mac version of VSCode?

Is there a shortcut to copy the path of the active file in the mac version of VSCode?I can use the following shortcuts for Windows, but Shift+F10 (context menu display)Shift+Alt+C (path copy)There is ...

2 years ago

1 answers
380 views
0
Create action to display warning and exit when true is received in shell script if branch

I would like to check the contents of the hoge file and decide whether to finish or not.·Procedure for the confirmation process you want to createDetermining if the first line of the 22-24 line of the...

2 years ago

1 answers
348 views
0
Unable to log in to the DockerHub account. FATA [0072] Error response from daemon:

An error occurred while building a Docker environment on Ubuntu. sudo docker run hello-world was able to run, but when I try to log in to my DockerHub account, I get an error.Is there any solution or ...

2 years ago
« - 150 - »

© 2024 OneMinuteCode. All rights reserved.