在PS2.0下,button 可以直接调用在 checkbox里面定义的变量,如下:$checkbox1_CheckedChanged={ #TODO: Place custom script here if ($checkbox1.Checked) { $a= 1 } else { $a = 0 ...
分类:
其他好文 时间:
2014-08-15 01:20:36
阅读次数:
215
1.软件版本 apache-tomcat-7.0.55 apache-maven-3.2.2 eclipse-standard-luna-R-win32-x86_64 2.修改文件 2.1 tomcat ?tomcat-users.xml ?增加如下用户 角色 manager-script manager-script?— Access to the ...
分类:
其他好文 时间:
2014-08-14 21:12:19
阅读次数:
206
1???????? 组织结构树标签(acsTags:tree) 1.1??? 引入js <script type="text/javascript" src="${resourcesCtx}/widgets/ jstree/jquery.jstree.js"></script> 1.2??? 用法 1.2.1??? 开发系统...
分类:
其他好文 时间:
2014-08-14 17:15:19
阅读次数:
175
<script type="text/javascript"> ? ? $(function(){ ? ? ? ? var width=$("body").width(); ? ? ? ? $("#img").attr("width",width*800/1440); ? ? }); </script>...
分类:
Web程序 时间:
2014-08-14 17:14:29
阅读次数:
265
<html> <head> ??? <script? type="text/javascript"> ??? window.onload =function() { ???????var i = 4; ??????setInterval(function(){??????????????? ????????...
分类:
其他好文 时间:
2014-08-14 14:20:39
阅读次数:
232
mvc中默认使用的json返回序列化工具是JsonValueProviderFactory,JsonValueProviderFactory继承自ValueProviderFactory抽象类。JsonValueProviderFactory使用的序列化类库是System.Web.Script.Serialization。现在我们来写一个自己的方序列话工具,采用的是Newtonsoft.Json序...
分类:
Web程序 时间:
2014-08-14 14:08:28
阅读次数:
248
<html>?? ????<head>?? ????<meta?http-equiv="Content-Type"?content="text/html;?charset=UTF-8">?? ????<title>select</title>?? ????<script?type="text/javascript">?? ???...
分类:
其他好文 时间:
2014-08-13 22:44:37
阅读次数:
580
<title>汉字和Unicode编码互转</title> <script Language=Javascript> var classObj= ? ? ?{ ? ? ? ?ToUnicode:function(str)? ? ? ? ?{ ? ? ? ? return escape(str).replace(/%/g,"\\").toLowe...
分类:
Web程序 时间:
2014-08-13 15:26:26
阅读次数:
276
#useradd命令:建立用户帐号和创建用户的起始目录,使用权限是超级用户[root@VM_168_102_centos~]#useraddtest
[root@VM_168_102_centos~]#idtest
uid=502(test)gid=502(test)groups=502(test)
[root@VM_168_102_centos~]#tail-n1/etc/passwd
test:x:502:502::/home/test:/bin/..
分类:
系统相关 时间:
2014-08-13 15:23:07
阅读次数:
534
在用的,已经不知道出处了,如果有侵权请告诉我,我立刻删掉。USE [ActivaOnlineSupport]GO/****** Object: StoredProcedure [dbo].[PROCE_PAGECHANGE] Script Date: 08/13/2014 13:45:17 ...
分类:
数据库 时间:
2014-08-13 14:36:16
阅读次数:
255