码迷,mamicode.com
首页 >  
搜索关键字:aid    ( 654个结果
CountDownLatch CyclicBarrier Semaphore 比较
document:CountDownLatch: A synchronization aid that allows one or more threads to wait until a set of operations being performed in ot...
分类:其他好文   时间:2015-09-14 13:54:31    阅读次数:216
POJ 1251 Jungle Roads(kruskal)
Submit Status Practice POJ 1251DescriptionThe Head Elder of the tropical island of Lagrishan has a problem. A burst of foreign aid money was spent on ...
分类:其他好文   时间:2015-09-11 01:27:21    阅读次数:112
MySQL 基本操作
1. show databases; // 显示数据库2. use db_passport; // 使用db_passport数据库3. 创建表create table tb_access( aid int unsigned not null primary key, status tinyint ...
分类:数据库   时间:2015-09-08 19:59:24    阅读次数:218
Java NIO
http://weixiaolu.iteye.com/blog/1479656 http://watchmen.cn/portal.php?mod=view&aid=509?好!
分类:编程语言   时间:2015-09-02 20:49:43    阅读次数:138
poj 2010 Moo University - Financial Aid(优先队列(最小堆)+ 贪心 + 枚举)
DescriptionBessie noted that although humans have many universities they can attend, cows have none. To remedy this problem, she and her fellow cows f...
分类:其他好文   时间:2015-08-30 21:07:00    阅读次数:174
[转]放松是修行的第一课 《次第花开》
本文转自:走出修行的误区——关于出离心http://www.ptz.cc/plus/view.php?aid=45600人们常说把修行融入生活中,可奇怪的是,尽管我们很努力,修行却仍然与我们的生活若即若离。当我们打坐、念经、微笑面对他人时,我们觉得自己做 得很好,真正是把佛法运用到生活中了;可是在我...
分类:其他好文   时间:2015-08-26 19:34:57    阅读次数:172
jQuery改变label/input的值,改变class,改变img的src
jQuery改变label/input的值,改变class,改变img的src jQuery改变label的值:$('#aID').text("New Value");jQuery改变input的值:$('#aID').val("New Value");jQuery改变class属性:$('#aID').attr('class', "newClass");//设置class $('#aID')...
分类:Web程序   时间:2015-08-21 21:35:02    阅读次数:163
PHP按符号截取字符串的指定部分
字符串截取在php开发中是比较常用的;而且对于截取的需求也有很多种;就比如说对url链接的操作:http://www.baijunyao.com/index.php/Home/Index/article/aid/12有时我们想截取最后一个斜杠‘/‘后面的数字;有时我们又需要截取第一个斜杠‘/‘前面的内容判断用户输入的url链接带不..
分类:Web程序   时间:2015-08-20 10:53:00    阅读次数:104
PHP按符号截取字符串的指定部分
字符串截取在php开发中是比较常用的;而且对于截取的需求也有很多种;就比如说对url链接的操作:http://www.baijunyao.com/index.php/Home/Index/article/aid/12有时我们想截取最后一个斜杠'/'后面的数字;有时我们又需要截取第一个斜杠'/'前面的...
分类:Web程序   时间:2015-08-20 01:17:07    阅读次数:222
poj2010(Moo University - Financial Aid)优先队列
Description Bessie noted that although humans have many universities they can attend, cows have none. To remedy this problem, she and her fellow cows formed a new university called The University...
分类:其他好文   时间:2015-08-18 16:24:17    阅读次数:123
654条   上一页 1 ... 47 48 49 50 51 ... 66 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!