暴力的:直接下载解压以后放到erlang的lib目录,比如/usr/local/Cellar/erlang/17.3/lib/erlang/lib和谐的:在用户名下建立.erlang文件在里面添加路径比如code:add_pathz("/Users/mmc/erlang/3rd_libs/rfc46...
分类:
其他好文 时间:
2014-10-22 15:54:16
阅读次数:
278
(1)配置clean up,然后执行source -> clean upwindow -> preferences -> java -> code style -> clean up -> code organize -> formatter -> remove trailing whitespac...
分类:
系统相关 时间:
2014-10-22 14:28:56
阅读次数:
392
There is a tools called "dx", this tool can transfer Java Binary Code into Android Dalvik Binary code.In Android, Java Binary Code cannot be recognize...
分类:
移动开发 时间:
2014-10-22 12:48:36
阅读次数:
133
window.setInterval()功能:按照指定的周期(以毫秒计)来调用函数或计算表达式。语法:setInterval(code,millisec) code:在指定时间到时要执行的JavaScript代码串或函数。 millisec:设定的定时时间,用毫秒数表示。返回值:定时器的...
Following code explain how 'global' works in the distinction of global variable and local variable. 1 var = 'Global Variable' 2 print(var) 3 4 def fu....
分类:
编程语言 时间:
2014-10-22 12:37:34
阅读次数:
161
EditPlus,很土很简单很强大的网页编程工具http://www.editplus.com/download.html 下载http://www.cnblogs.com/pingjiang/archive/2012/05/17/efficient-code-editor-editplus.ht....
分类:
Web程序 时间:
2014-10-22 12:30:15
阅读次数:
250
首先,让我们谨记为什么要做代码评审。对于任何专业的软件开发人员来说,最重要的目标之一是能够持续的提高他们的工作质量。即使你的团队里尽是优秀的程序员,你也不能将你自己与一个有能力的自由从业者区分开来,除非你能够作为一个团队工作。代码评审是达到这个目的的最重要方式之一。...
分类:
其他好文 时间:
2014-10-22 11:08:44
阅读次数:
181
pre class="html" name="code">pre class="html" name="code">pre class="html" name="code">pre class="html" name="code">{
"y_legend":{
"text": "Time of day",
"style": "{color: #736AFF...
分类:
其他好文 时间:
2014-10-22 11:08:23
阅读次数:
242
在使用Eclipse 编写Java代码时,自动生成的注释信息都是按照预先设置好的格式生成的。修改作者、日期注释格式:打开Windows->Preferences->Java->Code Style->Code Templates,点击右边窗口中的Comments,可以看到有很多选项,我们便可对此注释...
分类:
系统相关 时间:
2014-10-22 11:00:14
阅读次数:
225
I have the following code adding an ActionListener to a JTextField:chatInput.addMouseListener(new java.awt.event.MouseAdapter() { public void mouse...
分类:
其他好文 时间:
2014-10-22 09:53:09
阅读次数:
124