点击 Preference -> Settings-User1
"tab_size":2,2 "translate_tabs_to_spaces":true
分类:
其他好文 时间:
2014-06-03 12:05:22
阅读次数:
165
设置注释模板的入口:
Window->Preference->Java->Code Style->Code Template
然后展开Comments节点就是所有需设置注释的元素啦。现就每一个元素逐一介绍:文件(Files)注释标签:/*** @Title: ${file_name}*
@Packa...
分类:
编程语言 时间:
2014-05-26 18:20:15
阅读次数:
387
Eclipse Java注释模板设置详解设置注释模板的入口:
Window->Preference->Java->Code Style->Code Template
然后展开Comments节点就是所有需设置注释的元素啦。现就每一个元素逐一介绍:文件(Files)注释标签:/*** @Title: ...
分类:
系统相关 时间:
2014-05-26 18:08:52
阅读次数:
507
Linux下ntpdate时间同步 Ntp服务器配置(暂略,以后整理) 时间同步方法 同步命令 #
ntpdate ntp服务器域名或IP 例:# ntpdate 192.168.1.10 自动运行同步时间脚本设定 # crontab –e 添加脚本例子如下:
*/20 * * * * /usr/s...
分类:
系统相关 时间:
2014-05-26 09:05:47
阅读次数:
366
therearetwosituationsinthiserror,oneisJavaheapspaceandsolutionasbelow:a.在Eclipse里选:Window->Preference->InstalledJREs->选中->Edit,在DefaultVMArguments里输入-Xms256m-Xmx1024m,表示最小内存256M,最大1G,然后运行就可以了。b.Run->RunConfigur..
分类:
编程语言 时间:
2014-05-25 04:53:25
阅读次数:
301
1. 在Eclise --> preference --> android --> bulid 能够看到缺省的debug keystore;注意,最新版本的Android Eclipse中无需再自己产生MD5 和 SHA1
2. 登录Google网站账户后转到如下网址 https://console.developers.google.com/project/apps~so...
分类:
移动开发 时间:
2014-05-25 04:24:43
阅读次数:
331
在研究了IOS中几种数据存储的技术 (1)XML属性列表 —— PList
(2)NSKeyedArchiver 归档 (3)Preference(偏好设置) (4)SQLite3 (5)Core
Data(以面向对象的方式操作数据库SQLite) 之后,比较有心得的体会:虽然通过文件...
分类:
移动开发 时间:
2014-05-17 21:05:04
阅读次数:
494
本章主要知识点如下: 了解Shared Preferences
接口OnSharedPreferenceChangeListener, 每当添加、移除或者修改一个特定的Shared Preference
时候可以调用一个回调函数 创建Preference Screen(首选项框架) Preferen...
分类:
移动开发 时间:
2014-05-15 09:26:37
阅读次数:
420
window->preference->General->workspace->Text file encoding->utf-8->Apply->ok
project->clean...
分类:
其他好文 时间:
2014-05-15 03:48:15
阅读次数:
320
同步时间:ntpdate202.120.2.101(上海交大ntp服务器)使用ntsysv--level2345,关闭非必要程序自动运行。修改/etc/sysconfig/i18n文件内容为:LANG="zh_CN:gb2312"源码放在/usr/local//创建用户及站点目录并更改权限groupaddwwwuseradd-r-gwww-s/sbin/nologinwwwgroupaddmysqlu..
分类:
其他好文 时间:
2014-05-09 14:27:28
阅读次数:
399