摘要: You need to set eclipse's default installed "jre" to a jdk. Eclipse Window Menu => Preferences => enter search string "jre" in left navigation pane => 阅读全文
posted @ 2016-03-08 13:31 pengfeis 阅读(128) 评论(0) 推荐(0) 编辑
摘要: The command port and cluster bus port offset is fixed and is always 10000. The LPUSH command inserts a new element on the head, while RPUSH inserts a 阅读全文
posted @ 2016-03-07 22:27 pengfeis 阅读(166) 评论(0) 推荐(0) 编辑
摘要: Information:Using javac 1.8.0_60 to compile java sourcesInformation:java: javacTask: 源发行版 1.6 需要目标发行版 1.6Information:java: Errors occurred while compi 阅读全文
posted @ 2016-02-17 22:07 pengfeis 阅读(297) 评论(0) 推荐(0) 编辑
摘要: Mongo Run As Windows Service Command:D:\Dev\Tools\mongodb-2.4.9\bin\mongod.exe --config D:\Dev\Tools\mongodb-2.4.9\mongod.cfg --install 阅读全文
posted @ 2015-09-17 21:41 pengfeis 阅读(115) 评论(0) 推荐(0) 编辑
摘要: Style Guide for Python Code:https://www.python.org/dev/peps/pep-0008/在Python中,类似于 C ,任何非零整数都是 true;0 是 false 条件也可以是字符串或列表,实际上可以是任何序列; 阅读全文
posted @ 2015-09-17 21:37 pengfeis 阅读(99) 评论(0) 推荐(0) 编辑
摘要: database, oracle 阅读全文
posted @ 2014-09-14 18:21 pengfeis 阅读(149) 评论(0) 推荐(0) 编辑
摘要: Using the wrong join condition in aFROMclause causes unpredictable results. If theFROMclause specifies a one-to-many join and theSETclause references ... 阅读全文
posted @ 2014-09-13 02:03 pengfeis 阅读(801) 评论(0) 推荐(0) 编辑
摘要: :!% 阅读全文
posted @ 2014-09-03 00:44 pengfeis 阅读(100) 评论(0) 推荐(0) 编辑
摘要: Create a new repository on the command linetouch README.mdgit initgit add README.mdgit commit -m "first commit"git remote add origin https://github.co... 阅读全文
posted @ 2014-09-02 00:26 pengfeis 阅读(113) 评论(0) 推荐(0) 编辑
摘要: :g/^$/d:g will execute a command on lines which match a regex. The regex is 'blank line' and the command is :d (delete)g 会执行一个正则表达式的命令,能删除文本里面的空行。 阅读全文
posted @ 2014-07-02 00:21 pengfeis 阅读(133) 评论(0) 推荐(0) 编辑