码迷,mamicode.com
首页 >  
搜索关键字:reduced id numbers    ( 75814个结果
UVA 10891 Game of Sum(DP)
This is a two player game. Initially there areninteger numbers in an array and playersAandBget chance to take them alternatively. Each player can take...
分类:其他好文   时间:2014-04-30 20:34:38    阅读次数:519
[Android学习系列16]Android把php输出的json加载到listview
首先写个php脚本输出json,注意,还要输出回车,方便android的bufferreader读取一行bookid = $id; $this->bookname = $name; $this->bookinfo = $info; } ...
分类:移动开发   时间:2014-04-30 20:19:42    阅读次数:684
整数性质和精度测试
题目:http://acm.nefu.edu.cn/JudgeOnline/problemshow.php?problem_id=612 1 /*http://acm.nefu.edu.cn/JudgeOnline/problemshow.php?problem_id=612 2 关键是对数处理位数...
分类:其他好文   时间:2014-04-30 19:46:56    阅读次数:411
jquery获得select option的值和对select option的操作
1、jQuery获取Select元素,并选择的Text和Value: 1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 2. var checkText=$("#select_id").find(.....
分类:Web程序   时间:2014-04-30 19:27:58    阅读次数:555
LeetCode4:Add Two Numbers
题目: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sin...
分类:其他好文   时间:2014-04-30 18:44:23    阅读次数:428
【转】vim格式化C代码
转自:http://blog.chinaunix.net/uid-24774106-id-3396220.html在自己的目录下编辑自己的.vimrc,vim ~/.vimrc添加下面的几行:: filetype indent onset etset ciset shiftwidth=4autocm...
分类:其他好文   时间:2014-04-30 18:26:50    阅读次数:526
存储过程被锁定无法编译
原因:存储过程执行过程中,关闭或者中断存储过程,重新编译是等待时间很长,无法删除解决:先查出被锁定存储过程的spidSELECTspidFROMV$DB_OBJECT_CACHEOC,V$OBJECT_DEPENDENCY OD,DBA_KGLLOCKW,V$SESSIONS,V$PROCESSPW...
分类:其他好文   时间:2014-04-30 17:54:21    阅读次数:343
《Netty in action》目录修复版本分享
最近阅读了Netty in action一书。深感外国友人的书籍编写能力强大。作者由简入深。精简描述了Netty的相关知识,如何使用等等。本来想翻译一下的。尝试着翻译了一点之后。发现非常痛苦啊。ps.笔者英语不是很好。很多时候需要自己先把英文理解成中文然后再拼凑起来。写出来的中文译文感觉好奇怪。所以...
分类:Web程序   时间:2014-04-30 17:36:30    阅读次数:602
正则表达式
正则表达式是一种文本模式,包括普通字符(例如,a 到 z 之间的字母)和特殊字符(称为“元字符”)。模式描述在搜索文本时要匹配的一个或多个字符串。正则表达式实例:表达式匹配/^\s*$/匹配空行。/\d{2}-\d{5}/验证由两位数字、一个连字符再加 5 位数字组成的 ID 号。/]*)?>[\s...
分类:其他好文   时间:2014-04-30 17:12:06    阅读次数:383
WinDBG 技巧:如何生成Dump 文件(.dump 命令)
程序崩溃(crash)的时候, 为了以后能够调试分析问题, 可以使用WinDBG要把当时程序内存空间数据都保存下来,生成的文件称为dump 文件。 步骤:1) 打开WinDBG并将之Attach 到crash的程序进程2) 输入产生dump 文件的命令WinDBG产生dump 文件的命令是 .dum...
分类:数据库   时间:2014-04-30 13:22:35    阅读次数:533
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!