json.dumps(obj, indent=None, separators=None, sort_keys=False, encoding=‘utf-8‘) ????obj??? python常用数据类型,如列表和字典等 ????indent????为结果添加合适的缩进长度 ????separat...
分类:
编程语言 时间:
2015-08-04 19:29:47
阅读次数:
156
1.括号配对高亮:“在前括号左侧,后括号左侧” 双击鼠标左键,可以选定匹配括号和其中内容(,(),L{R},[]之间)2.让{ 和 } 不缩进:Options -> Document Options -> Auto Indenting -> Auto Indent Type 选 Simple还有:让...
分类:
其他好文 时间:
2015-08-04 10:52:08
阅读次数:
119
导航栏1、垂直菜单 :padding-left:10px; 会使宽度加10px; 可以使用text-indent:10px; 文本向右缩进10px:2、水平菜单 li: float动画菜单 一级菜单 二级菜单 二级菜单 二级菜单 二级菜单 一级菜单 ...
分类:
其他好文 时间:
2015-08-03 06:26:55
阅读次数:
129
1.外提到内联元素,我们会想到有个display的属性是display:inline;这个属性能够修复著名的IE双倍浮动边界(float时margin)问题2.一般来说,可以为所有块级元素应用 text-indent,但无法将该属性应用于行内元素,图像之类的替换元素上也无法应用 text-inden...
分类:
Web程序 时间:
2015-08-01 11:24:29
阅读次数:
138
[user] name=yulongdong email=dongyl0501@gmail.com[core] editor=vim whitespace=trailing-space,space-before-tab,tab-in-indent[commit] template=~/.ssh/.gitmsg.template[color] ui=auto status=auto branch=auto[rerere] enabled=0[merge] tool=vimdiff[alias] co=check..
分类:
其他好文 时间:
2015-07-29 10:26:42
阅读次数:
140
set go= cin nu ts=4 sw=4 sts=4 noswapfile nobackup acd et cursorline
set backspace=eol,start,indent
syntax onmap :!g++ -o2 -std=c++11 % -o %<
map :!%<map :!javac %
map :...
分类:
系统相关 时间:
2015-07-26 11:07:46
阅读次数:
165
一、JSON解析与字符串化 JSON.stringify() 序列化对象、数组或原始值 语法:JSON.stringify(o,filter,indent) o,要转换成JSON的对象、数组或原始值 filter,指定要序列化的属性名 indent,格式化为可读的代码,可指定分隔符或指定的缩进空格个...
;;tab and space;;when true,emacs use mixture of tab and space to archieve(setq-default indent-tabs-mode nil);;control length used to offset.(setq-defa...
分类:
系统相关 时间:
2015-07-03 23:20:51
阅读次数:
188
mac安装GNU命令行工具2.添加的repo tap home/dupes brew install coreutils binutils diffutils ed --default-names findutils --default-names gawk gnu-indent --defaul....
分类:
系统相关 时间:
2015-07-02 06:31:50
阅读次数:
253
文本:1、text-indent用于定义块级元素中第一个内容行的缩进。2、white-space 属性设置如何处理元素内的空白。值描述normal默认。空白会被浏览器忽略。pre空白会被浏览器保留。其行为方式类似 HTML 中的 标签。nowrap文本不会换行,文本会在在同一行上继续,直到遇到 .....
分类:
Web程序 时间:
2015-06-16 12:42:51
阅读次数:
130