mysql数据库,创建这个表DROP TABLE IF EXISTS `t_errorlog`;CREATE TABLE `t_errorlog` ( `rowid` int(11) NOT NULL AUTO_INCREMENT, `log_date` datetime DEFAULT NULL ...
分类:
Web程序 时间:
2015-01-22 20:02:25
阅读次数:
192
use master--创建文件夹exec xp_cmdshell 'md d:project'exec xp_cmdshell 'dir d:'--判断数据库是否存在if exists(select * from sysdatabases where name='stuDB')--如果存在先删除d...
分类:
数据库 时间:
2015-01-22 17:54:10
阅读次数:
261
Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longes...
分类:
其他好文 时间:
2015-01-22 00:10:52
阅读次数:
142
1. SSH Secure Shell Client
首先,安装SSH Secure Shell Client,这是一款连接远程Linux系统的工具,简称SSH客户端。
在Linux主机上设置好ip地址和端口号之后,打开SSH Client,点击Quick Connect,填写远程服务的ip地址,用户名(一般默认为root),和端口号。
进入系统后,出现 Add Profile,可以再里面输...
分类:
数据库 时间:
2015-01-21 22:35:29
阅读次数:
260
本文是个推荐文章,推荐foruok博主的Qt quick 核心编程的系列经典编程!...
分类:
其他好文 时间:
2015-01-21 22:33:15
阅读次数:
380
设 $f:\bbR\to\bbR$ 二次可微, 适合 $f(0)=0$. 试证: $$\bex \exists\ \xi\in\sex{-\frac{\pi}{2},\frac{\pi}{2}},\st f''(\xi)=f(\xi)(1+2\tan^2\xi). \eex$$
分类:
其他好文 时间:
2015-01-21 22:14:11
阅读次数:
181
DROP TABLE IF EXISTS `imooc_pro`;CREATE TABLE `imooc_pro`(`id` int unsigned auto_increment key,`pName` varchar(50) not null,`pNum` int unsigned defaul...
分类:
数据库 时间:
2015-01-21 19:40:41
阅读次数:
275
1.题目: A game for one player is played on a board consisting of N consecutive squares, numbered from 0 to N ? 1. There is a number written on each squa...
分类:
其他好文 时间:
2015-01-21 18:08:23
阅读次数:
340
在实际开发中,我们往往需要比较两个或多个表数据的差别,比较那些数据相同那些数据不相同,这时我们有一下三种方法可以使用:1. IN或NOT IN,2. EXIST或NOTEXIST,3.使用连接查询(inner join,left join 或者 right join)。
看下面的数据,我们准备选择出在depart_info中的pid在user_info中不存在的depart_信息。
有表1...
分类:
数据库 时间:
2015-01-21 16:33:59
阅读次数:
216
最近公司的项目需要把项目从quick 2.2.5升级到quick 3.3 final版本,我发现改动还是很大的,但是github上的文档只涵盖了很少的一部分,因此我在这里把自己升级中的一些注意事项罗列出来,希望能有所帮助。
首先,我们可以看看github上的文档,主要有如下部分:
下列函数或常量需要替换:
CCLuaLog()
...
分类:
其他好文 时间:
2015-01-21 15:16:30
阅读次数:
537