1、表格 基本格式,实现基本的表格样式 <table class="table"> <thead> <tr> <th>编号</th> <th>姓名</th> <th>性别</th> <th>年龄</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>张三</ ...
分类:
其他好文 时间:
2017-07-30 22:04:35
阅读次数:
159
html { overflow-x:auto; overflow-y:scroll; } body, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td { font-weight:400; margin ...
分类:
Web程序 时间:
2017-07-28 14:42:31
阅读次数:
272
需求: 在编辑数据的时候,既可以让用户输入,也可以从下拉框中选择 思路: 参照下面的效果图,因为是表格里面的数据,所以下拉框触发按钮和输入框分别为1列,输入列可以设置是否输入(方法:<td contenteditable="true">)。图中没有设置输入,因为班级是value,name形式的,只能 ...
分类:
其他好文 时间:
2017-07-27 13:40:26
阅读次数:
472
加密解密td 继可编辑的表格之后,项目中有需求,要表单有加密解密的效果,针对不想让用户轻易看见的文字内容 这里,单从前端展现上,来解析一下布局,样式,可编辑效果之前文章已实现,这里附件也内含效果demo下面主要是加密解密的前端展现效果jq片段,仅此留存记忆<td data-content="盛世花城 ...
分类:
其他好文 时间:
2017-07-26 23:46:43
阅读次数:
211
开发中经常会用到弹出遮罩层的时候,下面是一个简单的遮罩层弹窗 <style type="text/css"> <!-- body,td,th { font-size: 12px; padding:0; margin:0; } .tanchuang{ width:100px; height:100px ...
分类:
其他好文 时间:
2017-07-26 18:40:27
阅读次数:
146
table表格 基本结构 table默认无边框(border) <table border="数值"> <tr> <th>表头</th> <th>表头</th> </tr> <tr> <td>单元格</td> <td>单元格</td> </tr> </table> table的属性 边框 borde ...
分类:
Web程序 时间:
2017-07-23 19:43:04
阅读次数:
221
markdown流程图画法小结markdown画图 流程图最简单的流程图为例```mermaid! graph TD A --> B //在没有(),[].{}等括号的情况之下,图标默认名字就是字母 A --> C C --> D B --> D ``` 给图标添加名字,改变只有矩阵图形,在箭头上添... ...
分类:
其他好文 时间:
2017-07-23 12:45:46
阅读次数:
152
static Semaphore sem = new Semaphore(100, 100); for (int i = 0; i <1000; i++) { Thread td = new Thread(new ParameterizedThreadStart(方法)); td.Start(i).... ...
分类:
编程语言 时间:
2017-07-22 21:10:35
阅读次数:
156
最低支持版本9.4 http://www.cisco.com/c/en/us/td/docs/security/asa/asa94/release/notes/asarn94.html 配置文档 http://www.cisco.com/c/en/us/td/docs/security/asa/as ...
分类:
其他好文 时间:
2017-07-22 18:09:32
阅读次数:
274
http://www.cisco.com/c/en/us/td/docs/security/asa/asa93/release/notes/asarn93.html http://www.cisco.com/c/en/us/td/docs/security/asa/asa93/configurati ...
分类:
其他好文 时间:
2017-07-22 18:07:14
阅读次数:
174