上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页
摘要: cmd中使用:host cls 或 clear screen或 clear scre或clea scr 阅读全文
posted @ 2015-03-02 11:45 crazy_itman 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 在SQL Commander中,sql语句中如果有中文,显示是‘口口口’。解决办法如下:在Tools->tool Properties->General->Appearance->Fonts->SQL Editor选择支持中文的字体(比如:[新宋体]),同时把Grid和Application也选择[... 阅读全文
posted @ 2015-02-28 10:41 crazy_itman 阅读(630) 评论(0) 推荐(0) 编辑
摘要: !在SQL Commander中,sql语句中如果有中文,显示是‘口口口’。 解决办法如下: 在Tools->tool Properties->General->Appearance->Fonts->SQL Editor选择支持中文的字体(比如:[新宋体]),同时把Grid和Appl... 阅读全文
posted @ 2015-02-28 10:39 crazy_itman 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 1. 打开MyEclipse,然后“window”→“Preferences”2. 选择“java”,展开,“Editor”,选择“Content Assist”。3. 选择“Content Assist”,然后看到右边,右边的“Auto-Activation”下面的“Auto Activation... 阅读全文
posted @ 2015-02-09 17:41 crazy_itman 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 话说两台电脑要通讯就必须遵守共同的规则,就好比两个人要沟通就必须使用共同的语言一样。一个只懂英语的人,和一个只懂中文的人由于没有共同的语言(规则)就没办法沟通。两台电脑之间进行通讯所共同遵守的规则,就是网络协议。那么谁来制定这个网络协议?国际标准化组织(ISO)定义了网络协议的基本框架,被称为OSI... 阅读全文
posted @ 2015-01-07 15:47 crazy_itman 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 1、在抽象类中能否写main方法,为什么?2、在接口中能否写main方法,为什么?3、Java能否使用静态局部变量,为什么?4、Java类变量,实例变量,局部变量在多线程环境下是否线程安全,为什么?5、一个Java文件最多能有多大,最多能有几个方法,几个变量,为什么?6、一条select语句,如果不... 阅读全文
posted @ 2015-01-05 10:35 crazy_itman 阅读(97) 评论(0) 推荐(0) 编辑
摘要: public class Test2{ public static void main(String[] args) { String s = "211ahn678rh2kkk07312n3e12w4"; int begin = 0; outer:for(;begin=48 && s.char... 阅读全文
posted @ 2015-01-05 09:57 crazy_itman 阅读(306) 评论(0) 推荐(0) 编辑
摘要: import java.util.ArrayList;import java.util.Arrays;import java.util.List;public class Test{ private static String[] s = new String[]{"a","b","a"}; pri... 阅读全文
posted @ 2015-01-04 17:06 crazy_itman 阅读(378) 评论(0) 推荐(0) 编辑
摘要: import java.util.ArrayList;import java.util.Arrays;import java.util.HashSet;import java.util.Iterator;import java.util.List;import java.util.Set;publi... 阅读全文
posted @ 2015-01-04 16:57 crazy_itman 阅读(275) 评论(0) 推荐(0) 编辑
摘要: import java.util.ArrayList;import java.util.Arrays;import java.util.List;public class Test{ private static String[] s = new String[]{"1","2","3","4"};... 阅读全文
posted @ 2015-01-04 16:39 crazy_itman 阅读(413) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 20 下一页