摘要: 基本项目命令: Core EF: EF Perform initial migration 1: install package Install-Package Microsoft.EntityFrameworkCore.Tools 2: 创建Migration 策略在Migrations 目录 A 阅读全文
posted @ 2017-12-19 12:12 GrayGuo 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 本实例在win8.1 安装window kits https://developer.microsoft.com/en-us/windows/hardware/windows-driver-kit 1:cmd (管理员模式)定位到 adplus.exe 所在目录 2:挂起进程 这时会新出现一个con 阅读全文
posted @ 2017-12-19 11:50 GrayGuo 阅读(1743) 评论(0) 推荐(0) 编辑
摘要: 1:安装java 环境 2:zookeeper 安装 (官网 http://www.apache.org/dyn/closer.cgi/zookeeper/) 2.1 目录创建 自定义文件目录(根据实际情况定义) 2.2:安装 这里示例安装的是3.4.9版本 2.3:创建 修改配置 vi /opt/ 阅读全文
posted @ 2017-12-19 10:43 GrayGuo 阅读(1481) 评论(0) 推荐(0) 编辑
摘要: 参考地址:https://docs.microsoft.com/zh-cn/nuget/create-packages/source-and-config-file-transformations 阅读全文
posted @ 2017-02-06 18:01 GrayGuo 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 运行: cmd -f ../conf 阅读全文
posted @ 2016-12-11 22:58 GrayGuo 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 列出所有的索引: 删除索引 阅读全文
posted @ 2016-12-11 21:55 GrayGuo 阅读(688) 评论(0) 推荐(0) 编辑
摘要: 注意事项: 1:Lua 只支持数字类型,浮点类型的值,在转换成Redis 协议值得时候,小数点会被忽略(如果需要在Lua中使用浮点值,建议用字符串代替) 2:Lua 返回表中如果遇到nils(空),转换停止 Demo: 使用StackExchange.Redis LuaScript注意事项: 阅读全文
posted @ 2016-11-16 10:46 GrayGuo 阅读(1646) 评论(0) 推荐(0) 编辑
摘要: CLR保证原子操作的类型: Boolean,Char, (S)Byte, (U)Int16, (U)Int32, (U)IntPtr, Single, and reference types. 阅读全文
posted @ 2016-11-13 19:43 GrayGuo 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 1:当执行代码在catch,finally 块的时候,CLR不允许线程abort 阅读全文
posted @ 2016-09-25 16:44 GrayGuo 阅读(102) 评论(0) 推荐(0) 编辑
摘要: Redis集群相关问题 1:远程连接问题 远程连接保护模式下,需要做一些配置。 阅读全文
posted @ 2016-07-15 17:26 GrayGuo 阅读(249) 评论(0) 推荐(0) 编辑