隐藏和显示 获取DIV1中的内容 修改DIV2中的内容 DIV1... ...
分类:
Web程序 时间:
2017-09-22 21:11:46
阅读次数:
245
效果如图所示 <!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title></title> <link rel="stylesheet" href="./css/bootstrap.css" /> <style> html,body{ w ...
分类:
其他好文 时间:
2017-09-22 12:09:23
阅读次数:
248
//全选$("#allcheck").click(function(){ if($(this).is(":checked")){ $("[name='check']").prop("checked",true);//全选 }else{ $("[name='check']").prop("checke ...
分类:
其他好文 时间:
2017-09-21 13:35:16
阅读次数:
115
在有的电脑没有“上传文件”的按钮?第一步:首先检查浏览器设置。第二步:找到IE的Internet选项菜单,开启菜单栏的根据下列方面找,如下图:第三步:找到Internet选项后,点击,选择安全选项卡,并点击”自定义级别“第四步:找到“将文件上载到服务器时包含本地目录路径”选..
分类:
Web程序 时间:
2017-09-20 16:29:30
阅读次数:
209
---
-hosts:all
gather_facts:true
remote_user:root
tasks:
-name:"修改ssh配置文件的安全选项"
lineinfile:
path:/etc/ssh/sshd_config
regexp:‘{{item.regexp}}‘
line:‘{{item.line}}‘
state:present
with_items:
-regexp:"^PasswordAuthentication"
line:"PasswordAuthenti..
分类:
其他好文 时间:
2017-09-19 11:43:26
阅读次数:
156
1.选择 以下是一些Sublime Text选择文本的快捷键: Command + D 选中一个单词 Command + L 选中一行 Command + A 全选Ctrl + Command + M` 选中括号内所有内容 (编写CSS或JS时非常实用) Sublime Text还支持一次选中多行的 ...
分类:
其他好文 时间:
2017-09-17 13:27:59
阅读次数:
114
<input type="checkbox" id="a" value="" />全选 <input type="checkbox" class="b" value="1" />1 <input type="checkbox" class="b" value="2" />2 <input type= ...
分类:
其他好文 时间:
2017-09-15 11:00:08
阅读次数:
127
Linux中的终端很方便,可以直接复制粘贴的。 之后开一个gedit文本编辑器,把复制到的内容粘贴就可以的。 不像windows的cmd控制台,需要先右键标题栏,选择编辑->全选/标记,在右键标题栏,选择复制,这么复制。 cmd搞不好,鼠标不小心一点,还可能把鼠标的一抖,辛辛苦苦标记的东西就消失了。 ...
分类:
系统相关 时间:
2017-09-14 13:58:29
阅读次数:
264
如果有错误地方或者更简单方法,请大家指出来。不胜感激。 ...
分类:
其他好文 时间:
2017-09-14 13:20:00
阅读次数:
129