码迷,mamicode.com
首页 >  
搜索关键字:config    ( 25045个结果
vscode中配置github
1、安装git和vscode2、配置git 1 git config --global user.name "xxx" 2 git config --global user.email "xxx@163.com" 3、vscode选择文件夹作为工作目录4、vscode中进入命令面板搜索git,选择g ...
分类:其他好文   时间:2020-12-29 11:46:11    阅读次数:0
nodemon通过配置文件监视
https://github.com/remy/nodemon#config-files https://github.com/remy/nodemon/blob/master/doc/sample-nodemon.md { "watch": ["src"], "ext": "html,vue,js ...
分类:其他好文   时间:2020-12-29 11:30:58    阅读次数:0
查询数据报表
1,这一步就是查询详情了,配合填写报表一起使用,这里直接开始写业务逻辑层 1 #region 查询海外仓情况报表-年报 2 /// <summary> 3 /// 查询海外仓情况报表-年报 4 /// </summary> 5 /// <param name="mainId">企业id</param ...
分类:其他好文   时间:2020-12-29 11:10:42    阅读次数:0
【Azure 应用服务】在Azure App Service for Windows 中部署Java web项目时候,需要在wwwroot下设置web.config
问题描述 在Azure App Service for Windows 中部署Java web项目时候,需要在wwwroot下设置web.config,而争对Jar包,war包则有不同的设置方式,一下两段web.config的内容分别对应Jar 和War包 方式一: 启动Jar包的Web.confi ...
分类:移动开发   时间:2020-12-28 11:53:10    阅读次数:0
5,Centos7编译安装nginx并设置反向代理
一、编译部署Nginx 1.12 安装配置: [root@localhost ~]# groupadd nginx [root@localhost ~]# useradd -s /sbin/nologin -g nginx -M nginx [root@localhost ~]# systemctl ...
分类:其他好文   时间:2020-12-28 10:59:10    阅读次数:0
nginx -s reload 没有生效
nginx -s reload 有时候重新加载配置文件没有生效 检查/var/log/nginx/error.log [notice] 29410#0: signal process started [emerg] 2999#0: bind() to 0.0.0.0:9091 failed (13: ...
分类:其他好文   时间:2020-12-28 10:54:15    阅读次数:0
使用anaconda安装pytorch
更换清华镜像 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --add channels https://mirrors.tuna.tsinghua.e ...
分类:其他好文   时间:2020-12-25 13:03:52    阅读次数:0
Vue.config.productionTip = false 是什麽意思
阻止启动生产消息,常用作指令。 阻止启动生产消息 這又是什麽意思? 看下效果 Vue.config.productionTip = false Vue.config.productionTip = true 感覺多了一行信息 ...
分类:其他好文   时间:2020-12-25 12:52:08    阅读次数:0
Git 在 Windows 克隆的时候提示错误 Filename too long
从 GitHub 克隆一个项目下发出现了错误: error: unable to create file spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springfram ...
分类:Windows程序   时间:2020-12-25 12:27:40    阅读次数:0
SSD训练数据做客流检测
Windows下使用spyder训练SSD TensorFlow,并进行客流检测 背景 之前的尝试中, "用yolo v3训练自己的模型并进行客流检测" 。得到的结果其实已经很好,增加训练样本和训练周期,最后也取得了如下的效果,但是实际在视频中检测时候,抖动现象还是比较严重的。 尝试使用另一种实时检 ...
分类:其他好文   时间:2020-12-25 11:58:25    阅读次数:0
25045条   上一页 1 ... 45 46 47 48 49 ... 2505 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!