码迷,mamicode.com
首页 >  
搜索关键字:easyui出现no result fi    ( 13211个结果
SGU 149. Computer Network
时间限制:0.25s空间限制:4M;题意: 给出一颗n(n#include #include #include using namespace std;#define mp make_pair#define fi first#define se second#define sz(x) ((int.....
分类:Web程序   时间:2014-07-16 19:03:45    阅读次数:268
cx_Oracle.DatabaseError: ORA-12541: TNS:no listener
问题:利用Python连接Oracle时报错,完整过程如下import cx_Oracleconn = cx_Oracle.connect('testma/dingjia@192.168.88.139:1521/orcl')Traceback (most recent call last): Fi....
分类:数据库   时间:2014-07-16 18:50:04    阅读次数:2108
android系统AES解密服务器加密数据错误解决方案
之前的做了一个外包项目,里边有一些敏感的信息需要AES加密,但是同样的代码在服务器就可以加密解密,在android系统中就解密失败,会出现pad block corrupted错误,下面给出解决方案, 亲测无问题!AES.javapublic class AES { public static fi...
分类:移动开发   时间:2014-07-16 18:45:48    阅读次数:686
Struts2中的namespace使用
namespace一般在项目比较复杂的情况下使用较好。 在struts2的项目中,namespace主要在以下环境中常使用: 1. 在配置文件中(struts.xml)以及被它包含的XX.xml文件中 一般namespace用来提供给查找action使用。 对于result,返回的结果一般都写成绝对...
分类:其他好文   时间:2014-07-16 18:12:32    阅读次数:146
hoj 2275 Number sequence
Number sequence Given a number sequence which has N element(s), please calculate the number of different collocation for three number Ai, Aj, Ak, which satisfy that Ai Ak and i Input The fi...
分类:其他好文   时间:2014-07-16 09:51:23    阅读次数:201
Delphi文件夹的操作
/// /// 重命名文件夹/// function ReNameDirectort(SourceDirectort, DestinationDirectort: string): Boolean;var pDirOperate: TSHFileOpStruct;begin Result := Fa...
分类:其他好文   时间:2014-07-15 09:51:32    阅读次数:186
Mono 异步加载数据更新主线程
主要是用 async和 await 调用 RunOnUiThread来更新。调用函数://异步加载数据开始doInBackground ();//异步加载数据开始endprotected async void doInBackground (){ var result = await T...
分类:编程语言   时间:2014-07-15 09:36:32    阅读次数:282
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
迷上了代码!