需要添加读写短信权限packagecom.example.writesms;importandroid.app.Activity;importandroid.content.ContentResolver;importandroid.content.ContentValues;importandro...
分类:
其他好文 时间:
2014-07-29 10:31:36
阅读次数:
277
Poweroff是一个用来管理电脑关机系统的小工具,支持定时,支持远程我的收藏|登录首页»系统工具»Poweroff – 很好很强大的定制关机工具收藏290.00 / 551 / 52 / 53 / 54 / 55 / 50votesscavin(Google+)on2008.01.11.Power...
分类:
其他好文 时间:
2014-07-29 10:31:26
阅读次数:
258
openNebula is the open-source industry standard for data center virtualization,offering a simple but feature-rich and flexible solution to build and m...
分类:
其他好文 时间:
2014-07-29 10:30:56
阅读次数:
286
注释注释毫无疑问是让别人以最快速度了解你代码的最快途径,但写注释的目的绝不仅仅是"解释代码做了什么",更重要的尽量帮助代码阅读者对代码了解的和作者一样多。当你写代码时,你脑海里会有很多有价值的信息,但当其他人读你代码时,这些信息已经丢失,他们所见到的只是眼前代码。注释约定如果IDE提供注释格式,则尽...
分类:
其他好文 时间:
2014-07-29 10:30:26
阅读次数:
270
block变量上一篇 讲的是block静态变量的特性,这里我们来看一下_block变量。引用官方:You can specify that an imported variable be mutable—that is, read-write— by applying the__blockstora...
分类:
其他好文 时间:
2014-07-29 10:30:16
阅读次数:
287
我们先来看一个简单的例子:lua_State* L = NULL;// 内部调用lua函数double f(double x, double y){ double z; lua_getglobal(L, "f"); // 获取lua函数f lua_pushnumber(L, ...
分类:
其他好文 时间:
2014-07-29 10:29:56
阅读次数:
230
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1874Problem Description某省自从实行了很多年的畅通工程计划后,终于修建了很多路。不过路多了也不好,每次要从一个城镇到另一个城镇时,都有许多种道路方案可以选择,而某些方案要比另一些方案行...
分类:
其他好文 时间:
2014-07-29 10:29:36
阅读次数:
384
> > " SelectCommand="SELECT [ProductID], [...
分类:
其他好文 时间:
2014-07-29 10:29:26
阅读次数:
417
算法总结之欧几里德算法1.欧几里德算法 欧几里德算法又称辗转相除法,用于计算两个正整数a,b的最大公约数。 其计算原理依赖于下面的定理: gcd(a,b)=gcd(b,amodb)(a>b且amodb不为0)代码实现:1 int gcd(int a,int b)2 {3 return ...
分类:
其他好文 时间:
2014-07-29 10:29:16
阅读次数:
231
建模的思路大概是这样的,把房间当做点,门当做是边,如果从房间A能到房间B中间有一个门,如果锁在A这边那么A->B容量就是INF,B->A的容量就是1。攻击者如果在A这边的话显然就算你锁了门也是没有意义的,在B这边如果锁上是有意义的,所以算1个门,然后就很简单了,建立源点到所有攻击者点的边,容量为IN...
分类:
其他好文 时间:
2014-07-29 10:28:08
阅读次数:
180
扫描线 + 线段树, 线段树写的有点儿退化,随便了- -。。。 1 /* 2 ID:esxgx1 3 LANG:C++ 4 PROG:hdu1542 5 */ 6 #include 7 #include 8 #include 9 #include 10 using name...
分类:
其他好文 时间:
2014-07-29 10:27:48
阅读次数:
291
摘自网络,综合自己的理解: 函数名原型详解返回类型注意事项re.matchimport re re.match(pattern,string,flags)pattern:正则表达式,匹配成功,返回一个Match,否则返回一个None string:要匹配的字符串 flags...
分类:
其他好文 时间:
2014-07-29 10:27:38
阅读次数:
218
首先我们建站网站之后就是让搜索引擎知道我们的网站,最直接的办法就是去搜索引擎入口去提交网址,本文整理出多个入口提供给大家:1. 中文网站提交网址大全360搜索引擎登录入口:http://info.so.360.cn/site_submit.html即刻搜索网站提交入口:http://zz.jike....
分类:
其他好文 时间:
2014-07-29 10:26:38
阅读次数:
573
Summer months, for people like us, suggests the sun's rays, beachfront, brazilian bikini and many others. For anyone who is intending to enjoy the fun...
分类:
其他好文 时间:
2014-07-29 10:26:18
阅读次数:
363
题目:DescriptionYou've decided to carry out a survey in the theory of prime numbers. Let us remind you that a prime number is a positive integer that ha...
分类:
其他好文 时间:
2014-07-29 10:25:58
阅读次数:
395