码迷,mamicode.com
首页 >  
搜索关键字:all builds will run    ( 42493个结果
android客户端应用(native app)适配测试自动化 东海陈光剑 2014年5月5日 0:39:04
未命名android客户端应用(native app)适配测试自动化东海陈光剑2014年5月5日 0:39:04 http://10.125.1.58:88/report.html?run_stamp=20140428054354&min=3&sec=214 适配测试报告 一淘android客户端适...
分类:移动开发   时间:2014-05-09 18:59:22    阅读次数:685
styleId妙用
styleId妙用:在别的jsp可以这样取:document.all.parentCptlTotal.value或:在别的jsp可以这样取:document.all.parentCptlTotal.value
分类:其他好文   时间:2014-05-09 17:58:21    阅读次数:631
mysql 本地操作
mysql -uroot -p 不加封号因为没设密码直接回车俩次进入select user(); 查当前用户grant all privileges on *.* to test@"%" identified by ""; 添加一个新用户 mei mimagrant all pri...
分类:数据库   时间:2014-05-09 17:16:50    阅读次数:374
opensue fstab故障恢复
date: 20140505author: Jin故障背景:早上启动本本 无法启动,报错信息(几个关键)WARNING:Failed to connect to lvmetad: No such file direct[FAILED]Failed to mount /var/run/user/100...
分类:其他好文   时间:2014-05-09 16:47:25    阅读次数:479
easy ui treegrid使用
返回数据格式:{"total":7,"rows":[ {"id":1,"name":"All Tasks","begin":"3/4/2010","end":"3/20/2010","progress":60,"iconCls":"icon-ok"}, {"id":2,"name":"Designi...
分类:其他好文   时间:2014-05-05 11:02:30    阅读次数:355
net run time error
Unable to open shim database version registry key
分类:Web程序   时间:2014-05-05 09:50:00    阅读次数:338
[LeetCode] 在一堆字符串中找出包含相同字符的 group的较快方法,题 Anagrams
题目:Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.class Solution {public: vector ...
分类:其他好文   时间:2014-05-04 20:48:08    阅读次数:608
【QTP-场景恢复】Post-Recovery Test Run Options Screen
Post-Recovery Test Run Options Screen When you clear the Add another recovery operation check box in the Recovery Operation screen and click next, the...
分类:其他好文   时间:2014-05-04 19:37:19    阅读次数:571
一些比较实用的样式效果
1.字母数字自动换行:wcline.wcline {word-break: break-all;word-wrap: break-word;}2.内容长度自动截取并添加... overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
分类:其他好文   时间:2014-05-04 19:14:15    阅读次数:302
记录一个小技巧,在一个包下的多个main函数调试
在eclipse中,有好几个class想做测试,又不想工程太多,都写在了一个包里面,也方便import但是每次运行的时候,eclipse都默认运行第一次建立的那个main函数。要想运行其他的,需要做一下修改。在工具栏中,点击run旁边的下拉箭头,会出现一个下拉菜单。点击RunConfigurations进..
分类:其他好文   时间:2014-05-04 17:13:57    阅读次数:300
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!