摘要:
1、回车提交 1 /*******************回车键提交***********************************/ 2 document.onkeydown = function (e) { 3 var ev = document.all ? window.event : 阅读全文
posted @ 2017-03-08 16:44
AAABONE
阅读(180)
评论(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
阅读(128)
评论(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
阅读(141)
评论(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
阅读(1362)
评论(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
阅读(356)
评论(0)
推荐(0)

浙公网安备 33010602011771号