链接:http://poj.org/problem?id=1789 或 http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1158
Description
Advanced Cargo Movement, Ltd. uses trucks of different types. Some trucks are use...
分类:
其他好文 时间:
2014-05-10 09:39:59
阅读次数:
440
链接:http://poj.org/problem?id=2421 或 http://acm.hdu.edu.cn/showproblem.php?pid=1102
Problem Description
There are N villages, which are numbered from 1 to N, and you should build some roads ...
分类:
其他好文 时间:
2014-05-10 09:34:09
阅读次数:
389
当我在SQLPLUS执行 :
INSERT INTO customers (
customer_id, first_name, last_name, dob, phone
) VALUES (
5, 'Doreen', 'Blue', '20-MAY-1970', NULL
);
出现 “ORA-01843: 无效的月份 ”这个错误。 Google之后找到下面的这篇文章...
分类:
其他好文 时间:
2014-05-10 09:19:59
阅读次数:
348
Request下获取Url所有相关属性测试的url地址是http://www.cnblogs.com/dachie/default.aspx?id=1Request.Url.ToString():http://www.cnblogs.com/dachie/default.aspx?id=1Reque...
分类:
Web程序 时间:
2014-05-07 10:21:40
阅读次数:
335
处理Sharepoint中的SPListItem时,有时需要获得这个对象的"Created
By"(创建者),并且希望是SPUser类型,而不是string,这样可以进而得到该用户的权限、ID等等。 "Person or
Group"(用户或组)对应的类型是SPFieldUser,怎么把SPFiel...
分类:
其他好文 时间:
2014-05-07 10:13:36
阅读次数:
324
1
//http://blog.chinaunix.net/uid-24549279-id-71355.html 2 /* 3
============================================================================ 4
Name...
分类:
其他好文 时间:
2014-05-07 09:32:18
阅读次数:
248
.数据库是通过select显示数据的.通过id链接多张表
分类:
数据库 时间:
2014-05-07 09:22:31
阅读次数:
296
简要记录存储过程语法与Java程序的调用方式 一 存储过程
首先,我们建立一个简单的表进行存储过程的测试createtable xuesheng(id integer, xing_ming varchar2(25),
yu_wen number, shu_xue number);insert...
分类:
数据库 时间:
2014-05-07 09:03:45
阅读次数:
430
inner join :用于数据库的查询,两张表的连接通过id链接多张表
分类:
其他好文 时间:
2014-05-06 12:13:07
阅读次数:
195
pid_t fork(void);返回值:
若成功调用一次则返回两个值,子进程返回0,父进程返回子进程ID;否则,出错返回-1int socketpair(int d, int type, int
protocol, int sv[2]);建立一对匿名的已经连接的套接字int ret = socke...
分类:
其他好文 时间:
2014-05-06 10:30:11
阅读次数:
438