创建和使用PCH File 1.创建PCH File File - iOS Other - PCH File - PrefixHeader.pch 写法如下: 2. 使用PCH File 使PCH文件在项目中所有地方可用,需设置PCH文件的路径: ...
分类:
其他好文 时间:
2016-04-22 16:12:57
阅读次数:
199
问题: Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two eleme ...
分类:
其他好文 时间:
2016-04-21 13:18:24
阅读次数:
117
1、处理数据和打印 man = [] other = [] try: data = open('sketch.txt') for each_line in data: try: (role, line_spoken) = each_line.split(':', 1) line_spoken = l ...
分类:
其他好文 时间:
2016-04-20 19:57:44
阅读次数:
290
Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two elements ...
分类:
其他好文 时间:
2016-04-19 14:18:58
阅读次数:
179
If we don't already have PostgreSQL installed, we must install it. This command installs the PostgreSQL server and various other packages. If we insta ...
分类:
数据库 时间:
2016-04-19 11:56:55
阅读次数:
600
【案例1】通过一个对象获得完整的包名和类名 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 package Reflect; /** * 通过一个对象获得完整的包名和类名 * */ class Demo{ //other codes... } class hello{ pub ...
分类:
编程语言 时间:
2016-04-19 11:36:54
阅读次数:
246
(1)Including other URLconfs 比如一个website项目urls.py, include了其他的urls: 注意include之前的正则表达式没有终止符 $ 而是 / 当调用clude时,把url前边正则表达式匹配到的chop off(砍掉),剩下的string传递到inc ...
分类:
Web程序 时间:
2016-04-19 10:10:28
阅读次数:
148
公司用的Maven管理项目,入职开发了一段时间了,自己学着慢慢搭建一个。做下小记录,新人求指教切勿无脑喷!
1.打开Eclipse 点击File ---->New ----->Other ---->Maven...
分类:
系统相关 时间:
2016-04-18 17:24:19
阅读次数:
240
Mysql错误:Ignoring query to other database解决方法 今天登陆mysql show databases出现Ignoring query to other database错误,又试了几个命令和sql全部提示Ignoring query to other datab ...
分类:
数据库 时间:
2016-04-18 11:56:01
阅读次数:
139
The third conditional: the third conditional is used for a past situation that didn't happen. If I had paid attention… In other words, in the past he ...
分类:
其他好文 时间:
2016-04-18 10:04:54
阅读次数:
107