tem
摘要:有时间需要整理的东西1.登录2.后台框架(管理界面)3.api详细情况调用4.具有基础操作的模块5.session6.操作权限控制
阅读全文
posted @
2015-12-09 18:43
雪原日暮
阅读(264)
推荐(0) 编辑
c#不重复的排序方法
摘要:public int getRandom(int num) { Thread.Sleep(5); // Random ro = new Random(unchecked((int)DateTime.Now.Ticks)); ...
阅读全文
posted @
2015-12-09 10:14
雪原日暮
阅读(435)
推荐(0) 编辑
分页存储过程
摘要:USE [DB_JP_BaseInfo]GO/****** Object: StoredProcedure [dbo].[sp_HeGeIndexReport] Script Date: 12/07/2015 10:28:21 ******/SET ANSI_NULLS ONGOSET QU...
阅读全文
posted @
2015-12-07 11:04
雪原日暮
阅读(135)
推荐(0) 编辑
时间格式化
摘要:(new Date(data.book.otherPublishDate)) .format("yyyy年MM月")/** * 时间对象的格式化; */ Date.prototype.format = funct...
阅读全文
posted @
2015-12-01 10:39
雪原日暮
阅读(207)
推荐(0) 编辑