上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 56 下一页
摘要: ALTER INDEX PK_XXX ON TableName REBUILD 阅读全文
posted @ 2017-12-18 10:49 Lulus 阅读(482) 评论(0) 推荐(0)
摘要: 1、操作前请断开所有数据库连接。 2、分离数据库 分离数据库:企业管理器->服务器->数据库->cwbase1->右键->分离数据库 分离后,cwbase1数据库被删除,但保留了数据文件和日志文件 3、删除log物理文件 删除LOG物理文件,然后附加数据库: 企业管理器->服务器->数据库->右键- 阅读全文
posted @ 2017-12-18 10:46 Lulus 阅读(434) 评论(0) 推荐(0)
摘要: 输出结果 阅读全文
posted @ 2017-12-18 10:45 Lulus 阅读(447) 评论(0) 推荐(0)
摘要: 行数就是连接数,每一行是连接详情 阅读全文
posted @ 2017-12-18 10:43 Lulus 阅读(10010) 评论(0) 推荐(0)
摘要: 初始化 BoundObject.cs js调用 bound在C#中定义,这样就会调用BoundObject类的OpenFile方法 阅读全文
posted @ 2017-12-07 11:32 Lulus 阅读(3557) 评论(0) 推荐(1)
摘要: 效果:开始的时候会显示几秒,之后就不会再显示了 参考资料:https://stackoverflow.com/questions/43742596/how-can-i-get-cefsharp-to-hide-both-the-vertical-and-horizontal-scrollbars-w 阅读全文
posted @ 2017-12-07 11:18 Lulus 阅读(2623) 评论(0) 推荐(1)
摘要: 初始化 MenuHandler.cs CustomCommand.cs 参考资料 https://github.com/cefsharp/CefSharp/issues/1795 阅读全文
posted @ 2017-12-07 11:18 Lulus 阅读(3621) 评论(0) 推荐(1)
摘要: IdentityServer IdentityServer的基本概念与特性 IdentityServer流程图与相关术语 最简单的IdentityServer实现 最简单的IdentityServer实现——项目基本结构与流程 最简单的IdentityServer实现——IdentityServer 阅读全文
posted @ 2017-12-05 15:35 Lulus 阅读(1388) 评论(1) 推荐(2)
摘要: 以MvcClient项目为例 1.新建项目并添加引用 新建一个asp .net core 2.0的项目引用IdentityModel 2.配置 比之前的控制台客户端多这个步骤,需要配置这个客户端的ClientId,Secret,Scheme,作用范围等等,这些内容与IdentityServer的Cl 阅读全文
posted @ 2017-12-05 14:07 Lulus 阅读(5463) 评论(5) 推荐(1)
摘要: 1.新建项目并添加引用 新建一个asp .net core 2.0的项目引用IdentityServer4.AspNetIdentity 2.定义资源 新建Config.cs文件,定义Api资源与Identity资源资源分为身份资源(Identity resources)和API资源(API res 阅读全文
posted @ 2017-12-05 14:06 Lulus 阅读(5820) 评论(2) 推荐(1)
上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 56 下一页