设置注释模板的入口:
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
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
elipse 背景色
1、打开window->Preference,弹出Preference面板
2、展开General标签,选中Editors选项,展开。
3、选中 Test Editors,右边出现Test Editors面板。
面板中有这样一个选项:Appearance color options; 其中是各种板块颜色的设置,其中有一项是backgrou...
分类:
其他好文 时间:
2014-05-09 14:11:31
阅读次数:
358
设置js文件的默认编码格式为UTF-8
在Windows->Preference页面中,选择General->Content Types
在右边的框中,选择Text->Javascript,将下面的Default Encoding改为utf-8 设置workspace的编码格式为UTF-8
在...
分类:
系统相关 时间:
2014-05-08 17:45:14
阅读次数:
385
一、启动jetty8后,访问页面时出现PWC6345: There is an error
in invoking javac. A full JDK (not just JRE) is
required问题是我的jre的目录不对解决办法:点击window->preference->java->I....
分类:
系统相关 时间:
2014-05-08 15:24:09
阅读次数:
428