57 questions
It's java. Use the if statement XOXOXO---XOXOXOX--XOXOXO-X-XOXOXO--XXOXOXOOX-XOXOXO-XOXOXOXOOXXXOXOXOXXOI want to print all eight of these, but if I enter all nine spaces with - that is, -----, how do...
int main(void){long long big;big = 700000000 * 700000000;printf(%lld,big);return 0;}I don't know why I have to put the suffix ll after 700000000
I would like to export PowerPoint to PDF via powershell.I tried writing as below, but PowerPoint.Application.PpFixedFormatType:TypeName doesn't recognize it well.$Path=.\testpdf.pdf$mtrue=[Microsoft.O...
I want to put a variable in the property name, but I get an error.The code is as follows.Is there any good way?Thank you for your cooperation.var overrideCtx={}; overrideCtx.Templates={}; for(vari=1;i...
With ActivePresentation.Slides(1).SlideShowTransition .Speed=ppTransitionSpeedFast .EntryEffect=ppEffectStripsDownLeft .SoundEffect.ImportFromFile c:\sndsys\bass.wav .AdvanceOnTime=True .AdvanceTime =...
Questions about how to create a powerpoint using Python.[MATLAB] Automate creating PowerPoint slides using templates: MATLAB Report Generator Edition - Qiita Like MATLAB, I would like Python to replac...
From Python30.33333 to float 30.333330 like int 30What should I do to change my brother?
I thought it would be easy, but it's hard ㅜㅜㅜWhat should I do to make string name become John21 in the code below?string name = John;int age = 21;
If you use isdigit(), only the integer is true, and the real type shows FalseI don't think there's anything like isfloat() what should I do?
int_value = -13516;There's a value like this, but I want to change it to a hexadecimal value.hex_value = Integer.toHexString(int_value);I did it like above, but the value comes out ffffcb34But what I ...
- 1 - | » |
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
582 PHP ssh2_scp_send fails to send files as intended
620 Uncaught (inpromise) Error on Electron: An object could not be cloned
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.