摘要: import java.io.File;import javax.swing.filechooser.FileSystemView;/** 显示本地磁盘根盘符,显示桌面路径 */public class RDDemo { static File[] files; public stati... 阅读全文
posted @ 2015-06-17 22:51 沧海一滴 阅读(403) 评论(0) 推荐(0) 编辑
摘要: package file.extendsion;import java.io.ByteArrayOutputStream;import java.io.File;import java.io.FileInputStream;public class LnkParser { // http://... 阅读全文
posted @ 2015-06-17 14:36 沧海一滴 阅读(1011) 评论(0) 推荐(1) 编辑
摘要: 永久打开或则关闭 chkconfig iptables on chkconfig iptables off 即时生效,重启后还原 service iptables start service iptables stop 开机默认VSFTP服务自动启动:方法一:(常用\方便)[root@localho... 阅读全文
posted @ 2015-06-17 12:54 沧海一滴 阅读(186) 评论(0) 推荐(0) 编辑
摘要: Campwood SoftwareSourceMonitor Version 3.5The freeware program SourceMonitor lets you see inside your software source code to find out how much code y... 阅读全文
posted @ 2015-06-17 08:56 沧海一滴 阅读(1029) 评论(0) 推荐(0) 编辑
摘要: 循环标签跳出循环public class GotoTest { public static void main(String[] args) { int[][] array={ {1,20,3}, {28,90,10},... 阅读全文
posted @ 2015-06-17 08:14 沧海一滴 阅读(257) 评论(0) 推荐(0) 编辑