更新到 xcode6之后,发现没有原来的emptyapplication了习惯又要被改变了。下面是解决的方法:1.新建一个single view application2.打开 Info.plist,删除里面的Launch screen interface file....以及 Main story...
分类:
移动开发 时间:
2014-12-24 11:34:21
阅读次数:
171
简单的看了2-sat……似乎还是挺神奇的东西……等大致刷完几道题再来写总结吧!而这道题……算是2-sat的超级入门题了吧不过题目大意也是醉了:圆上顺序排列n个点,现要在一些点间连边,规定边只能在圆内或圆外,求有没有可能不相交 。一开始想的是嗷嗷嗷,圆上两个点的连线怎么可能有什么在圆外在圆内之分,不都...
分类:
其他好文 时间:
2014-12-23 22:26:21
阅读次数:
233
生产环境中nginx多为编译安装,但源码包不提供init脚本从这里下载相应系统的脚本:http://wiki.nginx.org/InitScripts,并作简单修改修改后内容如下 1 #!/bin/bash 2 # 3 # nginx - this script starts and sto...
分类:
其他好文 时间:
2014-12-21 17:47:43
阅读次数:
349
DescriptionHere is a famous story in Chinese history."That was about 2300 years ago. General Tian Ji was a high official in the country Qi. He likes t...
分类:
其他好文 时间:
2014-12-19 14:12:57
阅读次数:
366
【POJ 3207】Ikki's Story IV - Panda's Trick
2-SAT判断可行性模板题~...
分类:
其他好文 时间:
2014-12-18 09:14:38
阅读次数:
234
通过PerfMon命令可以管理计数器,添加删除调整等等。例1:Logman:在本地和远程系统上,管理和调度性能计数器和事件跟踪日志。master..xp_cmdshell 'logman query'例2:停止Performance计数器master..xp_cmdshell 'logman Sto...
分类:
其他好文 时间:
2014-12-17 20:32:28
阅读次数:
180
Descriptionliympanda, one of Ikki’s friend, likes playing games with Ikki. Today after minesweeping with Ikki and winning so many times, he is tired o...
分类:
其他好文 时间:
2014-12-15 23:15:31
阅读次数:
287
在上一页有提到,COUNT 是函数之一。由于它的使用广泛,我们在这里特别提出来讨论。基本上,COUNT 让我们能够数出在表格中有多少笔资料被选出来。它的语法是:
SELECT COUNT("栏位名")
FROM "表格名";
举例来说,若我们要找出我们的示范表格中有几笔 store_name 栏不是空白的资料时,
Store_Information 表格
Sto...
分类:
数据库 时间:
2014-12-15 17:22:29
阅读次数:
166
Description:
Little Joey invented a scrabble machine that he called Euler, after the great mathematician. In his primary school Joey heard about the nice story of how Euler started the study ab...
分类:
其他好文 时间:
2014-12-03 21:25:03
阅读次数:
165