摘要: 源地址:http://www.cnblogs.com/rob0121/articles/2320932.html 点击进入默认行为:默认为SETXACT_ABORTOFF,没有事务行为。SETXACT_ABORTONSETXACT_ABORTON分为两种: 1、总体作为一个事务,整体提交或整体回滚... 阅读全文
posted @ 2015-03-19 14:48 王亚奇 阅读(315) 评论(0) 推荐(0)
摘要: js:1.验证中文varregExp=/^[u4E00-u9FA5]+$/;示例:if(!regExp.test(strValue)){alert(‘不能输入中文!’);} 阅读全文
posted @ 2015-03-10 14:46 王亚奇 阅读(105) 评论(0) 推荐(0)
摘要: Uploadify下载地址:http://www.uploadify.com/download/这里下载最新版的3.2的。常用API描述:$(document).ready(function() { $("#file_upload").uploadify({ //开启调试 ... 阅读全文
posted @ 2014-10-18 14:26 王亚奇 阅读(787) 评论(0) 推荐(0)
摘要: 1.在网上可以随便找一个生成验证码的类例如:using System;using System.Drawing;using System.Drawing.Imaging;using System.Web.UI;using System.Drawing.Drawing2D;using System.I... 阅读全文
posted @ 2014-09-24 23:05 王亚奇 阅读(225) 评论(0) 推荐(0)
摘要: 1 public class HTMLHelper 2 { 3 /// 4 /// 获取CooKie 5 /// /// 6 /// /// ... 阅读全文
posted @ 2014-07-31 15:18 王亚奇 阅读(490) 评论(0) 推荐(0)
摘要: 格式一:yyyy-MM-dd HH:mm:ssDate.prototype.format = function(format) { /* * eg:format="yyyy-MM-dd hh:mm:ss"; */ var o = { "M+"... 阅读全文
posted @ 2014-07-14 14:34 王亚奇 阅读(700) 评论(0) 推荐(0)
摘要: http://kb.cnblogs.com/zt/ef/ 阅读全文
posted @ 2014-04-21 08:27 王亚奇 阅读(129) 评论(0) 推荐(0)
摘要: operamasks_UI官网http://ui.operamasks.org/website/homepage.htmlEasyUI官网http://www.jeasyui.com/index.php 阅读全文
posted @ 2014-04-17 19:21 王亚奇 阅读(111) 评论(0) 推荐(0)
摘要: 您的浏览器暂时不支持canvas标签,无法看到时钟! 阅读全文
posted @ 2014-04-15 00:06 王亚奇 阅读(339) 评论(0) 推荐(0)
摘要: 1 function DateFormt(time, format) { 2 var testDate = new Date(time * 1000); 3 var o = 4 { 5 "M+": testDate.getMonth() + ... 阅读全文
posted @ 2014-04-14 11:52 王亚奇 阅读(201) 评论(0) 推荐(0)