// 禁止文字被鼠标选中 moz-user-select: -moz-none; -moz-user-select: none; -o-user-select:none; -khtml-user-select:none; -webkit-user-select:none; -ms-user-sele ...
分类:
其他好文 时间:
2017-10-18 11:17:53
阅读次数:
128
JS执行切换frame框架后点击 Window.frame['frame路径'].frame['下级frame路径'].document.getElementById("id").click() 隐藏元素 document.getElementById("id1").style.visibility ...
分类:
Web程序 时间:
2017-10-18 01:47:41
阅读次数:
212
-->SoapUI http://soapui-tutorial.com/home/login/SOAPUI Module 13 - 1, 2, 3, 4, 5, 6 Module 14 - 1, 2 Module 15 - 1, 2, 3, 4 SoapUI 5.1.2 API : http:// ...
分类:
Web程序 时间:
2017-10-17 18:42:09
阅读次数:
247
Mis问答平台 mis问答系统 2015 登陆界面 用户名: 密码 : 学生 老师 记住我 登陆遇到问题 版权@ python ... ...
分类:
Web程序 时间:
2017-10-17 15:20:16
阅读次数:
203
基本要求 一个riot标签,就是展现和逻辑的组合(也就是html和JS); 以下是编写riot标签最基本的规则: 先撰写HTML,再撰写JS,JS代码可以写在<script>标签内部,但这并不是必须的; 当riot标签定义在document body之内时,其内部不能使用script标签; 当rio ...
分类:
Web程序 时间:
2017-10-17 15:07:55
阅读次数:
162
RaiseRightHand/RaiseLeftHand 抬起左右手高于肩膀一秒Psi 举起双手高于肩膀一秒Tpose T姿势Stop 右手放下,左手缓慢贴住身侧(腰以下)或者左右调换Wave 挥手 左右都行SwipeLeft 右手挥向左侧SwipeRight 与上面相反SwipeUp/SwipeD ...
分类:
其他好文 时间:
2017-10-17 15:00:09
阅读次数:
114
观察常用网页的HTML元素,在实际的应用场景中,用已学的标签模仿制作。 用div,form制作登录页面,尽可能做得漂亮。 练习使用下拉列表选择框,无序列表,有序列表,定义列表。 ...
分类:
Web程序 时间:
2017-10-17 12:45:32
阅读次数:
188
观察常用网页的HTML元素,在实际的应用场景中,用已学的标签模仿制作。 用div,form制作登录页面,尽可能做得漂亮。 练习使用下拉列表选择框,无序列表,有序列表,定义列表。 ...
分类:
Web程序 时间:
2017-10-17 12:41:29
阅读次数:
125
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>064</title></head><body><h1 align="center">黄庚华</h1><h1>064111</h1><div id="contain ...
分类:
Web程序 时间:
2017-10-17 12:34:06
阅读次数:
206
1、新建数据库: create database person; 2、使用数据库 use person; 3、创建一个表格 create table student ( id int(10) not null primary key, name varchar(20), age varchar(10 ...
分类:
数据库 时间:
2017-10-17 12:14:31
阅读次数:
253