"It's nothing but a hokum!" 大部分人提起质量数据的时候,总会以这样的方式嗤之以鼻;尤其是在多数互联网圈里,测试靠手沟通靠吼的情况下,质量数据的意义似乎已经淡化到了最低。 我曾经也一度这么认为,甚至现在也这么认为,可是遥远的曾经,却认为质量数据是一件很重要的事情。最终我.....
分类:
其他好文 时间:
2015-09-30 23:17:32
阅读次数:
129
Function GetVer(FilePathName As String) As String If FilePathName = Nothing Or FilePathName = "" Then FilePathName = App.Path & "\" & App.EX...
分类:
其他好文 时间:
2015-09-29 18:36:37
阅读次数:
136
使用rs.close关闭后,可以直接用rs.open来打开数据表;如果用了set rs = nothing 从内存中清除rs对象,再次加载rs对象就需要使用set rs=server.createobject("adodb.recordset")重新创建对象;如果没有用set rs = nothin...
分类:
Web程序 时间:
2015-09-28 11:28:32
阅读次数:
140
everything is nothing这篇文章是是6.10写的小结下:这篇文章是6.10的时候写的吗。也就是6月左右,现在是9月26号,项目接近尾声,一共108天。项目中用的版本控制工具是cvs,应该跟svn差不多,做的项目是航空订票系统,ssh三大框架能用了,jquery也会用了,单词坚持每天...
分类:
其他好文 时间:
2015-09-26 13:25:43
阅读次数:
142
题目:http://poj.org/problem?id=1287题目不多说, 最小生成树模版题。#include #include #include #include using namespace std;struct NoThing{ int from, to, val;} edge[1...
分类:
Web程序 时间:
2015-09-25 13:07:11
阅读次数:
235
1.引导程序 使用ng-app开始引导一个程序:标记了AngularJS应用的作用域 双括号绑定表达式: Nothing here {{'yet' + '!'}} 2.视图和模板 其核心为MVC模式 原理:在AngularJS中,一个视图是模型通过HTML模板渲染之后的映射 HTML模板: 包含ng...
分类:
Web程序 时间:
2015-09-23 16:30:45
阅读次数:
316
#include #include #include void Test(int n) { for(int i = 0; i < 10000; ++i) { //do nothing, just waste time } printf("%d, ", n); }int main(int argc,....
分类:
其他好文 时间:
2015-09-15 18:28:10
阅读次数:
146
1.使用OpenFormsif my.Application.OpenForms.Item("FormName") isnot nothing then搜索do something hereelsedo something here end if 2.使用FindWindow API首先取得一个窗体...
What is the appropriate usage of "symmetrical" and "symmetric" (using the geometrical adjectival definition of both terms)? Are they synonymous?Dictio...
分类:
其他好文 时间:
2015-09-08 18:38:08
阅读次数:
142
http://www.2cto.com/database/201205/133542.htmlORA-12519,TNS:no appropriate service handler found的问题Java代码 ORA-12519, TNS:no appropriate service handl...
分类:
移动开发 时间:
2015-09-06 17:41:47
阅读次数:
166