工作模式:资源管理器(去除地址栏+图标变小)+(alt+tab)+自动隐藏任务栏F5刷新盘符, 因为有时新添文件夹不出现alt+space+x ie最大化ctrl+F10 word最大化win+D 全部窗口最小化win+E 打开资源管理器win+W 关闭ie或“我的电脑”ctrl+D 删除文件或文件夹win..e 打开ie(把ie移到开始菜单上)EclipseF2 rename fileF12 激活 ...
1、“HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\TrayNotify”,其中“IconStreams”项存储着“当前项目”而“PastIconsStream”项存储着“过去的项目”,将“TrayNotify”项删除,按Ctrl+Alt+Del组合键调出“Windows任务管理器”,单击进程选项卡,选择explorer.exe,结束进程。
之后在“Windows任务管理器”中选“文件”→“新建任务”,在“创建新任务”中输入explorer.exe即可。或使用优化大师的清除功能。
2、在文件夹下,快点 ...
1、google 搜索重大时刻表 java view:timeline
2、
大家看chm格式的电子书时,怎么做标记啊?
有书签用书签,要不第一时间用html help workshop反编译之,在firefox中看。
建议使用CyberArticle来阅读,可以直接把chm倒进去,可以增加标记,可以增加注释,还可以在当前阅读的页面上挂上你编写的sourcecode,个人感觉很方便!!!
我现在看chm是用firefox的chm reader extension看,终于可以放大了,不用看小小的英文字。
3、套打:overprint?
4、ultraEditor
打开文件后, 想要确定 ...
1、firefox插件 1、firebug 2、web developer extension 3、Tree Style Tab 4、gladeer 爬墙用 5、IE tab 6、tab effect 7、迅雷下载插件 2、dopus,资源管理器
- 21:45
- 浏览 (101)
- 评论 (0)
//(转载自CSDN)
其实Java本身是一种设计简单而非常精巧的语言,所以Java背后的原理也很简单,归结起来就是以下简单的两点:
1、 JVM的内存管理
理解了这一点,所有和对象相关的问题统统都能解决;
2、JVM Class Loader
理解了这一点,所有和Java相关的配置问题,包括各种App Server的配置,应用的发布问题统统都能解决。
就像张无忌学太极剑,本质就是一圈一圈的画圆,你要是懂得了太极剑的本质,那么太极剑就那么一招而已,本身是 ...
Date: Thurs, May 10 2007 7:55 am
From: Richard Heathfield
weidongtom@gmail.com said:
> Hi,
>
> I have just finished reading some tutorials on C, I am wondering how I
> could improve my skill. Is there any advice? Is reading others' codes
> the best way?
Crank up the warning level of you ...
//eclipse 的 web project
1、新建java project。
2、import filesystem
3、可以建src,它的新建方式为new - source folder 。可能 myeclipse将识别它,使它不是package。
4、新建web,把乱七八糟的东西放到那里去。
5、add web project capibility。
6、add or remove project deployments。配置tomcat。
weblogic cluster
1.在server中新建2个server, 端口自设, cl ...
SessionFactory (org.hibernate.SessionFactory)
A threadsafe (immutable) cache of compiled mappings for a single database. A factory for Session and a client of ConnectionProvider. Might hold an optional (second-level) cache of data that is reusable between transactions, at a process- or cluster-level ...
1、One of the most important features introduced by the XML Schema specification is the wide range of support for data types.
This greatly refines the quality of XML data representation, and further underscores its role as an enterprise data transport standard.
XSD schemas also provide support for ...
Head First SQL: Your Brain on SQL
head fisrt pmp
Head First Software Development by Dan Pilone *
Head First JavaScript (Head First) by Michael Morrison ...
1、Avoid div-itis
The danger when using div and span elements is in going overboard.
A few of them placed in strategic spots can greatly enhance the inherent structure of a document;
too many, and you may wish to question whether there's a more appropriate HTML element you should be using.
For exa ...
1、The CSS2 way to enforce separation between table cells is to use the property border-spacing in conjunction with the proper value for the property border-collapse, but support for that approach is pretty bad, so we've left in cellspacing. It's still valid HTML (and even valid XHTML), so no worries ...
1. 选择一行,按shift键,在行底部,可以拖动此行
2. F4和ctrl+Y重复上一次操作。
3. 复制和选择性粘贴可以转置矩阵。
4. 选择1+格(行),按shift可以添加多个相同格式的空格
5. 日期2007-9-29,2007/9/29, 9/29, ctrl+;, (ctrl+shift+space)ctrl+shift+;
6. 字符串加'
7. 双击格式刷可以复制当前格的格式。
8. 分数 1/3 --> 0 1/3
9. 在帮助里查找“快捷键” (脱机帮助)
10. 选中几个,在状态栏那里点右键可以sum。
11. Ctrl+Page Down
移动 ...
1. alt,列模式编辑
2. 自动图文集,就是模板
3.去掉requirements
在POWERDESIGNER运行时,会在注册表里写个东西:
[HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins\WordToRQM12.Connect]
删掉就好了,但每次运行了POWERDESIGNER 12.5以后就又出来,不知道为什么。也有的XD说,他删除以后就没有问题了,可我把POERDESIGNER 12.5和WORD2007里面所有关于这个插件的选项都关闭了,还是不行,每次运行完了就要删除一次,烦死了。
D:\PowerD ...
stephen covery
tony robbins
Steve Jobs and Bill Gates Together
design pattern
hack
Common Mistakes in Oracle PL/SQL Programming
How to Hack Windows Passwords
//From <Design pattern explained> , 前几天只当草稿的,今天看见有不少人看,怕误会了。用共性和可变性分析在我们的问题域寻找对象,比寻找名词和相应的动词更加有效。 共性分析寻找的是不可能随时间而变化的结构,而可变性分析则要找到可能变化的结构。可变性分析只在相关联的共性分析定义的上下文中才有意义。。。 从架构的视角来看,共性分析为架构提供长效的要素,而可变性分析则促进它适应实际使用所需。 eg.“粉笔、铅笔、圆珠笔” 共性:书写工具 变性:材料、用途 共同的概念将用抽象类表示,可变性分析所发现的变化将通过具体类实现。 名词动词分 ...







评论排行榜