724 reputation
613
bio website blog.zhengdong.me
location Hangzhou, China
age
visits member for 3 years, 3 months
seen May 17 at 13:13
stats profile views 93

A programmer.


Mar
20
awarded  Critic
Jan
29
awarded  Yearling
Dec
25
awarded  Enlightened
Dec
25
awarded  Nice Answer
Nov
29
awarded  Popular Question
Nov
22
answered How can I set the encoding of shell-command-on-region output?
Nov
16
answered How can I format timedelta for display
Nov
16
revised How to automatically do org-mobile-push org-mobile pull in emacs
Update for comments
Nov
16
comment How to automatically do org-mobile-push org-mobile pull in emacs
What I wrote is a way to do this simply, yes, idle timer is better, but need more scripts, I'll edit this answer to add idle timer solution, which I am using now.
Aug
14
awarded  Enthusiast
Aug
12
comment running scheme from emacs
@dave, I have encountered this problem, fix by using guile 2.0.x, geiser doesn't support guile 1.x.
Jun
14
awarded  Caucus
Mar
15
accepted How am I supposed to choose the location of config files in maven project
Mar
15
answered How am I supposed to choose the location of config files in maven project
Mar
13
revised How am I supposed to choose the location of config files in maven project
added 577 characters in body
Mar
11
comment How am I supposed to choose the location of config files in maven project
It has lots of config settings which might be changed from time to time. I just want to separate the config file and the running jar, put them in pom.xml seems no help.
Mar
9
comment How am I supposed to choose the location of config files in maven project
The property is complicated, so, I have to use a property file, but never mind, I no longer put it in src/main/resources, and access it by file path.
Mar
8
comment How am I supposed to choose the location of config files in maven project
@FrVaBe Yes, I already found it, and worked well. Thanks very much.
Mar
8
comment How am I supposed to choose the location of config files in maven project
Yes, it uses, but it's the normal way to access resource files in maven project. I think I may put my configuration files to some other place instead of src/main/resources, I prefer same dir as the running jar, I am looking for how to get running jar path inside code.
Mar
8
revised How am I supposed to choose the location of config files in maven project
added 6 characters in body