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
****** Script for SelectTopNRows command from SSMS ******/SELECT TeamProjectProjectNodeName 项目名称 ,checkedinbyname 开发人员 ,SUM([LinesAdded]) A...
分类:
其他好文 时间:
2014-07-16 19:12:17
阅读次数:
247
zabbix 默认会有3个script功能,分别是Detect operating system,ping ,traceroute ,都比较好用。默认安装完毕需要做一些修改才能正常使用。1.traceroute ,默认的path 不对, whichtraceroute ,然后把正确的信息填上去就行了...
分类:
其他好文 时间:
2014-07-16 19:06:42
阅读次数:
344
有些时候,发布文章内容的时候需要用到框架站外内容最近在发布内容时就遇到这个问题,给转义了,保存后变成了> iframe,前台显示也是这样,估计是官方为了防止安全,把script、iframe、frame都给转义了稍微修改一下,即可保留找到\phpcms\libs\functions\global...
分类:
其他好文 时间:
2014-07-16 18:22:04
阅读次数:
205
#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
USE [MainDb]GO/****** Object: StoredProcedure [dbo].[BackDataUpdate] Script Date: 07/15/2014 08:46:25 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIF...
分类:
数据库 时间:
2014-07-15 09:45:39
阅读次数:
336