点击Preferences->SettingsUser,修改配置文件如下:{
"color_scheme":"Packages/ColorScheme-Default/Monokai.tmTheme",
"fallback_encoding":"UTF-8",
"font_size":14,
"tab_size":2,
"translate_tabs_to_spaces":true,
"word_wrap":true,
"trim_trailing_white_spa..
分类:
其他好文 时间:
2014-08-01 20:08:13
阅读次数:
227
登陆之前的缓冲界面实现win2 出现,然后open事件,响应activityIndicator,然后过一段事件后启动win1js代码:// Ti.UI.backgroundColor = 'white';var win1 = Ti.UI.createWindow({ backgroundColor:...
分类:
其他好文 时间:
2014-08-01 13:12:11
阅读次数:
269
breakfast 早餐lunch 午餐brunch 早午餐supper 晚餐late snack 宵夜dinner 正餐ham and egg 火腿肠buttered toast 奶油土司French toast 法国土司muffin松饼cheese cake 酪饼white bread 白面包b...
分类:
其他好文 时间:
2014-07-31 19:39:47
阅读次数:
219
题目:Given a string s and a dictionary of words dict, add spaces in s to construct a sentence where each word is a valid dictionary word.Return all suc....
分类:
编程语言 时间:
2014-07-30 03:19:32
阅读次数:
341
题目:Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order r....
分类:
编程语言 时间:
2014-07-28 11:34:20
阅读次数:
297
var?imgUrl?=?‘http://su.bdimg.com/static/superplus/img/logo_white.png‘;//这里是分享的时候的那个图片
var?lineLink?=?‘http://baidu.com‘;//这个是分享的网址
var?descContent?=?"这个操作的介绍,...
分类:
微信 时间:
2014-07-27 12:15:10
阅读次数:
13734
word-breakoverflow-wrapword-wrap参考:你真的了解word-wrap和word-break的区别吗?Difference between overflow-wrap and word-breakoverflow: hidden;white-space: nowrap;t...
分类:
其他好文 时间:
2014-07-25 18:56:31
阅读次数:
216
本页提供了被大多数浏览器支持的颜色名。提示:W3C 的 HTML 4.0 标准仅支持 16 种颜色名,它们是:aqua、black、blue、fuchsia、gray、green、lime、maroon、navy、olive、purple、red、silver、teal、white、yellow。如...
分类:
Web程序 时间:
2014-07-24 17:24:26
阅读次数:
472
在CSS里,主要有强制换行和禁止换行一、强制换行 1、word-break: break-all; 只对英文起作用,以字母作为换行依据。 2、word-wrap: break-word; 只对英文起作用,以单词作为换行依据。 3、white-space: pre-wrap; 只对中文起作用,强制.....
分类:
Web程序 时间:
2014-07-24 17:16:21
阅读次数:
206
强制换行 1、word-break: break-all; 只对英文起作用,以字母作为换行依据。 2、word-wrap: break-word; 只对英文起作用,以单词作为换行依据。 3、white-space: pre-wrap; 只对中文起作用,强制换行。禁止换行 ...
分类:
Web程序 时间:
2014-07-24 12:17:05
阅读次数:
452