大约有 13,071 项符合查询结果(耗时:0.0204秒) [XML]
Browse and display files in a git repo without cloning
Is there a way to browse and display files in a git repo without cloning it first? I can do those in svn using the commands:
...
How to read and write excel file
I want to read and write an Excel file from Java with 3 columns and N rows, printing one string in each cell. Can anyone give me simple code snippet for this? Do I need to use any external lib or does Java have built-in support for it?
...
Can I install Python 3.x and 2.x on the same Windows computer?
I'm running Windows and the shell/OS automatically runs Python based on the registry settings when you run a program on the command line. Will this break if I install a 2.x and 3.x version of Python on the same machine?
...
How do I enable/disable log levels in Android?
I am having lots of logging statements to debug for example.
17 Answers
17
...
problem with and :after with CSS in WebKit
I would like to add some style on a select box with the pseudo :after (to style my select box with 2 parts and without images). Here's the HTML:
...
How can I remove the first line of a text file using bash/sed script?
I need to repeatedly remove the first line from a huge text file using a bash script.
16 Answers
...
How to check that a string is a palindrome using regular expressions?
That was an interview question that I was unable to answer:
32 Answers
32
...
android EditText - finished typing event
I want to catch an event when the user finishes editing EditText.
14 Answers
14
...
Split string to equal length substrings in Java
How to split the string "Thequickbrownfoxjumps" to substrings of equal size in Java.
Eg. "Thequickbrownfoxjumps" of 4 equal size should give the output.
...
How to convert JSON data into a Python object
I want to use Python to convert JSON data into a Python object.
21 Answers
21
...