jqGrid参数名称类型描述默认值可修改urlstring获取数据的地址datatypestring从服务器端返回的数据类型,默认xml。可选类型:xml,local,json,jsonnp,script,xmlstring,jsonstring,clientsidemtypestringajax提...
分类:
其他好文 时间:
2014-07-22 22:57:15
阅读次数:
234
python基础环境搭建window下环境变量设置设置后可以方便的使用python命令行,以及python路径下的Script工具。1.python的安装路径2.pythonscript工具的路径这两个路径加入到path环境变量中去pywin32安装在window下需要访问系统api的地方都需要用到...
分类:
其他好文 时间:
2014-07-22 22:56:34
阅读次数:
199
1.package com.hongyuan.test; import java.util.List;import javax.script.Invocable;import javax.script.ScriptEngine;import javax.script.ScriptEngineFact...
分类:
编程语言 时间:
2014-07-18 20:32:30
阅读次数:
229
Thu Jul 17 10:10:07 2014 : Error executing image transfer script: Error copying localhost.localdomain:/app/opennebula/var//datastores/1/12933297f0ffeb...
分类:
其他好文 时间:
2014-07-18 20:14:18
阅读次数:
269
1.命令行工具 node -v 版本 node -e eval script(执行eval方法) 例如:node -e "console.log('测试')"; node 直接进入编译模式
分类:
Web程序 时间:
2014-07-18 19:31:57
阅读次数:
234
js防阻塞加载
function scriptDomElement (u) {
var s = document.createElement('script');
h = document.getElementsByTagName('body')[0];
s.src = u;
s.async = true;
if(h)h.appendChild(s,h.firstChild);
}
scriptDomElement('ht...
分类:
Web程序 时间:
2014-07-17 20:18:09
阅读次数:
328
#coding=utf-8from sys import argvscript,first,second,third = argvprint "the script is=",scriptprint "the first is=",firstprint "the second is=",second...
分类:
编程语言 时间:
2014-07-16 17:39:23
阅读次数:
416
1 using System; 2 using System.IO; 3 using System.Net; 4 using System.Text; 5 using System.Web.Script.Serialization; 6 7 namespace IpUtils 8 { 9 ...
分类:
其他好文 时间:
2014-07-16 17:36:50
阅读次数:
188
var nodes = document.getElementsByTagName("script");var node = nodes[nodes.length - 1];var src = document.querySelector ? node.src : node.getAttribute...
分类:
编程语言 时间:
2014-07-16 17:07:50
阅读次数:
188
昨天晚上一个坑爹的问题折腾了我一晚上,首先我来说下我的代码,我建立了一个index的控制器然后呢 在控制器里有一个index的方法。页面模板都有。if ( ! defined('BASEPATH')) exit('No direct script access allowed');class In....
分类:
其他好文 时间:
2014-07-16 16:57:34
阅读次数:
208