摘要:
类型名称地址 视频 慕课网 http://www.imooc.com/ 视频 网易云课堂 http://study.163.com/ 教程 菜鸟 http://www.runoob.com/ 教程 易百 http://www.yiibai.com/ 博客 importnew http://www.i 阅读全文
摘要:
mac同样适用 调用shell脚本,判断是否正常执行,如果正常结束,Process的waitFor()方法返回0 更多资料: http://www.cnblogs.com/shihaiming/p/5884859.html http://www.jb51.net/article/69930.htm 阅读全文
摘要:
1. 字符串有整型的相互转换 String a = String.valueOf(2); //integer to numeric string int i = Integer.parseInt(a); //numeric string to an int 2. 向文件末尾添加内容 Buffered 阅读全文