下图为MyEclipse8.5设置界面,通过window->Preferences打开,并在General选项下选择Editors->File Associations ,然后选择要设置的文件格式,选择需要的打开方式,设置为默认打开方式。
分类:
Web程序 时间:
2014-11-04 10:48:27
阅读次数:
173
田忌赛马
时间限制:3000 ms | 内存限制:65535 KB
难度:3
描述Here is a famous story in Chinese history.
"That was about 2300 years ago. General Tian Ji was a high official in the country Qi. He likes to...
分类:
其他好文 时间:
2014-11-03 19:28:49
阅读次数:
133
“window→Preferences→General→Keys→你想设置的快捷键"PS(Postscript)我常用的快捷键:撤销 Undo Ctrl+Z还原 Redo Ctrl+Y剪切 Cut Ctrl+X代码提示 Content Assist Alt+/
分类:
系统相关 时间:
2014-11-03 19:03:24
阅读次数:
240
http://topic.csdn.net/u/20080724/14/428de399-790d-442a-8340-3a5fb6dcfcee.html[修改文件编码,假设JS]在Eclipse中选择Preferences---General---Content Types在右边text菜单树里找...
分类:
系统相关 时间:
2014-11-03 19:02:34
阅读次数:
225
安装完PDM后,需要设计几项才能方便使用。
一、 设置name与code不要自动关联,我们在输入name时不希望连带code都改变。
打开Tools->General Options->Dialog,去掉Name to Code Mirroring 的勾
二、在自动生成的SQL中,不希望表名和列名包含双引号。
选择Database->Edit curren...
分类:
其他好文 时间:
2014-11-03 17:44:57
阅读次数:
199
For a binary tree, preorder traversal may be enough.
For example,
_30_
/ \
10 20
/ / 50 45 35
The result is
30 10 50 # # # 20 45 # # 35 # #
Using a queue ...
分类:
其他好文 时间:
2014-11-03 16:28:42
阅读次数:
242
Eclipse默认的主题和惨白的背景色实在是太刺激眼球了,通过设置Eclipse的背景色,来达到保护眼睛的效果。背景色设置:1、依次点击Windows -Preference -General -Test Editors,右边出现Test Editors的面板,面板中有这样一个选项:Appearan...
分类:
系统相关 时间:
2014-11-01 13:16:42
阅读次数:
254
(1)修改工作空间的编码方式:Window->Preferences->General->Workspace->Text file Encoding在Others里选择需要的编码方式,然后保存。(2)修改单个工程的编码方式:右击工程,在弹出的菜单中选择最后一项“Properties”在打开的新窗口左...
分类:
移动开发 时间:
2014-10-31 08:44:35
阅读次数:
229
Version 11.1 General Purpose Try dbms_session.reset_package...
分类:
数据库 时间:
2014-10-30 22:10:13
阅读次数:
376
生产环境出现的错误排查,错误log如下java.lang.IllegalArgumentException: Comparison method violates its general contract! at java.util.TimSort.mergeLo(TimSort.java:747)...
分类:
其他好文 时间:
2014-10-29 18:35:17
阅读次数:
205