-
I have a solution with several projects. A business components project, an MVC web app, a DTO\'s and...
- 514 浏览
- 3 回答
- 4 关注
-
I am new to creating python bots and I have little experience. My initial code is: @bot.command() as...
- 1243 浏览
- 0 回答
- 5 关注
-
I have damon in python which runs external program: subprocess.call([\java\, \-jar\, \start.jar\]) ...
- 1665 浏览
- 1 回答
- 2 关注
-
I need to do the following thing. Having multiple png files in folder with a naming convention set: ...
- 371 浏览
- 2 回答
- 6 关注
-
I have a code like this: .bss woof: .long 0 .text bleh: ...some op codes here. now I would like ...
- 432 浏览
- 1 回答
- 4 关注
-
I have a piece of JSON that looks like this: [ { \$id\: \1\, \Name\: \James\, \BirthD...
- 1015 浏览
- 2 回答
- 5 关注
-
What is the programatic equivalane to defining a bean like this in xml: Idea
- 1413 浏览
- 0 回答
- 4 关注
-
Code: #include using std::cout; using std::endl; struct A { virtual void foo() { ...
- 1983 浏览
- 2 回答
- 4 关注
-
I am trying to build a python application on Windows with cx_freeze as part of a school project and ...
- 1994 浏览
- 0 回答
- 5 关注
-
I have a string. s = \'1989, 1990\' I want to convert that to list using python & i want output a...
- 2048 浏览
- 6 回答
- 6 关注
-
How can I open mail client from my app, NOT SENDING EMAIL just open the inbox? when I use Intent i...
- 574 浏览
- 2 回答
- 6 关注
-
My table uses rounded corner cells for the sections. However, on some iOS devices, the rounded corne...
- 415 浏览
- 0 回答
- 6 关注
-
I\'ve tried several things, however when I want to execute my code which is using geopandas, I am ge...
- 1839 浏览
- 0 回答
- 5 关注
-
I have a generic utility type called Result for operations that might return a value or might return...
- 709 浏览
- 0 回答
- 4 关注
-
I am a beginner in C++ and I am currently working with strings. My question is why when compiling t...
- 1513 浏览
- 3 回答
- 4 关注