2019年2月27日
摘要: function Sequence(){ window.singleSequence;//这样定义很不友好,没找到好的方法,所以先这样了 if (window.singleSequence undefined) { window.singleSequence = (function createGe 阅读全文
posted @ 2019-02-27 11:31 IT-HourseMan 阅读(221) 评论(0) 推荐(0) 编辑
摘要: //1.//bySort函数接受一个首要比较字符串和一个可选的次要比较函数做为参数//并返回一个可以用来包含该成员的对象数组进行排序的比较函数//当o[firstName] 和 p[firstName] 相等时,次要比较函数被用来比较var bySort = function(compareName 阅读全文
posted @ 2019-02-27 11:30 IT-HourseMan 阅读(1822) 评论(0) 推荐(0) 编辑
摘要: --循环执行插入10000条数据declare @ID intdeclare @eigyousyocode nvarchar(16)declare @datet datetimedeclare @placecode nvarchar(16)beginset @ID=1set @eigyousyoco 阅读全文
posted @ 2019-02-27 10:43 IT-HourseMan 阅读(4965) 评论(0) 推荐(1) 编辑
摘要: alter table st_FuelConvertPatternSetting alter column tank_max_size decimal(5,2) not null declare @constraintname nvarchar(500); declare @sql nvarchar 阅读全文
posted @ 2019-02-27 10:41 IT-HourseMan 阅读(918) 评论(0) 推荐(0) 编辑
摘要: declare @sql varchar(max), @tab_name varchar(128), @fk_name varchar(128);declare c cursor forselect OBJECT_NAME(f.parent_object_id), namefrom sys.fore 阅读全文
posted @ 2019-02-27 10:14 IT-HourseMan 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-02-27 10:10 IT-HourseMan 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-02-27 09:49 IT-HourseMan 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-02-27 09:47 IT-HourseMan 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-02-27 09:46 IT-HourseMan 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-02-27 09:33 IT-HourseMan 阅读(206) 评论(0) 推荐(0) 编辑