码迷,mamicode.com
首页 >  
搜索关键字:nothing appropriate    ( 764个结果
夜话测试之天圆地方
"It's nothing but a hokum!" 大部分人提起质量数据的时候,总会以这样的方式嗤之以鼻;尤其是在多数互联网圈里,测试靠手沟通靠吼的情况下,质量数据的意义似乎已经淡化到了最低。 我曾经也一度这么认为,甚至现在也这么认为,可是遥远的曾经,却认为质量数据是一件很重要的事情。最终我.....
分类:其他好文   时间:2015-09-30 23:17:32    阅读次数:129
VB 获取文件版本
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
asp rs开启关闭问题
使用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
跟6.10对比一下
everything is nothing这篇文章是是6.10写的小结下:这篇文章是6.10的时候写的吗。也就是6月左右,现在是9月26号,项目接近尾声,一共108天。项目中用的版本控制工具是cvs,应该跟svn差不多,做的项目是航空订票系统,ssh三大框架能用了,jquery也会用了,单词坚持每天...
分类:其他好文   时间:2015-09-26 13:25:43    阅读次数:142
Poj1287--Networking(最小生成树)
题目: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
Angular JS笔记
1.引导程序 使用ng-app开始引导一个程序:标记了AngularJS应用的作用域 双括号绑定表达式: Nothing here {{'yet' + '!'}} 2.视图和模板 其核心为MVC模式 原理:在AngularJS中,一个视图是模型通过HTML模板渲染之后的映射 HTML模板: 包含ng...
分类:Web程序   时间:2015-09-23 16:30:45    阅读次数:316
openmp的g++并行执行
#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
[vb.net]判断窗体是否已打开
1.使用OpenFormsif my.Application.OpenForms.Item("FormName") isnot nothing then搜索do something hereelsedo something here end if 2.使用FindWindow API首先取得一个窗体...
分类:Windows程序   时间:2015-09-12 22:14:25    阅读次数:240
Usage of “symmetrical” and “symmetric”
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
ORA-12519,TNS:no appropriate service handler found的问题 超过连接数
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
764条   上一页 1 ... 53 54 55 56 57 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!