会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
!Opts's Blog
一心只想搞钱的程序猿
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
2017年8月15日
关于DateTime操作
摘要: 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
阅读(266)
评论(0)
推荐(0)
2017年6月30日
JS 常用代码块
摘要: $(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
阅读(439)
评论(0)
推荐(0)
2017年6月16日
工具类
摘要: 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
阅读(231)
评论(0)
推荐(0)
SQL Page
摘要: 分页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
阅读(347)
评论(0)
推荐(0)
JS 点击链接复制
摘要: $(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
阅读(1887)
评论(0)
推荐(0)
基于.NET平台常用的框架整理
摘要: 基于.NET平台常用的框架整理 自从学习.NET以来,优雅的编程风格,极度简单的可扩展性,足够强大开发工具,极小的学习曲线,让我对这个平台产生了浓厚的兴趣,在工作和学习中也积累了一些开源的组件,就目前想到的先整理于此,如果再想到,就继续补充这篇日志,日积月累,就能形成一个自己的组件经验库。 分布式缓
阅读全文
posted @ 2017-06-16 11:31 !opts
阅读(130)
评论(0)
推荐(0)
项目笔记2 EasyFrame
摘要: 经常使用的 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
阅读(426)
评论(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
阅读(149)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
公告