1 包装类Java为8个基本数据类型boolean、byte、char、int、short、long、float、double,提供了8个包装类Boolean、Byte、Character、Integer、Short、Long、Float、Double。并提供了自动装箱和自动拆箱,允许把基本类型值直...
分类:
其他好文 时间:
2014-07-16 23:09:59
阅读次数:
174
Implement regular expression matching with support for '.' and '*'.'.' Matches any single character.'*' Matches zero or more of the preceding element....
分类:
其他好文 时间:
2014-07-12 13:17:10
阅读次数:
248
Unicode (Unicode码) Unicode是一种国际标准的文本编码.它的标准表中几乎包含所有语言的任意字符,并且可以通过扩展文件或者网页读写这些字符. 在Swift中,String(字符串)类型和Character(字符)类型完全兼容Unicode,而且它们也支持非Unicode码.U.....
分类:
移动开发 时间:
2014-07-10 00:01:47
阅读次数:
327
公司一个移动后端的项目用到了webapi项目搭建到外网环境共app开发者调用测试接口时遇到了一个问题接口不允许跨域调用。查阅资料明白同源策略原则根据请求报头值Origin与回应报头值Access-Control-Allow-Origin来判断是否允许调用解决方法1.ajax使用jsonpjsonp ...
分类:
移动开发 时间:
2014-06-27 15:21:12
阅读次数:
351
Change MySQL 5.5 default character-set to UTF8连接里是linux下的在window下my.iniAdd under [client]the following code snippet:loose-default-character-set = utf8...
分类:
数据库 时间:
2014-06-27 15:09:07
阅读次数:
222
题目
Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules.
The Sudoku board could be partially filled, where empty cells are filled with the character '.'.
A par...
分类:
其他好文 时间:
2014-06-27 09:38:48
阅读次数:
189
keycode 8 = BackSpace BackSpace
keycode 9 = Tab Tab
keycode 12 = Clear
keycode 13 = Enter
keycode 16 = Shift_L
keycode 17 = Control_L
keycode 18 = Alt_L
keycode 19 = Pause
ke...
分类:
编程语言 时间:
2014-06-27 09:17:42
阅读次数:
301
题目
Write a program to solve a Sudoku puzzle by filling the empty cells.
Empty cells are indicated by the character '.'.
You may assume that there will be only one unique solution.
...
分类:
其他好文 时间:
2014-06-27 07:06:50
阅读次数:
184
前天介绍了《Sublime Text 2 绿化与汉化 [Windows篇]》,应大家要求,我特地做了汉化版分享给大家。很清新吧,但我没安装多余的插件,只是安装了几个必备的插件,如 输入法支持,GBK支持,Package Control。Emmet 是我特地加上的,如果不喜欢解压后先别运行,打开Pri...
分类:
其他好文 时间:
2014-06-26 15:15:17
阅读次数:
250
最近有一个需求,就是控制系统的音量,我们都知道原理在mediaPlayer.framework框架下,有方法
// The current volume of playing music, in the range of 0.0 to 1.0.
// This property is deprecated -- use MPVolumeView for volume control instea...
分类:
其他好文 时间:
2014-06-26 10:44:33
阅读次数:
324