查询版本: perl -M模块名 -e "print
模块名->VERSION"一个例子:查看LWP模块版本(Windows操作系统下)
分类:
其他好文 时间:
2014-05-01 12:44:30
阅读次数:
381
题目来源:http://poj.org/problem?id=1755分析:设比赛总长度为
1, 其中游泳长度为x, 自行车长度为y, 赛跑长度为 1 - x - y, 则选手 i 打败 选手j (不能并列) 的条件是x / v[i] + y /
u[i] + (1 - x - y) / w[i] ...
分类:
其他好文 时间:
2014-05-01 12:42:27
阅读次数:
297
1.Insert Set语句mysql> create table wison_test1(id
int,name varchar(10));Query OK, 0 rows affected (0.10 sec)mysql> insert into
wison_test1 set id=1,nam...
分类:
数据库 时间:
2014-05-01 12:41:50
阅读次数:
488
19. 二叉树的镜像(递归)即:交换所有节点的左右子树。从下往上 或 从上往下
都可以。#include #include using namespace std;struct BTNode{ int v; // default
positive Integer. BTNode *pLeft; B....
分类:
其他好文 时间:
2014-05-01 12:41:11
阅读次数:
416
1
/**************************************************************************************
2 * Function : 模拟栈 3 * Create Date : 2014/04/23 4...
分类:
其他好文 时间:
2014-05-01 12:39:59
阅读次数:
322
innodb的事务隔离级别是可重复读级别且innodb_locks_unsafe_for_binlog禁用,也就是说允许next-key
lockCREATETABLE`LockTest`(`order_id`varchar(20)NOTNULL,`id`bigint(20)NOTNULLAUTO_...
分类:
数据库 时间:
2014-05-01 12:39:14
阅读次数:
645
Noip2009的题目还是有一定难度的,主要是搜索和最短路都是我的弱项,不检查第一遍下来只做了150分,还是这句话,素质和读题的仔细程度决定了分数。仔细想想,我们化学老师说的话没错,或许题目你都会做,但是你在考试时犯下的各种错误终将导致你的失败,所以,提高个人编程的素样,对于我来说才是目前最重要.....
分类:
其他好文 时间:
2014-05-01 12:37:57
阅读次数:
474
What is Health Monitoring?Health Monitoring is
a framework for monitoring status of running ASP.NET applications and logging
significant ASP.NET appli...
分类:
Web程序 时间:
2014-05-01 12:37:12
阅读次数:
525
原文地址:http://blog.csdn.net/daniel_ustc/article/details/18099067#commentsredis介绍Redis是一个开源、支持网络、基于内存、键值对存储数据库,使用ANSI
C编写, redis中文官方网站,点这里。redis安装我的linux...
分类:
系统相关 时间:
2014-05-01 12:34:04
阅读次数:
602
集合框架 集合:容器 储存对象的对象
Object[]接口特点接口中的常用方法遍历实现类Collection 接口 特点: 元素是Object常用方法:add(Object
o):将o添加到集合中addAll(Collection c):将集合c中所有的元素添加到集合中clear() 清...
分类:
其他好文 时间:
2014-05-01 12:31:34
阅读次数:
414