2015年4月13日

move file

摘要: 1 public static boolean move(String srcFile, String destPath) { 2 // File (or directory) to be moved 3 File file = new File(srcFi... 阅读全文

posted @ 2015-04-13 21:41 子墨sky 阅读(171) 评论(0) 推荐(0)

2014年8月27日

udev实现自动挂载USB

摘要: 环境debian testing+xfce12解决依赖时不小心将gvfs,libusb2等删除掉了,重新安装后usb不能自动挂载。在/etc/udev/rules.d/中添加udev规则后解决:参考: http://unix.stackexchange.com/questions/24731/aut... 阅读全文

posted @ 2014-08-27 22:42 子墨sky 阅读(2098) 评论(0) 推荐(0)

导航