The Bootstrap grid system has four classes:xs: extra small screens (mobile phones)sm: small screens (tablets)md: medium screens (normal desktops)lg: l...
分类:
其他好文 时间:
2015-08-05 20:11:43
阅读次数:
126
好久没用这个了,记录备忘。
主make文件修改:
KAL_TRACE_OUTPUT = FULL
KAL_DEBUG_LEVEL = SLIM_DEBUG_KAL ## RICH_DEBUG_KAL > NORMAL_DEBUG_KAL > SLIM_DEBUG_KAL > RELEASE_KAL.
如果想不进工程模式设置就可以抓log,需要修改NV:
NVRAM_EF_PORT_S...
分类:
其他好文 时间:
2015-08-05 12:50:58
阅读次数:
1045
Normal 0 7.8 磅 0 2 false false false MicrosoftInternetExplorer4 Normal 0 7.8 磅 ...
分类:
编程语言 时间:
2015-08-05 12:08:47
阅读次数:
180
[root@beihang3etc]#chmoda+wsudoers[root@beihang3etc]#visudoers[root@beihang3etc]#chmoda-wsudoers##TheCOMMANDSsectionmayhaveotheroptionsaddedtoit.####AllowroottorunanycommandsanywhererootALL=(ALL)ALLhadoopALL=(ALL)NOPASSWD:ALL
分类:
其他好文 时间:
2015-08-05 10:47:46
阅读次数:
104
breakpoints、lldb 和 chisel 的详解 BreakpointsBreakPoint分类breakpoint也是有分类的,我这里的文章内大致按使用的方式分为了Normal Breakpoint,Exception Breakpoint,OpenGL ES Error breakpo...
分类:
移动开发 时间:
2015-08-04 22:20:32
阅读次数:
2446
样式重置—————————————————————————–/* reset */
body,h1,h2,h3,h4,h5,p,dl,dd,ul,ol,form,input,textarea,th,td,select { margin:0; padding:0; }
em { font-style:normal; }
li { list-style:none; }
a...
分类:
其他好文 时间:
2015-08-04 19:21:38
阅读次数:
111
##vim配置###normal> 输入命令:w 写入保存> > 粘贴 :p(向下粘贴) P(大写向上粘贴)> > 复制 :yy 复制一行> > 删除 :dd 删除一行>H(左),J(下),K(上),L(右)> 格式化 :==> > 取消 :U> > 恢复 :...
分类:
系统相关 时间:
2015-08-01 18:45:38
阅读次数:
143
一、对于div强制换行1.(IE浏览器)white-space:normal; word-break:break-all;这里前者是遵循标准。#wrap{white-space:normal; width:200px; }或者#wrap{word-break:break-all;width:200p...
分类:
其他好文 时间:
2015-07-31 12:14:29
阅读次数:
101
最近学习做一些小项目的的思路,也了解和掌握了一些新的知识。越深入的学,越觉得学编程不容易,那些大神,真心让我佩服。一、UIButton 有三种状态normal(普通状态) 默认情况 对应的枚举常量:UIControlStateNormalhighlighted(高亮状态) 按钮被按下去的时候(手指还...
分类:
移动开发 时间:
2015-07-30 19:25:38
阅读次数:
163
1. css 2.x文字换行/*强制不换行*/white-space:nowrap;/*自动换行*/word-wrap: break-word;word-break: normal;/*强制英文单词断行*/word-break:break-all;两端对齐text-align:justify;tex...
分类:
其他好文 时间:
2015-07-30 09:21:39
阅读次数:
140