- 博客(4)
- 收藏
- 关注
转载 win7玩游戏时不能全屏该怎么解决
Win键+R键,打开运行窗口,输入regedit 回车,这样就打开了注册表编辑器,然后,定位到以下位置:HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\GraphicsDrivers\Configuration\在Configuration这上面右键,选择查找,输入Scaling,在右框找到scaling,右键scaling修改将数值改为3即可(原值
2012-11-24 17:11:22
932
原创 "Format" did not complete normally。MyEclipse手动格式化web.xml文件错误
Eclipse 在手动格式化web.xml时报错"Format" did not complete normally. Please see the log for more information.Overlapping text edits。格式化其它*.xml时无错。最后重新后写web.xml中内容,是在中多了一些空格导致的,去掉空格就OK了。
2012-08-07 16:35:51
4313
转载 Myeclipse 快捷键大全
存盘 Ctrl+s(肯定知道) 注释代码 Ctrl+/ 取消注释 Ctrl+\(Eclipse3已经都合并到Ctrl+/了) 代码辅助 Alt+/ 快速修复 Ctrl+1 代码格式化 Ctrl+Shift+f 整理导入 Ctrl+Shift+o 切换窗口 Ctrl+f6 ctrl+shift+M 导入未引用的包 ctrl+w 关闭单个窗口 F3 跳转到类、
2012-08-05 09:13:32
599
转载 Hibernate分页查询的实现
在mysql中新建数据好USER表,字段有3个,分别是id、username、password,贴上脚本仅供参考 create table `ding`.`user`( `id` intdefault '' not null, `username` varchar(30), `password` varchar(30),
2012-08-02 14:40:19
422
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人