code tag

445 questions


1 answers
299 views
0
Python's subprocess does not work as intended when multiple parameters are passed to launch the program

The environment is Windows 10, Python 3.6.5.I'm thinking of running a successful command prompt on Python (for future additional files) soffice--headless--convert-toodes--infilter=Lotus:60./123/test.1...


1 answers
327 views
0
UnityWebRequest.uploadHandler Memory Leak with List

Memory leak in UnityWebRequest.uploadHandler with List configuredWe are developing at Unity.The environment will be Unity 2018.4.22 f1.I have created the following code to upload the file.// Load file...

1 years ago

1 answers
422 views
0
I want to delete the firestore document when I delete the tableView cells, but I don't know how to get the document ID.

I am currently creating a password management application.I was able to add the entered value to the firestore and display it in TableView.Next, we are working on the ability to delete selected TableV...

1 years ago

1 answers
457 views
0
Xcode is no longer able to test the actual machine. "Command PhaseScriptExecution failed with anonzero exit code" error

I suddenly couldn't do the actual machine test on Xocde yesterday.The error statements are as follows:Command PhaseScriptExecution failed with anonzero exit codeNear the error statement were the follo...

1 years ago

1 answers
372 views
0
I want it to be displayed so that the Button title on the storyboard is aligned to the right.

This is my first time to ask a question after I just started programming, so please forgive me if there is anything that doesn't work out.Using the Xcode storyboard, I'm trying to create an arrangemen...

1 years ago

1 answers
353 views
0
About the actual machine testing on the Xcode iPhone

I wanted to test the actual machine with Xcode, and when I tried connecting the iPhone using the code and pressed the execution button in the upper left corner, I got this error.If you don't mind, ple...

1 years ago

1 answers
470 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 ...

1 years ago

1 answers
287 views
0
Archive Error in Xcode12

What should I do if I get an archive error on Xcode12?Failed to create provisioning profile.There are no devices registered in your account on the developer website. Plug in and select a device to hav...

1 years ago

1 answers
468 views
0
Please tell me JavaScript2

I understand that the syntax highlights are that the colors of = and console.log in JavaScript are red or blue.As for the continuation of the previous question, is it correct that you can normally rea...

1 years ago

1 answers
414 views
0
I want to store JSON's response

I would like to display JSON's response as String type in TableView using Codable as a structure.var movies=MovieStruct() Missing argument for parameter 'from' in call (insert 'from'<#Decoder#>)...

1 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.