http://www.2cto.com/database/201208/150620.html
分类:
数据库 时间:
2014-07-22 23:10:54
阅读次数:
291
time_t first, second;first = time(NULL);// 你的程序
...............second = time(NULL);printf("The difference is: %f
seconds\n",difftime(se...
分类:
其他好文 时间:
2014-07-22 23:08:54
阅读次数:
216
Bootstrap 的简单表格实例 Example of Table with twitter
bootstrap Student-ID First Name Last Name ...
分类:
其他好文 时间:
2014-07-22 23:06:56
阅读次数:
327
SQL structed query language连接MYSQL服务器:mysql -uroot
-proot数据库的操作:创建,查看,修改,删除 *创建: 创建一个名称为mydb1的数据库。 create database mydb1;
创建一个使用utf-8字符集的mydb2数据库。...
分类:
数据库 时间:
2014-07-22 23:06:55
阅读次数:
468
connect resource权限;grant connect,resource to
user;后用户包括的权限:CONNECT角色: --是授予最终用户的典型权利,最基本的ALTER SESSION --修改会话CREATE CLUSTER
--建立聚簇CREATE DATABASE LINK...
分类:
数据库 时间:
2014-05-01 14:58:47
阅读次数:
456
Problem B: The Largest CliqueGiven a directed
graphG, consider the following transformation. First, create a new graphT(G)to
have the same vertex set ...
分类:
其他好文 时间:
2014-05-01 14:09:34
阅读次数:
357
//数据查询create database JXGL; //创建数据库use
JXGL;//使用数据库create table S( Sno char(10) not null unique, Sname char(20) not
null unique, Ssex char(2), Sage in...
分类:
数据库 时间:
2014-05-01 01:01:27
阅读次数:
653
Quick install guide1.1 Install Python, it works
with Python2.6, 2.7, 3.2, 3.3. All these version of Python include a lightweight
database SQLite, so y...
分类:
其他好文 时间:
2014-04-30 23:14:34
阅读次数:
566
在Linux内核中,hlist(哈希链表)使用非常广泛。本文将对其数据结构和核心函数进行分析。
和hlist相关的数据结构有两个:hlist_head 和 hlist_node
//hash桶的头结点
struct hlist_head {
struct hlist_node *first;//指向每一个hash桶的第一个结点的指针
};
//hash桶的普通结点
struct hl...
分类:
系统相关 时间:
2014-04-27 21:24:06
阅读次数:
579
ccnuacm training first week...
分类:
其他好文 时间:
2014-04-27 21:18:05
阅读次数:
281