
工具方法
ChengLc1612
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
String写出到文件
File txt = new File("E:/log1.xml"); if(!txt.exists()) { txt.createNewFile(); } byte bytes[]=new byte[1024]; bytes=rtnXml.getBytes();原创 2017-04-25 10:45:43 · 273 阅读 · 0 评论 -
IDEA运行时动态加载页面
IDEA运行时动态加载页面原创 2017-05-08 10:04:18 · 2154 阅读 · 0 评论 -
UML总结(对九种图的认识和如何使用Rational Rose 画图)
uml转载 2017-05-08 14:01:55 · 554 阅读 · 1 评论 -
Enterprise Architect使用教程
一、Enterprise Architect简介Enterprise Architect是一个对于软件系统开发有着极好支持的CASE软件(Computer Aided Software Engineering)。EA不同于普通的UML画图工具(如VISIO),它将支撑系统开发的全过程。在需求分析阶段,系统分析与设计阶段,系统开发及部署等方面有着强大的支持,同时加上对10种编程语言的正反向工程,...转载 2018-07-17 16:05:52 · 61767 阅读 · 3 评论