摘要:
今天,简单搭建了一下git服务器。发现一篇文章写的挺好的 http://www.cnblogs.com/trying/archive/2012/06/28/2863758.html 并简单和廖雪峰的结合了下,https://www.liaoxuefeng.com/wiki/0013739516305 阅读全文
阅读排行榜
eclipse 创建web项目,新建servelet实例
2017-10-09 17:37 by alapha, 308 阅读, 收藏,
摘要:
参考: http://www.phperz.com/article/14/1127/38108.html http://jingyan.baidu.com/article/c843ea0b9aa91477931e4ac6.html 项目结构: 阅读全文
java dom4j 解析xml使用实践
2018-01-02 17:11 by alapha, 295 阅读, 收藏,
摘要:
参考:https://dom4j.github.io/ http://www.cnblogs.com/liuling/archive/2013/02/05/dom4jxml.html 常用api: 1.获取Document 对象,解析xml() 阅读全文
[java][转]安装ADT的时候,提示“Cannot complete the install because one or more required items could not be
2014-02-14 14:41 by alapha, 260 阅读, 收藏,
摘要:
今天在安装ADT的时候,提示“Cannot complete the install because one or more required items could not be found. Software being installed: Android Development Tools 0.9.6.v201002051504-24846 (com.android.ide.eclipse.adt.feature.group 0.9.6.v201002051504-24846) Missing requirement: Android Development Tools 0.9... 阅读全文
python的XML解析
2017-08-30 19:50 by alapha, 236 阅读, 收藏,
摘要:
http://www.jb51.net/article/63780.htm http://www.runoob.com/python/python-xml.html http://kb.cnblogs.com/page/549886/ 关于python库ElementTree解析xml,重点参考 h 阅读全文