码迷,mamicode.com
首页 >  
搜索关键字:indent    ( 1126个结果
关于在Xcode中如何使用快捷键整理代码
Xcode是开发iOS应用和Mac OS应用的必备工具,但这个工具的辅助功能相对于Eclipse之类的IDE来说,还是比较少,在Eclipse里只要按Ctrl+Shift+F,就可以将Java代码格式化得非常好看。而在Xcode里,只有Re-Indent(Ctrl+I)这一个调整缩进的功能,显然不够用。 如果想要完成完备的代码格式化,得要借助Uncrustify这样的工具。更进一步,我们用A...
分类:其他好文   时间:2014-11-05 17:13:52    阅读次数:239
Cygwin中vim功能紊乱的解决办法
配置一下vim就可以了 首先pwd一下,查看用户根目录 $ pwd /home/Administrator $vim?/home/Administrator/.vimrc set nocompatible set backspace=indent,eol,start set ruler set showcmd set wildmenu set fo=...
分类:Windows程序   时间:2014-11-03 17:56:46    阅读次数:250
图像映射
框用列表,列表项增加title属性,给每个设置ID或classdiv:长宽、相对定位ul:margin、padding设置为0,去掉项目符号链接:绝对定位、设为块元素,指定长宽,text-indent: -1000em; /*去掉链接文字*/链接:hover边框div 类名 a { top: 50p...
分类:其他好文   时间:2014-11-02 17:58:16    阅读次数:163
拦截iPad进军企业市场 Surface亏损又如何?
Surface亏损又如何?" title="拦截iPad进军企业市场 Surface亏损又如何?" width="550" style="margin:0px 0px 16px; padding:0px; border:0px; list-style:none; text-align:center; text-indent:0px"> 日前,微软发布的2015财年第一财季财报显示,其Surf...
分类:其他好文   时间:2014-11-01 01:04:03    阅读次数:303
使用CSS设置行间距,字间距
字间距1、text-indent设置抬头距离css缩进即对应div设置css样式text-indent:20px;缩进了20px。text-indent:2em;即缩进了2个字体大小的距离。2、letter-spacing来设置字与字间距_字符间距离,字体间距css样式即对对应div设置css属性样式为letter-spacing:8px;,字间距为8px行间..
分类:Web程序   时间:2014-10-29 19:48:38    阅读次数:213
lua 怎样输出树状结构的table?
为了让游戏前端数据输出更加条理,做了一个简单树状结构来打印数据。ccmlog.lualocal function __tostring(value, indent, vmap) local str = '' indent = indent or '' vmap = vmap or ...
分类:其他好文   时间:2014-10-29 10:25:29    阅读次数:213
vim代码折叠命令简介
作者:zhanhailiang 日期:2014-10-18 1. 通过fdm实现代码折叠:set fdm=xxx 有以下6种方式实现折叠: |fold-manual| manual Folds are created manually. |fold-indent| indent Lines with equal indent form a fold...
分类:系统相关   时间:2014-10-19 00:09:21    阅读次数:573
IndentationError: unexpected indent python
都知道python是对格式要求很严格的,写了一些python但是也没发现他严格在哪里,今天遇到了IndentationError: unexpected indent错误我才知道他是多么的严格。 以后遇到了IndentationError: unexpected indent你就要知道python编...
分类:编程语言   时间:2014-10-09 12:56:53    阅读次数:237
tcp.cc
ns2-tcp-tcp.cc 1 /* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */ 2 /* 3 * Copyright (c) 1991-1997 Regents of the U...
分类:其他好文   时间:2014-09-28 13:22:43    阅读次数:301
css常用小记-01
Color 设置文本颜色Direction 设置文本方向。line-height 设置行高。letter-spacing 设置字符间距。text-align对齐元素中的文本。text-decoration 向文本添加修饰。text-indent 缩进元素中文本的首行。text-transform 控...
分类:Web程序   时间:2014-09-28 12:07:01    阅读次数:203
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!