1 public static string TestXML(string path) 2 { 3 4 XmlDocument doc = new XmlDocument(); 5 doc.Load(path); 6...
分类:
其他好文 时间:
2014-07-07 12:32:35
阅读次数:
202
string path = @"D:\a.txt";System.IO.StreamWriter swOut = new System.IO.StreamWriter(path, false, System.Text.Encoding.Default);swOut.WriteLine(strA);s...
分类:
其他好文 时间:
2014-07-07 12:28:43
阅读次数:
253
1.maven项目的父项目右键选择:maven build 注意: 1.选择Browser workspace,让BaseDirectory变成:${***}形式。 2.选择目标,比如:tomcat7:run 2.选择source:通过add增加workSpace 3.选择debug模式运行配置。 ...
分类:
其他好文 时间:
2014-07-07 12:15:09
阅读次数:
385
snapshotViewAfterScreenUpdatesThis method very efficiently captures the current rendered appearance of a view and uses it to build a new snapshot view...
分类:
其他好文 时间:
2014-07-02 20:07:46
阅读次数:
166
1.创建项目后环境配置:附加文件夹:加入$(EngineRoot)$(EngineRoot)cocos$(EngineRoot)cocos\editor-support$(EngineRoot)build\Debug.win32..\proj.win32通用属性加入(先从 cocos2d-x-3.0...
分类:
其他好文 时间:
2014-07-02 17:59:40
阅读次数:
175
1、编译库https://bitbucket.org/multicoreware/x265/src/tip/build/README.txt?at=default2、x265 Documentation :http://x265.readthedocs.org/en/default/
分类:
其他好文 时间:
2014-07-02 17:28:28
阅读次数:
158
ant构建文件时基于xml文件编写的,默认名称为build.xmlbulid.xml示例<?xmlversion="1.0"?><projectname="helloWorld"default="copy"> <targetname="copy"description="copy"> <copytodir="D:\AntTest"> <filesetdir="D:\JavaTest"/> </co..
分类:
其他好文 时间:
2014-07-02 16:18:41
阅读次数:
215
在项目里用了快一年的maven了,最近突然发现maven项目在eclipse中build时非常慢,因为经常用clean install命令来build项目,也没有管那么多,但最近实在受不了乌龟一样的build速度,于是下定决心再看看《maven实战》吧,
对于我来说,maven最主要的作用有两个方面,一个是对jar包的依赖解决功能,自己管理jar包,另一个功能就是项目的构建,打包部署。现在我觉...
分类:
其他好文 时间:
2014-07-02 13:43:27
阅读次数:
252
---------------------在jsp页面中加入----------------------
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+pat...
分类:
其他好文 时间:
2014-07-02 11:45:32
阅读次数:
230
互联网创业有一个共性,也可以说成是“通脖,往往都是以追求用户量为第一指标,用户量越大,意味着企业就越成功,尤其是社交行业。似乎很少有人考虑过,区域化的社交产品是否有存在的价值。社交IM类产品创新从未停滞过,facebook、Instagram、Whatsapp、snapchat、Path、Nextdo..
分类:
移动开发 时间:
2014-07-02 11:04:10
阅读次数:
229