摘要:
1. 直接启动Consul服务,然后再启动web服务,web服务主动通知consul cmd consul agent -dev webapi配置文件 appsettings.json { "Logging": { "LogLevel": { "Default": "Information", "M 阅读全文
摘要:
1 下载 elk软件,在国内服务器上快 国内镜像下载 https://mirrors.huaweicloud.com/ 2 启动elasticsearch 打开config下的elasticsearch.yml文件,修改配置为 # 监听地址和端口network.host: 127.0.0.1http 阅读全文
摘要:
1 dotnetcore 安装svn插件 配置svn路径 添加svn账号 构建触发器 H/5 * * * * 构建 Execute Windows batch command dotnet publish -o D:\jenkinspublish 2 dotnetFramework 安装 MSBui 阅读全文
摘要:
1.先创建两个DbContext using System; using System.Data.Common; using System.Data.Entity; using System.Data.Entity.ModelConfiguration; using System.Data.Enti 阅读全文
摘要:
select id,substring(Memo,charindex('数量',Memo)+3,len(Memo)-charindex('数量',Memo)) from trace where Memo like '%退货%' 阅读全文
摘要:
在%GOPATH%\src\目录下,建立golang.org文件夹,并再新建x文件夹。 目录为 "%GOPATH\src\golang.org\x\" .进入目录%GOPATH\src\golang.org\x\下,开始下载插件包:git clone https://github.com/golan 阅读全文
摘要:
九章算法免费微课-位运算入门教程 (密码:jiuzhang) 阅读全文
摘要:
//前两个字节为长度的解析string hexstr = "00 13 59 02 80 00 E7 00 80 00 E9 00 80 00 EA 00 80 00 EB 00 80"; byte[] hexarr= strToToHexByte(hexstr); byte[] countarray = new byte[2]; Array.Copy(hexarr, 0, countarra... 阅读全文
摘要:
1.新建可编程性的表值函数(SQLSERVER) 1 USE [xxxx] 2 GO 3 4 /****** Object: UserDefinedFunction [dbo].[parseJSON] Script Date: 2018/3/15 15:35:27 ******/ 5 SET ANS 阅读全文
摘要:
客户端 https://github.com/mqttjs/MQTT.js 服务端 https://github.com/mcollina/mosca ionci3 使用mqtt.js Broswer https://www.npmjs.com/package/mqtt#browser 阅读全文