Description Astronomers often examine star maps where stars are represented by points on a plane and each star has Cartesian coordinates. Let the leve...
分类:
编程语言 时间:
2016-03-20 16:14:35
阅读次数:
175
快捷键Ctrl+P 通过文件名或者标签名导航Ctrl+Tab 在前一个文件和当前文件间切换F1 打开全局命令Ctrl+Shift+O will let you navigate to a specific symbol in a file // 不会Ctrl+G 根据行号跳转行Ctrl+\ 快速分割...
分类:
其他好文 时间:
2016-03-20 16:11:00
阅读次数:
1147
func XDLog<T>(message : T,file : String = __FILE__,funcName : String = __FUNCTION__,lineNum : Int = __LINE__){ #if DEBUG //1.对文件进行处理 let fileName = (f
分类:
编程语言 时间:
2016-03-17 01:49:57
阅读次数:
233
A:Dad,how can I take better study notes? B:Okay,look.Divide your pate into two columns. A:Like this? B:No.the one on the right should be larger. A:Let
分类:
其他好文 时间:
2016-03-16 08:21:35
阅读次数:
177
python中的字符串是一个高级工具,是不可变序列 python中没有char类型,只有单字符字符串 python中是用双引号或单引号括起来的内容,但单双引号不能混用,如过在字符串中本身又包含字符串,可以使用转义字符 Let's go!的两种写法:
分类:
其他好文 时间:
2016-03-16 01:10:19
阅读次数:
162
I will show you how to get connecting string stored in registry. The code which I will show in this blog will work both on 32 and 64 bit machines. Let
分类:
其他好文 时间:
2016-03-14 20:22:19
阅读次数:
620
首先打开网站https://github.com/ 第一个是输入用户名第二个是邮箱第三个是自己的密码然后点 sign up for github 此时会有个邮箱注册的验证进入注册的邮箱点击认证。 验证完邮箱以后此时就验证成功了点击绿色的 let‘s get started!就注册成功了
分类:
其他好文 时间:
2016-03-13 00:45:43
阅读次数:
129
class IndexViewController: UIViewController{} let className = "IndexViewController" let bundlePath = NSBundle.mainBundle().bundlePath let bundleFullNa
分类:
编程语言 时间:
2016-03-11 15:22:01
阅读次数:
148
"Lose Yourself" Look, if you had, one shot, or one opportunityTo seize everything you ever wanted. In one momentWould you capture it, or just let it s
分类:
其他好文 时间:
2016-03-09 23:58:47
阅读次数:
457
1 shell变量基础shell变量是一种很“弱”的变量,默认情况下,一个变量保存一个串,shell不关心这个串是什么含义。所以若要进行数学运算,必须使用一些命令例如let、declare、expr、双括号等。shell变量可分为两类:局部变量和环境变量。局部变量只在创建它们的shell中可用。而环
分类:
系统相关 时间:
2016-03-09 10:41:13
阅读次数:
269