导航

02 2017 档案

摘要: 阅读全文

posted @ 2017-02-25 13:43 yiyishuitian 阅读(160) 评论(0) 推荐(0)

摘要:JS端: C端: 阅读全文

posted @ 2017-02-23 10:59 yiyishuitian 阅读(102) 评论(0) 推荐(0)

摘要:问题发生在CRM 4.0 上 1 用户所在办事处及办事处上级被禁用. 2 如果已经重新启用了,还是报这个错误. 可以把停用的办事处及相关下级再重新--停用--启用一次试试. 3 如果还是报错,查看是否CRM组织的部署管理员账号在CRM系统中被禁用了. 如果禁用了,重新启用. 阅读全文

posted @ 2017-02-23 09:48 yiyishuitian 阅读(294) 评论(0) 推荐(0)

摘要:sp_settriggerorder (Transact-SQL) 本主题适用于:SQL Server(从 2008 开始)Azure SQL 数据库Azure SQL 数据仓库并行数据仓库 指定第一个激发或最后一个激发的 AFTER 触发器。 在第一个和最后一个触发器之间激发的 AFTER 触发器 阅读全文

posted @ 2017-02-22 22:00 yiyishuitian 阅读(1884) 评论(0) 推荐(0)

摘要:1 tabstatechange事件在窗体中定义 2 问题是如果选项卡默认为折叠的.且选项卡中包含了iFrame网页. 3 在网页内容加载完成之后,点击选项卡 折叠/展开 按钮, iFrame网页没有正常加载内容. 4 解决方法是 加入 setTimeout 阅读全文

posted @ 2017-02-21 03:00 yiyishuitian 阅读(281) 评论(0) 推荐(0)

摘要:作者:卞功鑫 转载请保留:http://www.cnblogs.com/BinBinGo/p/6400944.html 最最常用的SQL 查询的返回结果,插入到DataTable 中 阅读全文

posted @ 2017-02-15 12:53 yiyishuitian 阅读(11644) 评论(0) 推荐(0)

摘要:作者:卞功鑫 转载请保留:http://www.cnblogs.com/BinBinGo/p/6400928.html 存储过程 阅读全文

posted @ 2017-02-15 12:44 yiyishuitian 阅读(3398) 评论(0) 推荐(0)

摘要://1 连接字符串 string connectionString = "server=127.0.0.1;integrated security=true;database=MSPetShop4"; // = "server=.;uid=sa;pwd=SQL@5;database=Adv... 阅读全文

posted @ 2017-02-15 03:19 yiyishuitian 阅读(344) 评论(0) 推荐(0)

摘要://1 连接字符串 string connectionString = "server=127.0.0.1;integrated security=true;database=MSPetShop4"; // = "server=.;uid=sa;pwd=SQL@5;database=Adv... 阅读全文

posted @ 2017-02-15 02:47 yiyishuitian 阅读(837) 评论(0) 推荐(0)

摘要:作者:卞功鑫 ,转载请保留http://www.cnblogs.com/BinBinGo/p/6399847.html 阅读全文

posted @ 2017-02-15 02:17 yiyishuitian 阅读(2104) 评论(0) 推荐(0)

摘要:C#连接数据库最基本操作之sql语句 DML 阅读全文

posted @ 2017-02-15 01:34 yiyishuitian 阅读(3783) 评论(0) 推荐(0)

摘要:因为存在动态SQL,所以不好写成 表值函数.暂时只能这样了. 阅读全文

posted @ 2017-02-13 10:39 yiyishuitian 阅读(337) 评论(0) 推荐(0)

摘要:prvReadAsyncOperation privilege is the Read privilege for System Job Entity (Role Customizationtab). prvReadAsyncOperation 权限 是系统作业的 读权限(自定义选项卡中). 阅读全文

posted @ 2017-02-04 14:17 yiyishuitian 阅读(233) 评论(0) 推荐(0)