1.父容器设置text-align:水平居中,第一个子元素(或父元素的伪元素)设置为height:100%;width:0;display:inline-block;vertical-align:middle;以给后面紧跟的元素参照,第二个子元素设置为display:inline-block;ver ...
分类:
Web程序 时间:
2016-11-09 05:54:32
阅读次数:
224
常用快捷键 查找( Ctrl + P ) 找到任何东西 - :+行号 定位到具体的行 - @+符号 js的函数名, css的选择器名 - #+关键字 定位到特定的关键字 命令面板 (Ctrl + Shift +P) ,通过模糊匹配就可以找到我们想找的一些命令。 批量操作变量 ,跳过某个变量 Ctrl... ...
分类:
其他好文 时间:
2016-11-08 19:34:44
阅读次数:
264
一、ueditor.config.js 找到: 修改成自己的即可 ...
分类:
其他好文 时间:
2016-11-08 17:29:53
阅读次数:
639
python实现基本需求,可以在此基础上修改 import h5py from skimage import io import shutil import random headstr = """\ VOC2007 %06d.jpg My Database PASCAL VOC2007 flick... ...
分类:
数据库 时间:
2016-11-08 17:29:32
阅读次数:
715
<html><head><meta charset="utf-8"/> //css部分<style type="text/css">ul,li,html,body{margin:0;padding:0;}li{list-style:none;}img{border:0;}#move-main{wid ...
分类:
其他好文 时间:
2016-11-08 16:33:03
阅读次数:
195
Build - compile Deploy - send metadata updates to Analysis Services database Process - bring over data to dimensions and fact table/measure group Proc ...
分类:
其他好文 时间:
2016-11-08 14:11:47
阅读次数:
281
创建Excel 向Excel中固定插入数据 1 #region 向固定Excel中插入数据 2 3 4 private void ToReadExcel() 5 { 6 HSSFWorkbook wk = new HSSFWorkbook(); 7 //创作ceshi表 8 ISheet tb = ...
分类:
其他好文 时间:
2016-11-08 11:34:09
阅读次数:
260
<style type="text/css">.chk_1 { width: 20px; height: 20px; position: absolute; top: 15px; left: 10px;}.chk_1 + label { background: #ccc; width: 20px; ...
分类:
其他好文 时间:
2016-11-08 11:32:07
阅读次数:
244
当IsPostBack=true时表示非第一次请求 * HttpContext.Current.Request.QueryString[ ]括号中是获取另一个页面传过的的参数值 HttpContext.Current.Request.Form[“ID”]····Form获取值是根据name="ID" ...
分类:
其他好文 时间:
2016-11-08 02:13:14
阅读次数:
254