大约有 42,000 项符合查询结果(耗时:0.0456秒) [XML]
What is a Java ClassLoader?
In a few simple sentences, what is a Java ClassLoader, when is it used and why?
7 Answers
...
What is a faster alternative to Python's http.server (or SimpleHTTPServer)?
Python's http.server (or SimpleHTTPServer for Python 2) is a great way of serve the contents of the current directory from the command line:
...
Reimport a module in python while interactive
I know it can be done, but I never remember how.
6 Answers
6
...
Why do we need entity objects? [closed]
I really need to see some honest, thoughtful debate on the merits of the currently accepted enterprise application design paradigm.
...
Why does the indexing start with zero in 'C'?
Why does the indexing in an array start with zero in C and not with 1?
16 Answers
16
...
Maven-like dependency management for C++? [closed]
Say I have a C++ project that is split in several subprojects. The subproject all produce a DLL and different teams of developers work on each of the subproject. Now if I want to build the main project, is there a way to avoid having to build all the subprojects by myself?
...
Java: Static Class?
I have a class full of utility functions. Instantiating an instance of it makes no semantic sense, but I still want to call its methods. What is the best way to deal with this? Static class? Abstract?
...
How do I protect Python code? [closed]
I am developing a piece of software in Python that will be distributed to my employer's customers. My employer wants to limit the usage of the software with a time restricted license file.
...
How to indent a few lines in Markdown markup?
I want to write a few lines of text. They should be formatted normally except each line should start at the 6th column. I.e. I don't want the code block formatting rule to make this chunk of text look like code as I'll use other formatting like bold face, etc. How to do that in Markdown?
...
How to step through Python code to help debug issues?
In Java/C# you can easily step through code to trace what might be going wrong, and IDE's make this process very user friendly.
...
