How to use Eclipse features to customize Eclipse behavior
plugin_customization.ini about.ini
http://www.ibm.com/developerworks/opensource/library/os-ecfeat/
http://www.eclipse.org/articles/Article-Branding/branding-your-
application.html
How to use Eclipse features to customize Eclipse behavior
plugin_customization.ini about.ini
http://www.ibm.com/developerworks/opensource/library/os-ecfeat/
http://www.eclipse.org/articles/Article-Branding/branding-your-
application.html
tracing plugin in eclipse
http://ramblingabout.wordpress.com/2007/10/20/tracing-plug-ins-in-eclipse/
what’s umask
http://linuxzoo.net/page/sec_umask.html
How to remove files with special characters in Linux
rm – –null # –null is filename
20非常有用的Java程序片段
http://coolshell.cn/articles/889.html
Define and use names in formulas
http://office.microsoft.com/en-001/excel-help/define-and-use-names-in-
formulas-HA010342417.aspx?CTT=1
PS: if you want to use table name, you must insert a table to excel from
Insert tab, change the name in Design tab
Beginning PivotTables in Excel 2007 From Novice to Professional
http://www.apress.com/9781590598900
How can I have grep not print out ‘No such file or directory’ errors?
You can use the -s or –no-messages flag to suppress errors.
-s, –no-messages suppress error messages
grep pattern * -s -R -n