form.submit({ url:"../addOrUpdatePack.shtml",method:'POST',success:function(f,action) {//f是代表formalert('rpackCode:'+action.result.rpackCode) }, ...
分类:
其他好文 时间:
2014-07-15 00:01:59
阅读次数:
262
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
namespace为空action指定class,将会执行Action::execute,返回一个字符串,然后根据字符串,寻找result,实现Action接口,继承ActionSupportnamespace 没有,那么交给welcome-liist这个文件href超级链接,--绝对路径 ,bas...
分类:
其他好文 时间:
2014-07-14 22:33:13
阅读次数:
351
/** * 获取标准URL的参数 * @_key:字符串,不支持数组参数(多个相同的key) * @_url:字符串,(window).location.href,使用时别误传入非window对象 * @_spliter:字符串,参数间分隔符 * 注意: * 1、如不存在指定键,返回空字符串,方便....
分类:
编程语言 时间:
2014-07-14 21:30:40
阅读次数:
256
rpm build errorerror message:/usr/lib/rpm/find-debuginfo.sh /usr/src/redhat/BUILD/RPMS find: invalid predicate `' error: Bad exit status from /var/tmp...
分类:
其他好文 时间:
2014-07-14 21:28:46
阅读次数:
791
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
Javascript刷新页面的几种方法:1 history.go(0)2 window.location.reload() window.location.reload(true) 3 location=location4 location.assign(locati...
分类:
Web程序 时间:
2014-07-14 19:27:45
阅读次数:
259
$("#result").find("tr").each(function () { $(this).find("td").each(function () { if ($(this).text().indexOf("惠") > ...
分类:
Web程序 时间:
2014-07-14 19:04:17
阅读次数:
276
在android项目中,通过run as java application运行java类时,可能会出现下面这个问题:Invalid layout of java.lang.String at value## A fatal error has been detected by the Java Ru...
分类:
编程语言 时间:
2014-07-14 18:57:59
阅读次数:
336
//不考虑大小写比较字符串1NSString *astring01 = @"this is a String!"; NSString *astring02 = @"This is a String!"; BOOL result = [astring01 caseInsensitiveCo...
分类:
其他好文 时间:
2014-07-14 17:52:38
阅读次数:
205