Public Sub Main() ' ' Add your code here ' Dim sbWA As New StringBuilder Dim i As Integer Dim arWA As New Collections.ArrayList Dim bEOF As Boolean Fo...
分类:
其他好文 时间:
2015-09-04 14:10:59
阅读次数:
166
1,本文翻译自?http://eclipsesource.com/blogs/2012/06/06/cleaner-code-with-guava-optionals-and-preconditions/,有说的不对的地方,欢迎斧正。 2,我开发软件的时候,朝着干净代码发展是我的特权,有一段时...
分类:
其他好文 时间:
2015-09-04 12:55:26
阅读次数:
145
我的ORM索引示例项目code.taobao.org/svn/MyMvcApp/1. 编译 MyTool ,DbEnt, WebApp, 安装JRE。2.配置Web.config 数据库字符串3. 映射一个R盘(批处理会用到,运行MyMvcApp\ErpCar\Res\R.bat)4. 执行MyMv...
分类:
其他好文 时间:
2015-09-04 07:06:36
阅读次数:
214
exit code 11、鼠标右键 -> TortoiseGit -> Settings -> Network2、SSH client was pointing to C:\Program Files\TortoiseGit\bin\TortoisePlink.exe3、Changed path t...
分类:
其他好文 时间:
2015-09-03 23:26:19
阅读次数:
898
Cocos2d-x 3.0 Json用法Cocos2d-x 3.0 加入了rapidjson库用于json解析。位于external/json下。rapidjson 项目地址:http://code.google.com/p/rapidjson/ wiki:http://code.google.co...
分类:
Web程序 时间:
2015-09-03 21:35:00
阅读次数:
211
要求: 1.describe three methods of debugging verilog code using vcs 2.invoke ucli debugger(不重要) 3.debug verilog design using ucli(不重要)debugging方式: 1....
分类:
其他好文 时间:
2015-09-03 19:09:59
阅读次数:
197
HTTP状态码当浏览者访问一个网页时,浏览者的浏览器会向网页所在服务器发出请求。当浏览器接收并显示网页前,此网页所在的服务器会返回一个包含HTTP状态码的信息头(server header)用以响应浏览器的请求。HTTP状态码的英文为HTTP Status Code。HTTP状态码分类HTTP状态码...
分类:
Web程序 时间:
2015-09-03 17:58:39
阅读次数:
193
?If You Design It, You Should Be Able to Code ItMike Brownin ARCHiTECTuRE, it’s tempting to create elaborate designs and abstrac- tions that elegantly address the problem at hand. It is even more tempt...
分类:
其他好文 时间:
2015-09-03 15:24:33
阅读次数:
191
1、ASP.NET MVC 3 如何去除默认验证 这个默认验证是在web.config配置文件中设置的 设置为false就行了, 这个是去掉所有model的默认验证,然后你可以在model中加上自己的验证,这样哪些属性需要验证,哪些不需要 就看你自己了示例代码:View Code...
分类:
Web程序 时间:
2015-09-03 15:17:12
阅读次数:
154
1.我们自己编写的SmartImageView会有很多漏洞,但是我们幸运的可以在网上利用开源项目的,开源项目中有很多成熟的代码,比如SmartImageView都编写的很成熟的国内我们经常用到https://github.com/ 或者http://code.google.org/ (但是googl...
分类:
移动开发 时间:
2015-09-03 12:46:53
阅读次数:
402