导航

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 30 下一页

2018年8月30日

摘要: 一般需要开发新功能时,企业或者软件公司往往会先从生产环境克隆出一台测试用系统。 开发人员会在测试系统中对功能进行开发或者测试。 这时当新功能开发和测试完成之后,需要将新的解决方案导入生产环境。 导入时需要注意以下几点: 阅读全文

posted @ 2018-08-30 15:32 yiyishuitian 阅读(259) 评论(0) 推荐(0) 编辑

摘要: CREATE VIEW [dbo].[Split_BusinessUnit] AS WITH tt AS ( SELECT BusinessUnit.BusinessUnitId , BusinessUnit.BusinessUnitId zz_id , BusinessUnit... 阅读全文

posted @ 2018-08-30 11:22 yiyishuitian 阅读(1246) 评论(0) 推荐(0) 编辑

摘要: CREATE view [dbo].[V_stringmap] as SELECT DISTINCT Entity.Name as tablename,StringMap.AttributeName as columnname,StringMap.AttributeValue,StringMap.Value from Entity join StringMap on... 阅读全文

posted @ 2018-08-30 11:18 yiyishuitian 阅读(273) 评论(0) 推荐(0) 编辑

摘要: CREATE VIEW v_entity_attribute AS SELECT EntityView.Name AS EntityName, LocalizedLabelView_1.Label AS EntityDisplayName, AttributeView.Name AS AttributeName, LocalizedLabelView_2.Label... 阅读全文

posted @ 2018-08-30 11:17 yiyishuitian 阅读(449) 评论(0) 推荐(0) 编辑

2018年8月24日

摘要: 1 准备数据 及 涉及到的几个设置 SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED --设置事务会话的隔离等级(默认值为 READ UNCOMMITTED ),只对当前进程有效(就是说只对打开SSMS当前查询窗口有效,再打开另一个查询窗口就无效了) 阅读全文

posted @ 2018-08-24 14:10 yiyishuitian 阅读(172) 评论(0) 推荐(0) 编辑

2018年8月14日

摘要: 业务场景:需要对grid表格中指定列显示tooltip. html: js : 阅读全文

posted @ 2018-08-14 14:54 yiyishuitian 阅读(174) 评论(0) 推荐(0) 编辑

2018年8月8日

摘要: 然后再按一下tab键,焦点就会在 update上了。然后再回车。 阅读全文

posted @ 2018-08-08 10:40 yiyishuitian 阅读(139) 评论(0) 推荐(0) 编辑

2018年8月7日

摘要: ActivityPointer 取消状态:statecode = 2 statuscode = 6 已完成状态:statecode = 1 statuscode = 5 阅读全文

posted @ 2018-08-07 21:53 yiyishuitian 阅读(144) 评论(0) 推荐(0) 编辑

2018年7月17日

摘要: 问题描述:使用Ribbon Workbench 打开解决方案时报 :与此流程相关的流程操作未激活 解决方法 :ribbon 导航--系统定置--流程中心--流程--CustomiseRibbon --激活 阅读全文

posted @ 2018-07-17 18:36 yiyishuitian 阅读(274) 评论(0) 推荐(0) 编辑

摘要: 使用 Ribbon Workbench打开解决方案时,出现The plug-in execution failed because the Sandbox Client encountered an error during initialization错误。应该是RWB2016Plugins.dl 阅读全文

posted @ 2018-07-17 18:31 yiyishuitian 阅读(441) 评论(0) 推荐(0) 编辑

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 30 下一页