码迷,mamicode.com
首页 >  
搜索关键字:script    ( 23180个结果
JQuery Ajax调用asp.net后台方法
利用JQuery的$.ajax()可以很方便的调用asp.net的后台方法。先来个简单的实例热热身吧。1、无参数的方法调用asp.net code:using System.Web.Script.Services; [WebMethod] public static string Say...
分类:Web程序   时间:2014-06-07 09:37:49    阅读次数:350
json字符串转换成对象,对象转换成json字符串
方法一:程序集:System.Web.Extensions;命名空间:System.Web.Script.Serialization;最重要的类:JavaScriptSerializer//实例化JavaScriptSerializer js = new JavaScriptSerializer()...
分类:Web程序   时间:2014-06-07 08:58:46    阅读次数:313
内核调试神器SystemTap — 探测点与语法(二)
SystemTap脚本主要是由探测点和探测点处理函数组成的,来看下都有哪些探测点可用。 The essential idea behind a systemtap script is to name events, and to give them handlers. Systemtap works by translating the script to C, running the system C compiler to create a kernel module from that. When t...
分类:其他好文   时间:2014-06-07 01:59:08    阅读次数:369
[Linux Test Project] [PATCH] Fix an bad variable name erro in runltp script
[PATCH] Fix an bad variable name erro in runltp script (/opt/ltp/runltp)Hi All,I got an error for the latest version 20140115 of ltp project.This erro...
分类:系统相关   时间:2014-06-06 17:51:26    阅读次数:370
JavaScript Patterns 3.6 Regular Expression Literal
Te Regular Expression literal also creates new objects in ECMA Script 5. And one last note that calling RegExp() without new(as a function, not as a c...
分类:编程语言   时间:2014-06-02 15:50:52    阅读次数:280
开发.Net Script 模板-MyGeneration (翻译)
原文信息原文地址原文作者信息Justin GreenwoodMyGeneration Softwarehttp://www.mygenerationsoftware.com/October 7, 2004系统需求:Microsoft Windows 2000/XPMicrosoft .Net Fra...
分类:Web程序   时间:2014-06-02 13:33:13    阅读次数:729
csharp: using using System.Web.Script.Serialization read json
using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;usin...
分类:Web程序   时间:2014-06-02 09:44:06    阅读次数:237
powershell_读取ORA错误脚本
#过滤oracle警告日志文件ORA-错误 $c=Get-ContentC:\script.txt|select-string-pattern"ora-" #判断ORA-错误存在条件 #若$c返回值为null,则输出1返回值结束循环 if($c-eq$null) { write-host"STATE_OK" $STATE_OK={return1;} $b=&$STATE_OK $b } #若$c返回值不为空,..
分类:其他好文   时间:2014-06-02 03:26:07    阅读次数:197
powershell-无法加载文件,因为在此系统中禁止执行脚本
写了一个powershell脚本测试脚本,结果执行的时候报错 $a=Get-ContentC:\script.txt|select-string-pattern"ora" if($a-eq$null) { write-host"error" } else { write-host"OK" } PSD:\>.\pshell.ps1 无法加载文件D:\pshell.ps1,因为在此系统中禁止执行脚本。有关详..
分类:其他好文   时间:2014-06-02 03:17:04    阅读次数:244
myeclipse解决JSP文件中script背景颜色的调整
导入MyEclipse的主题后,打开jsp或者html文件,jsvascript部分就蒙受上了一层白色,弄不掉了。症状如下: 解决办法如下:...
分类:Web程序   时间:2014-06-01 18:25:21    阅读次数:460
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!