<!DOCTYPE> 声明必须是 HTML 文档的第一行,位于 <html> 标签之前。<!DOCTYPE> 声明不是 HTML 标签;它是指示 web 浏览器关于页面使用哪个 HTML 版本进行编写的指令。 html 文档结构: 1, <!DOCTYPE Hhtml> 声明为html5 文档. 2 ...
分类:
Web程序 时间:
2018-09-04 22:08:55
阅读次数:
314
An object wishing to fire item events must implement ItemSelectable. This example shows typical code that an object must implement to fire item events ...
分类:
其他好文 时间:
2018-09-02 23:41:10
阅读次数:
158
1.首先,对于想学自动化测试的朋友,那么你得懂一种语言,常用的比如Java或者Python。因为没有语言基础,你是写不出自动化脚本的。 我个人选择java 2.有了开发语言的铺垫,那么开始入手Selenium。了解它的发展,了解它的组成,了解它的实现原理。 发展:selenium1 selenium ...
分类:
Web程序 时间:
2018-09-02 11:06:58
阅读次数:
253
case具有两种格式。简单case函数和case搜索函数。 --简单case函数 case sex when '1' then '男' when '2' then '女’ else '其他' end --case搜索函数 case when sex = '1' then '男' when sex = ...
分类:
数据库 时间:
2018-08-30 21:44:39
阅读次数:
154
<select onchange="lxx(this)"> <option value="">全部</option> <option value="水电" <c:if test='${lx=="水电"}'>selected=selected</c:if> >水电</option> <option v ...
分类:
Web程序 时间:
2018-08-30 18:17:51
阅读次数:
1911
1. 方便复制:Tool --> options --> right buttion(paste the clipboard contents) and copy selected texted to clipboard automatically ...
分类:
系统相关 时间:
2018-08-29 10:42:06
阅读次数:
194
一 移除 Xcode 运行安装 APP 产生的缓存文件(DerivedData) 只要重新运行Xcode就一定会重新生成,而且会随着运行程序的增多,占用空间会越来越大。删除后在重新运行程序可能会稍微慢一点,建议定期清理。 路径: 释放空间:0~xx GB 二 移除 APP 打包的ipa历史版本(Ar ...
分类:
其他好文 时间:
2018-08-29 01:16:36
阅读次数:
220
参考 https://blog.csdn.net/mountzf/article/details/51707853 https://blog.csdn.net/stephen_lu_fahai/article/details/76618581 http://wiki.t-firefly.com/zh ...
分类:
系统相关 时间:
2018-08-27 11:25:45
阅读次数:
1196
1、Jquery动态根据内容设置下拉框selected 需求就是根据下拉框的值动态的设置为selected,本以为很简单,网上一大推的方法,挨着尝试了之后却发现没有一个是有用的。网上的做法如下: 不管是用什么方法都不起作用,继续查找更多资料后上面这些方法在jquery低于1.4.2的版本(含)中有效 ...
分类:
Web程序 时间:
2018-08-26 16:48:28
阅读次数:
233
B. Creating the Contest time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output B. Creating the C ...
分类:
其他好文 时间:
2018-08-25 14:17:13
阅读次数:
192