码迷,mamicode.com
首页 >  
搜索关键字:am    ( 1985个结果
一个网页登陆界面写30多个测试Case——测试之道
转自博文:http://www.cnblogs.com/I-am-Betty/p/3566411.html 具体需求: 有一个登陆页面, (假如上面有2个textbox, 一个提交按钮。 请针对这个页面设计30个以上的test case.) 此题的考察目的: 面试者是否熟悉各种测试方法,是否有丰富的 ...
分类:Web程序   时间:2017-06-05 18:00:06    阅读次数:235
sql脚本判断AM及Mobox的数据库版本
-- 使用前 请修改 老的数据库名称 目前用的是 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
Android之asset文件夹下文件的使用
1. 获取AssetManager AssetManager am = context.getAssets(); 2. 列出assets文件夹下全部文件 String[] filePathList = am.list(""); 3. 打开某个文件 InputStream is = am.open(" ...
分类:移动开发   时间:2017-06-04 21:25:34    阅读次数:180
Oracle BI11启动失败
本人电脑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
c语言中字符串函数的使用
#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
bzoj3643 Phi的反函数
传送门: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
被AppStore拒绝理由(一)
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
c++输入
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
The service base of EF I am using
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
NetApp CIFS文件共享创建
本文档适用于7-mode操作系统为DATAONTAP8.2.7。License准备CIFS是需要License的,但奇怪的是没有License,你还是可以创建shares,但是访问不了。不像NFS等别的功能,没有license,第一步就提示你做不了。netapptest1&gt;licenseshow-typeCIFSlicenseshow:&quot;CIFS&am..
分类:移动开发   时间:2017-05-23 14:28:11    阅读次数:1953
1985条   上一页 1 ... 71 72 73 74 75 ... 199 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!