大约有 10,160 项符合查询结果(耗时:0.0216秒) [XML]
How to delete a folder with files using Java
I want to create and delete a directory using Java, but it isn't working.
25 Answers
2...
What is the maximum length of latitude and longitude? [closed]
How long can latitude and longitude be?
7 Answers
7
...
How to create circle with Bézier curves?
We have a start point (x, y) and a circle radius. There also exists an engine that can create a path from Bézier curve points.
...
Algorithm to detect intersection of two rectangles?
I'm looking for an algorithm to detect if two rectangles intersect (one at an arbitrary angle, the other with only vertical/horizontal lines).
...
How large should my recv buffer be when calling recv in the socket library
I have a few questions about the socket library in C. Here is a snippet of code I'll refer to in my questions.
6 Answers
...
Script to get the HTTP status code of a list of urls?
I have a list of URLS that I need to check, to see if they still work or not. I would like to write a bash script that does that for me.
...
Split List into Sublists with LINQ
Is there any way I can separate a List<SomeObject> into several separate lists of SomeObject , using the item index as the delimiter of each split?
...
How to match, but not capture, part of a regex?
I have a list of strings. Some of them are of the form 123-...456 . The variable portion "..." may be:
7 Answers
...
Fastest way to iterate over all the chars in a String
In Java, what would the fastest way to iterate over all the chars in a String, this:
8 Answers
...
biggest integer that can be stored in a double
What is the biggest "no-floating" integer that can be stored in an IEEE 754 double type without losing precision ?
7 Answer...
