会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
越过那个限制
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
下一页
2017年8月14日
NPIO 导出Execl
摘要: 步骤1:导入NOIO.dll (我导入压缩包中的4.0) 下载地址:http://npoi.codeplex.com/downloads/get/1572743 步骤二:粘贴代码(^ .... ^) public class ExeclController : Controller { // //
阅读全文
posted @ 2017-08-14 18:39 越过那个限制
阅读(288)
评论(0)
推荐(0)
2017年8月4日
Swiper 滑动
摘要: 1.http://www.swiper.com.cn/download/ 下载Swiper.JS Swiper.CSS 2.引入项目,添加html <div class="content"> <div class="swiper-container" id="swiper-container1">
阅读全文
posted @ 2017-08-04 17:05 越过那个限制
阅读(645)
评论(0)
推荐(0)
Swiper+JS 上拉刷新
摘要: JS // 上拉刷新 var page = 2; var isAjax = true;//加载数据前状态 $("#dataTable,#AuditthroughDt,#AuditrejectedDt,#CancelDt,#CancelDtA,#UnauditedDt").scroll(functio
阅读全文
posted @ 2017-08-04 16:45 越过那个限制
阅读(495)
评论(0)
推荐(0)
2017年7月26日
select 标签选中 jquery
摘要: 网上很多错误 的[text ='xxx'] ,我晕。 option 标签没有 text 属性。所以[]选取不到。 正确的: $("#yearCardTypeState option:contains(@Yeardata.CardType)").attr("selected", true); 不然旧换
阅读全文
posted @ 2017-07-26 11:12 越过那个限制
阅读(208)
评论(0)
推荐(0)
2017年7月25日
c# DateTime 类
摘要: 获得当前系统时间: DateTime dt = DateTime.Now;Environment.TickCount可以得到“系统启动到现在”的毫秒值DateTime now = DateTime.Now;Console.WriteLine(now.ToString("yyyy-MM-dd"));
阅读全文
posted @ 2017-07-25 18:12 越过那个限制
阅读(534)
评论(0)
推荐(0)
2017年7月21日
非空与 jquery.each
摘要: return ;只能跳出each方法 ,无法跳出aaa() function aaa{ var result = false; //非空 $("input[type='text']").each( function () { if ($(this).val().length <= 0) { pare
阅读全文
posted @ 2017-07-21 18:59 越过那个限制
阅读(161)
评论(0)
推荐(0)
2017年7月20日
循环checked表单 元素
摘要: var poject_Array = ""; $('input[name="yearCardPoject"]:checked').each(function () { poject_Array += $(this).val() + ",";//向数组中添加元素 });
阅读全文
posted @ 2017-07-20 18:58 越过那个限制
阅读(154)
评论(0)
推荐(0)
mysql 返回自增id
摘要: String dateNow= DateTime.Now.ToString("yyyyMMddhhmmss"+ new Random().Next(1, 99)); //随机数 StringBuilder sqlStr = new StringBuilder(); //1.添加年卡基础信息,获得自增
阅读全文
posted @ 2017-07-20 18:56 越过那个限制
阅读(440)
评论(0)
推荐(0)
2017年7月19日
后台方庄List razor 循环
摘要: 后台: //1.查询所有年卡类型 StringBuilder sqlStr = new StringBuilder(); sqlStr.Append(string.Format(" select Id,TypeName from tb_yearcard_cardtype where Merchant
阅读全文
posted @ 2017-07-19 18:49 越过那个限制
阅读(152)
评论(0)
推荐(0)
2017年7月13日
C# 反向生成工具(DAL BLL Modle)
摘要: VS2015 ADO.NET无果后果断~! 动软生成:http://pan.baidu.com/s/1gfIf0ZL
阅读全文
posted @ 2017-07-13 18:37 越过那个限制
阅读(330)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告