上一页 1 ··· 3 4 5 6 7
摘要: int month = month - DateTime.Now.Month; startTime = DateTime.Today.AddDays(0 - DateTime.Today.Day + 1).AddMonths(month); //当月第一天 endTime = DateTime.To 阅读全文
posted @ 2017-08-15 15:42 !opts 阅读(258) 评论(0) 推荐(0) 编辑
摘要: $(this).siblings().removeClass('underline').end().addClass('underline'); //金额转换为大写 com.Arabia_to_Chinese = function (Num) { for (i = Num.length - 1; i 阅读全文
posted @ 2017-06-30 14:49 !opts 阅读(431) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions;using System.IO;using System.Net;using System.Dat 阅读全文
posted @ 2017-06-16 11:34 !opts 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 分页2 set ANSI_NULLS ONset QUOTED_IDENTIFIER ONGOALTER PROCEDURE [dbo].[Deer_Page](@startIndex INT ,@pageSize INT ,@strSql varchar(5000) 查询条件,@TableName 阅读全文
posted @ 2017-06-16 11:33 !opts 阅读(251) 评论(0) 推荐(0) 编辑
摘要: $(document).ready(function () { //遍历每一行的复制文本 $(".link_copy").each(function () { var btn_copy = $(this).attr("id"); //复制按钮 var text_copy = $(this).prev 阅读全文
posted @ 2017-06-16 11:32 !opts 阅读(1822) 评论(0) 推荐(0) 编辑
摘要: 基于.NET平台常用的框架整理 自从学习.NET以来,优雅的编程风格,极度简单的可扩展性,足够强大开发工具,极小的学习曲线,让我对这个平台产生了浓厚的兴趣,在工作和学习中也积累了一些开源的组件,就目前想到的先整理于此,如果再想到,就继续补充这篇日志,日积月累,就能形成一个自己的组件经验库。 分布式缓 阅读全文
posted @ 2017-06-16 11:31 !opts 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 经常使用的 ctl D + I 即时窗口CSS :不可用 cursor: not-allowed; 删除小数点后多余的0str = str.TrimEnd("0".ToCharArray());str.TrimEnd(","); /*JS验证输入整数**/ <input type="text" cl 阅读全文
posted @ 2017-06-16 11:28 !opts 阅读(414) 评论(0) 推荐(0) 编辑
摘要: IL :基础设施层 Logging , Validation , Exception , Data Access , Cache , File Handler , Email , Up Load,Query , Config配置和Base类可被各层调用 RL :仓储层,是维护数据库的结构和数据储存的 阅读全文
posted @ 2017-06-16 11:26 !opts 阅读(128) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7