上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: 阅读全文
posted @ 2017-03-13 09:05 AAABONE 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 1.中文文件夹名改为英文(用Administrator账户,进入系统,改完之后,注销回到之前的账户) A.进入“C:\用户”目录 把“邓毅”替换为“user” B.regedit HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVers 阅读全文
posted @ 2017-03-11 22:30 AAABONE 阅读(736) 评论(0) 推荐(0) 编辑
摘要: 1.table 1 <div class="col-xs-6"> 2 <table cellspacing="0" cellpadding="0" id="Table1" style="table-layout:fixed" class="admintable03 table table-conde 阅读全文
posted @ 2017-03-10 15:58 AAABONE 阅读(1031) 评论(0) 推荐(0) 编辑
摘要: 1、声明并且赋值 1 protected bool IsTemp = false;//默认没有关联模块 2 //判断模板与模块是否关联 3 IsTemp = T_COM_UserTempModuleBll.Instance.ExistUTMTemp(temp.ID); 2.前台取值 1 //模板与模 阅读全文
posted @ 2017-03-10 13:44 AAABONE 阅读(422) 评论(1) 推荐(0) 编辑
摘要: 1、回车提交 1 /*******************回车键提交***********************************/ 2 document.onkeydown = function (e) { 3 var ev = document.all ? window.event : 阅读全文
posted @ 2017-03-08 16:44 AAABONE 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 1 2 /** 3 * jQuery MD5 hash algorithm function 4 * 5 * <code> 6 * Calculate the md5 hash of a String 7 * String $.md5 ( String str ) 8 * </code> 9 * 1 阅读全文
posted @ 2017-03-08 16:23 AAABONE 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 加密解密 1 public static string Encrypt(string Text, string sKey) 2 { 3 DESCryptoServiceProvider des = new DESCryptoServiceProvider(); 4 byte[] inputByteA 阅读全文
posted @ 2017-03-08 16:16 AAABONE 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 1.RSA 1 // RSA, a suite of routines for performing RSA public-key computations in 2 // JavaScript. 3 // 4 // Requires BigInt.js and Barrett.js. 5 // 6 阅读全文
posted @ 2017-03-08 15:21 AAABONE 阅读(1064) 评论(0) 推荐(0) 编辑
摘要: 1.Swiper3.x的全部配置选项、方法、函数(http://www.swiper.com.cn/api/basic/2014/1215/19.html) 2.引入 1 //如果你的页面加载了jQuery.js或者zepto.js,你可以选择使用更轻便的swiper.jquery.min.js。 阅读全文
posted @ 2017-03-08 10:35 AAABONE 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 1.layer引入 1 <script src="../../Scripts/jquery.min.1.9.1.js" type="text/javascript"></script> 2 <script src="../../Scripts/common.js" type="text/javasc 阅读全文
posted @ 2017-03-07 15:20 AAABONE 阅读(206) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 下一页