码迷,mamicode.com
首页 >  
搜索关键字:idplresultset result    ( 10204个结果
递归算法——求取斐波那契数列(1)
import java.util.Scanner;/** * Created by Administrator on 14-5-13. * 计算斐波那契数列 * * Result M(Problem prob) { if () return ; // The problem cannot be so...
分类:其他好文   时间:2014-07-15 00:39:15    阅读次数:408
setResult()设置无效,onActivityResult没有被调用
呃,被坑了几个小时,后来发现,在调用setResult的时候,requestCode随便传了个Activity的RESULT_OK,而这个常量的值是-1,导致onActivityResult没有被调用。握了棵草啊。。。看看文档:requestCode If >= 0, this code will ...
分类:其他好文   时间:2014-07-15 00:30:06    阅读次数:3307
1.4、jwplayer-V6.8编译及编译验证
1.4.1、编译过程在编译环境配置完成后就可以在CMD中进行编译编译命令:ant –buildfile build.xml如图上所示编译成功(备注,编译过程中,get-revision:[exec]Result:1与编译结果没多大影响,可以忽略)1.4.2、编译是否成功验证Test.html(不能放...
分类:其他好文   时间:2014-07-15 00:26:49    阅读次数:263
[ext]form.submit()相关说明
form.submit({ url:"../addOrUpdatePack.shtml",method:'POST',success:function(f,action) {//f是代表formalert('rpackCode:'+action.result.rpackCode) }, ...
分类:其他好文   时间:2014-07-15 00:01:59    阅读次数:262
QEMU KVM Libvirt手册(10): KVM的各种限制
Overcommits KVM allows for both memory and disk space overcommit. However, hard errors resulting from exceeding available resources will result in gue...
分类:其他好文   时间:2014-07-14 23:36:34    阅读次数:385
Structs2-Action
namespace为空action指定class,将会执行Action::execute,返回一个字符串,然后根据字符串,寻找result,实现Action接口,继承ActionSupportnamespace 没有,那么交给welcome-liist这个文件href超级链接,--绝对路径 ,bas...
分类:其他好文   时间:2014-07-14 22:33:13    阅读次数:351
How to insert a character into a NSString
How do I insert a space to a NSString.I need to add a space at index 5 into:NString * dir = @"abcdefghijklmno";To get this result:abcde fghijklmnowith...
分类:其他好文   时间:2014-07-14 21:12:21    阅读次数:175
jquery遍历table tr td内容
$("#result").find("tr").each(function () { $(this).find("td").each(function () { if ($(this).text().indexOf("惠") > ...
分类:Web程序   时间:2014-07-14 19:04:17    阅读次数:276
iOS常用的加密算法
在iOS开发中,为了数据的安全经常对内容进行加密,在这儿我们对常用的加密算法进行了总结: 1、MD5 + (NSString *)md5Hash:(NSString *)str { const char *cStr = [str UTF8String]; unsigned char result[16]; CC_MD5( cStr, strlen(cStr), re...
分类:移动开发   时间:2014-07-14 18:17:16    阅读次数:265
字符串比较 忽略大小写 iphone
//不考虑大小写比较字符串1NSString *astring01 = @"this is a String!"; NSString *astring02 = @"This is a String!"; BOOL result = [astring01 caseInsensitiveCo...
分类:其他好文   时间:2014-07-14 17:52:38    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!