Although laptop bags shoulder should be well
prepared, should not be too great because it allows you to move freely in the
laptop. If it is possible t...
分类:
其他好文 时间:
2014-05-16 04:37:59
阅读次数:
440
List listGroup = sysGroupBll.Where(o => o.IsSb
== true, o => o.Id).ToList(); List items = new List(); foreach (var group in
listGroup) { items.Add(new...
分类:
Web程序 时间:
2014-05-16 03:30:39
阅读次数:
401
Row_number配合over(partition by xx order by xx) 与
Group by 的区别, = order + group?SqlBulkCopyGuidance Automation Toolkit 2010
Reference
分类:
其他好文 时间:
2014-05-15 20:39:55
阅读次数:
249
例如在用AlarmManager的时候 1 AlarmManager alarmMgr =
(AlarmManager) mContext 2 .getSystemService(Context.ALARM_SERVICE); 3 Intent
int...
分类:
移动开发 时间:
2014-05-15 17:40:14
阅读次数:
414
维基百科上SSH的定义如下
Secure Shell(縮寫为SSH),由IETF的網路工作小組(Network Working Group)所制定;SSH為一项建立在应用层和传输层基础上的安全协议,为计算机上的Shell(壳层)提供安全的传输和使用环境。
安装ssh服务器
安装openssh-server
$sudo apt-get install openssh-server
安装成功...
分类:
其他好文 时间:
2014-05-15 13:02:56
阅读次数:
310
题目链接:http://poj.org/problem?id=2135
Farm Tour
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 10862
Accepted: 4024
Description
When FJ's f...
分类:
其他好文 时间:
2014-05-15 11:24:14
阅读次数:
348
linux的文件查找locate使用数据库查找速度快模糊匹配find实时查找精确匹配速度慢find[查找位置][查找标准][处理动作]查找位置默认当前位置查找标准默认当前目录下所有文件处理动作显示到标准输出查找标准-name根据文件名查找-iname忽略大小写-userusername根据用户名查找-group..
分类:
其他好文 时间:
2014-05-15 08:30:34
阅读次数:
220
题目链接:http://poj.org/problem?id=3469
Dual Core CPU
Time Limit: 15000MS
Memory Limit: 131072K
Total Submissions: 18147
Accepted: 7833
Case Time Limit: 5000MS
...
分类:
其他好文 时间:
2014-05-15 06:23:05
阅读次数:
271
戳我去解题You are climbing a stair case. It
takesnsteps to reach to the top.Each time you can either climb 1 or 2 steps. In
how many distinct ways can you ...
分类:
其他好文 时间:
2014-05-15 01:55:06
阅读次数:
251
switch 语句int x = 10switch(x) case
1:print(“sfsd”)breakcase 2:print(“dsdf”)breakdefaultprint(“right”)break
分类:
其他好文 时间:
2014-05-14 23:47:11
阅读次数:
263