首先看图(是不是每次写代码,需要将该类设为Public的时候,每次都要手动添加,现在教你每次都会自动添加。这也是我们公司的写代码的一种规范) 1.首先找到你的V【isualStudio】软件的安装目录,然后找到这个目录。(博主安装在了D盘) 这是博主的路径(安装的时候我是自定义路径):D:\Ruan ...
分类:
其他好文 时间:
2020-07-08 19:39:00
阅读次数:
92
官网:https://tensorflow.google.cn/tfx/guide/serving 步骤1:保存pb模型 # 为模型每一个参数添加name # ner demo: https://github.com/buppt/ChineseNER self.input_x = tf.placeh ...
分类:
Web程序 时间:
2020-07-08 15:34:47
阅读次数:
153
The Elasticsearch target works best with the BufferingWrapper target applied. By default the target assumes an Elasticsearch node is running on the lo ...
分类:
其他好文 时间:
2020-07-08 15:30:48
阅读次数:
58
import os #导入OS模块path1=r'C:\Users\chenyu\Desktop\Test' #加r不会进行转义os.mkdir(path1) #创建C:\Users\chenyu\Desktop\Testos.mkdir(r'G:\Test') #创建G:\Test目录os.rmd ...
分类:
编程语言 时间:
2020-07-08 15:27:07
阅读次数:
55
dubbo的spi机制源码流程 1.0 源码解读见dubbo官网:http://dubbo.apache.org/zh-cn/docs/source_code_guide/dubbo-spi.html 1.1 SPI 全称为 Service Provider Interface,是一种服务发现机制。 ...
分类:
其他好文 时间:
2020-07-08 15:01:11
阅读次数:
55
需求: 找一款工具可以对TCP 80端口 收集 访问延迟和丢包率 找到的工具: 1、Hping : http://www.hping.org/ 2、paping : https://docs.azure.cn/zh-cn/articles/azure-operations-guide/virtual ...
分类:
其他好文 时间:
2020-07-08 14:56:02
阅读次数:
108
1、安装服务 sc create 服务名 binPath= "C:\Users\Administrator\Desktop\win32srvDemo\win32srvdemo\Debug\win32srvDemo.exe" 注:服务名:指创建的Windows服务名 binPath:指Windows服 ...
1、Sass -- vue解决sass-loader的版本过高导致的编译错误 Module build failed: TypeError: this.getResolve is not a function at Object.loader (C:\Users\Baicells\Desktop\h ...
分类:
Web程序 时间:
2020-07-08 13:11:47
阅读次数:
84
a、Core层 Authorization.Users.UserStore.cs public class UserStore : AbpUserStore<Role, User> { private readonly IRepository<User, long> _userRepository; ...
分类:
其他好文 时间:
2020-07-07 23:32:28
阅读次数:
203
起因:试图提高IDEA的编译速度,修改了idea.exe.vmoptions文件 报错 failed to create jvm 解决办法: 找到位于 (比如我的,C:\Users\HP\AppData\Roaming\JetBrains\IntelliJIdea2020.1)下的idea.exe. ...
分类:
其他好文 时间:
2020-07-07 23:29:34
阅读次数:
122