摘要:
在/etc/filesystems这个文本文件里是所有的识别的文件系统,所以要在里面添加“ntfs”,这样就可以了。 阅读全文
摘要:
这让我纠结了一个晚上,由于第一次安装时的小失误:默认编码方式没设,使得不能默认支持中文,因此决定卸载重装,但是不能装啊...解决方案:(1)控制面板删除mySQL程序。(2)在运行中输入“regedit”则打开注册表,搜索mySQL相关注册表,将其删除。(这步我就忘了。)(3)在document and setting/AllUser/Application data中有mySQL的文件夹,将其删去。(这是隐藏文件,所以要发现他很难。)(3)重新装,安装时需要设置编码值为GB2312。(通过detailed configuration) 阅读全文
摘要:
http://wenku.baidu.com/view/51ec1cf7ba0d4a7302763a06.html 阅读全文
摘要:
http://os.51cto.com/art/201005/199291_2.htm 阅读全文
摘要:
http://wenku.baidu.com/view/8ce2d808581b6bd97f19ea0f.html 阅读全文
摘要:
GridBagLayout作为java布局管理器之首,必须好好研究一下。觉得java核心技术有些讲的不是很清楚,查了下资料。GridBagConstraints:例:如果一行有3个button,有3行。1.gridx,gridy 类似坐标,则第一个坐标为gridx=0,gridy=02.gridwidth gridheight 类似占据多少个坐标 第一个button如果为gridwidth=2,则占据了两个单位长度3.ipadx ipady 可以改变一个button的宽和高。2*ipadx+1+defaultwidth 为总宽4.weightx,weighty 相对份额,不是绝对。 如果1行中 阅读全文
摘要:
/*
GBC - A convenience class to tame the GridBagLayout Copyright (C) 2002 Cay S. Horstmann (http://horstmann.com) This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2.. 阅读全文
摘要:
NetBeans增强的代码提示功能 今天下载了NetBeans的开发版,发现NetBeans的代码提示功能的可定制性更强了,也可以像Eclipse一样达到Visual Studio的代码提示的效果,看图:就是在输入第一个字母的时候就有代码提示,而不是像以前一样只在输入“.”后才有代码提示。不过默认是没有打开的,要打开这个增强的代码提示方法如下:Tools ------>options然后找到Editor--->Code Completion,在下面的language下面选择Java 默认的Auto Popup Triggers for Java下面是只有一个“.”的,现在在这个后面 阅读全文
摘要:
http://watashi.ws/blog/1760/zojmonthly1012/ 阅读全文
摘要:
http://topic.csdn.net/u/20101023/20/5652ccd7-d510-4c10-9671-307a56006e6d.html 阅读全文