转自博文:http://www.cnblogs.com/I-am-Betty/p/3566411.html 具体需求: 有一个登陆页面, (假如上面有2个textbox, 一个提交按钮。 请针对这个页面设计30个以上的test case.) 此题的考察目的: 面试者是否熟悉各种测试方法,是否有丰富的 ...
分类:
Web程序 时间:
2017-06-05 18:00:06
阅读次数:
235
-- 使用前 请修改 老的数据库名称 目前用的是 OIOrg.dbo AM8.dbo OIFile.dbo DMS.dbodeclare @OIOrgDBVer varchar(40)declare @AMDBVer varchar(40)declare @OIFileDBVer varchar(4 ...
分类:
数据库 时间:
2017-06-05 00:37:14
阅读次数:
239
1. 获取AssetManager AssetManager am = context.getAssets(); 2. 列出assets文件夹下全部文件 String[] filePathList = am.list(""); 3. 打开某个文件 InputStream is = am.open(" ...
分类:
移动开发 时间:
2017-06-04 21:25:34
阅读次数:
180
本人电脑win7 64位,Oracle biee11,启动时报错,提示如下: google了一个有同样问题的:摘选如下:I am facing the below issue while starting the weblogic server after configuring the OBIEE ...
分类:
数据库 时间:
2017-06-03 12:50:37
阅读次数:
194
#include<stdio.h> #include<string.h> /* char s1[]="I am a student"; char s2[20]="teacher"; char s3[]="student"; int result; char s4[20],*p; 1.串的长度 int ...
分类:
编程语言 时间:
2017-05-31 10:16:59
阅读次数:
184
传送门:http://www.lydsy.com/JudgeOnline/problem.php?id=3643 【题解】 n = p1^a1*p2^a2*...*pm^am phi(n) = p1(p1-1)^(a1-1)*p2(p2-1)^(a2-1)*...*pm^(am-1) 最多有10个不 ...
分类:
其他好文 时间:
2017-05-30 19:33:29
阅读次数:
126
July 8, 2015 at 7:06 AM 发件人 Apple 17.1 - Apps cannot transmit data about a user without obtaining the user's prior permission and providing the user w ...
分类:
移动开发 时间:
2017-05-29 12:55:18
阅读次数:
317
Input I like C++./I study C++./I am happy. output enter a sentence: I like C++./I study C++./I am happy. The string read with cin is:I The second part ...
分类:
编程语言 时间:
2017-05-27 20:41:58
阅读次数:
256
using CapMon.Data; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Data.Entity; using Sy... ...
分类:
其他好文 时间:
2017-05-24 16:07:34
阅读次数:
241
本文档适用于7-mode操作系统为DATAONTAP8.2.7。License准备CIFS是需要License的,但奇怪的是没有License,你还是可以创建shares,但是访问不了。不像NFS等别的功能,没有license,第一步就提示你做不了。netapptest1>licenseshow-typeCIFSlicenseshow:"CIFS&am..
分类:
移动开发 时间:
2017-05-23 14:28:11
阅读次数:
1953