会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
码农大刘
博客园
首页
新随笔
联系
管理
2015年9月22日
Java 网络编程
摘要: java在java.net包提供了丰富的api供网络编程,主要包括了:URLConnection,HttpURLConnection用于从服务器端获取数据;ServerSocket和Scoket建立TCP服务器和客户端;DatagramSocket建立UDP服务器和客户端;ServerSocket和...
阅读全文
posted @ 2015-09-22 15:16 码农大刘
阅读(169)
评论(0)
推荐(0)
2015年9月21日
Java处理XML的方法
摘要: DOM(Document Object Model) API: 顾名思义,基于dom 书读写xml。public static void main(String[] args) throws SAXException, IOException, ParserConfigurat...
阅读全文
posted @ 2015-09-21 16:07 码农大刘
阅读(583)
评论(0)
推荐(0)
Nashorn - JS引擎
摘要: Nashorn是在java中高效动态执行JS代码的运行环境。ScriptEngine engine = new ScriptEngineManager().getEngineByName("nashorn"); engine.eval("print('hello');"); // ex...
阅读全文
posted @ 2015-09-21 09:22 码农大刘
阅读(3756)
评论(0)
推荐(0)
2015年9月20日
MAC JAVA环境变量设置
摘要: 倒出/usr/libexec/java_home为$JAVA_HOME到文件~/.bash_profile或者~/.profile。打开Terminal,输入以下command:vim .bash_profile export JAVA_HOME=$(/usr/libexec/java_home...
阅读全文
posted @ 2015-09-20 20:59 码农大刘
阅读(474)
评论(0)
推荐(0)
2015年9月18日
youyong
摘要: http://www.androidchina.net/3345.html
阅读全文
posted @ 2015-09-18 20:59 码农大刘
阅读(144)
评论(0)
推荐(0)
2015年9月17日
Mac OS X常用设置
摘要: 显示隐藏文件夹 在命令行下输入:defaults write com.apple.finder AppleShowAllFiles YESMacOSX10.10.4 SSD TRIM 功能 在命令行下输入:sudotrimforceenableNTFS读写 diskutil inf...
阅读全文
posted @ 2015-09-17 08:38 码农大刘
阅读(311)
评论(0)
推荐(0)
公告