会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
吃回头草的马
“发现问题,解决问 题,不要绕开问题的本身;多做事情,不会吃亏,即使不是你的 事情。”——多隆
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
下一页
2017年3月13日
Log
摘要:
阅读全文
posted @ 2017-03-13 09:05 AAABONE
阅读(101)
评论(0)
推荐(0)
2017年3月11日
Oracle INS-30131
摘要: 1.中文文件夹名改为英文(用Administrator账户,进入系统,改完之后,注销回到之前的账户) A.进入“C:\用户”目录 把“邓毅”替换为“user” B.regedit HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVers
阅读全文
posted @ 2017-03-11 22:30 AAABONE
阅读(745)
评论(0)
推荐(0)
2017年3月10日
bootstrap中列的内容过多,使用省略号(.....)
摘要: 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
阅读(1093)
评论(0)
推荐(0)
Asp.Net后台赋值,前台取值
摘要: 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
阅读(431)
评论(1)
推荐(0)
2017年3月8日
回车提交、连续点击、layer提示
摘要: 1、回车提交 1 /*******************回车键提交***********************************/ 2 document.onkeydown = function (e) { 3 var ev = document.all ? window.event :
阅读全文
posted @ 2017-03-08 16:44 AAABONE
阅读(180)
评论(0)
推荐(0)
jquery.md5
摘要: 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)
LoginPasswordHelp
摘要: 加密解密 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)
RSA(非对称加密算法、公钥加密算法)
摘要: 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)
Swiper 3.4.1
摘要: 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)
2017年3月7日
layer web 弹窗
摘要: 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
阅读(215)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
下一页
公告