1. 查看当前所用Perl版本号perl –v2. 一个简单的Perl程序print "hello
world";#这是注释 执行它:Perl helloWorld.txt 文件名后缀可以是pl可以是txt3. 一个稍微复杂点的Perl程序 @line =
`perldoc -u -f atan2....
分类:
其他好文 时间:
2014-05-01 12:48:19
阅读次数:
318
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
1
/**************************************************************************************
2 * Function : 模拟栈 3 * Create Date : 2014/04/23 4...
分类:
其他好文 时间:
2014-05-01 12:39:59
阅读次数:
322
1
/**************************************************************************************
2 * Function : 模拟队列 3 * Create Date : 2014/04/23 ...
分类:
其他好文 时间:
2014-05-01 12:29:33
阅读次数:
475
--创建架构名:CREATE SCHEMA [架构名]--修改数据库表架构名ALTER SCHEMA
[新架构名] TRANSFER [旧的架构名].[对象名]
分类:
数据库 时间:
2014-05-01 12:28:59
阅读次数:
359
1
/**************************************************************************************
2 * Function : 约瑟夫问题 3 * Create Date ...
分类:
其他好文 时间:
2014-05-01 12:17:13
阅读次数:
349
题意:题意:n个同学,一些男女同学会有缘分成为情侣,格式ni:(m) n1 n2
n3表示同学ni有缘与n1,n2,n3成为情侣,求集合中不存在有缘成为情侣的同学的最大同学数。题解:独立集:图的顶点集的子集,其中任意两点不相邻最大独立集 =
顶点数 - 最大匹配数zsd:由于本题是从整个点集搜索,并...
分类:
其他好文 时间:
2014-05-01 12:15:22
阅读次数:
261
按游戏方式分类RPG (Roleplaying Game) 角色扮演游戏ACT (Action
Game) 动作游戏AVG (Adventure Game) 冒险游戏SLG (Strategy Game) 策略游戏FTG (Fighting Game)
格斗游戏STG (Shoting Game) ...
分类:
其他好文 时间:
2014-05-01 12:02:18
阅读次数:
298
【UITableView.separatorInset】
separatorInset指定每行row之间的分隔线的长度,iOS7.0后提供,官方文档如下: 示例截图如下,分隔线没有紧贴着左右边界:
分类:
其他好文 时间:
2014-05-01 11:58:30
阅读次数:
282
【转】-
(UITableViewCellEditingStyle)tableView:(UITableView *)tableView
editingStyleForRowAtIndexPath:(NSIndexPath
*)indexPath{returnUITableViewCellEditi...
分类:
其他好文 时间:
2014-05-01 11:57:48
阅读次数:
292