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
受益于grunt这么久,继续分享关于grunt的一些技巧。grunt确实是前端项目中不可或缺的提升效率的工具。第一次接触grunt是在去年7月份,开始有接触LESS、Coffee Script的等需要编译的模板才能使用的,所以grunt就有了很大的用处。当然除了编译,还有一部分的工作就是压缩,gru...
分类:
其他好文 时间:
2014-07-18 17:32:39
阅读次数:
289
下面例子中,我们通过javax.script包ScriptEngine.put()方法设置JS脚本中的变量,JS把所有在线用户输出。
分类:
编程语言 时间:
2014-07-18 12:13:09
阅读次数:
239
今天执行脚本的时候遇到错误,如下图:root@ApFree:/usr/sbin# ./conntrack_num_graph.sh ./conntrack_num_graph.sh: line 9: syntax error: unexpected "then" (expecting "}")roo...
分类:
其他好文 时间:
2014-07-18 12:04:31
阅读次数:
554
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
问题:当程序正在安装ms数据访问组件时,弹出错误提示框:command line option syntax error,type command/? for help,点击确定继续;到了程序正在安装HTML帮助时,弹出标题为html help 1.32 update错误提示框:command li...
分类:
数据库 时间:
2014-07-17 00:09:02
阅读次数:
354