理由 由于npm的registry地址是国外的,速度很慢,所以推荐使用淘宝镜像:https://registry.npm.taobao.org 配置方法 临时配置 永久配置一 恢复原来地址的方法: 使用cnpm ...
分类:
其他好文 时间:
2020-03-14 11:07:36
阅读次数:
164
方法一:在main方法Application中配置@Bean PageHelper pageHelper(){ //分页插件 PageHelper pageHelper = new PageHelper(); Properties properties = new Properties(); pro... ...
分类:
编程语言 时间:
2020-03-14 01:13:55
阅读次数:
69
Nginx可以用来干什么 写这篇博客的目的 处理静态资源 正向代理 什么是正向代理 什么时候会用到正向代理 反向代理 什么是反向代理 什么时候会用到反向代理 负载均衡 什么是负载均衡 什么时候会用到负载均衡 未完待续,不定时更新 写这篇博客的目的 这篇文章不涉及具体配置方法 工作中经常用到Nginx ...
分类:
其他好文 时间:
2020-03-11 23:38:43
阅读次数:
69
core.autocrlf If you’re programming on Windows and working with people who are not (or vice versa), you’ll probably run into line ending issues at som ...
分类:
其他好文 时间:
2020-03-10 16:00:47
阅读次数:
63
desktopinfo.ini配置方法#Sampleconfigurationfile[options]#sizeandpositiontop=30right=20width=300#fontfont-face="宋体"font-size=14font-charset=1font-rtl=0#logginglog=desktopinfo.loglog-level=error[text]noresu
分类:
其他好文 时间:
2020-03-09 20:59:32
阅读次数:
214
最近测试环境用到AIX系统,AIX为类UNIX系统,是IBM为自己的硬件服务器专门打造的系统。 下面记录下AIX下常用的关于网络配置命令: 网卡等设备命令 lsdev -c adapter 查看设备(比如查看网卡) mkdev -l ent1 将网卡ent1从defined(用户定义状态)调整为av ...
分类:
其他好文 时间:
2020-03-03 14:57:26
阅读次数:
142
配置: 1.HTTPS 2.connections 端口号要改一个不太可能会重复使用的,这样做是因为,如果使用了8888,手机配置了代理以后会连不上网。 3.手机代理配置 ...
分类:
其他好文 时间:
2020-03-02 20:23:02
阅读次数:
115
原始的 *.weigths是由darknet训练的(目前也存在tensorflow和其它库的改写版本,这里不做介绍),AlexeyAB版的darknet(https://github.com/AlexeyAB/darknet)的配进行了较多改进,是我推荐的版本。在他的git中非常详细地讲解了配置方法... ...
分类:
其他好文 时间:
2020-02-28 20:48:55
阅读次数:
91
Spring除了支持Schema方式配置AOP,还支持注解方式:使用@AspectJ风格的切面声明。 1 启用对@AspectJ的支持 Spring默认不支持@AspectJ风格的切面声明,为了支持需要使用如下配置: 这样Spring就能发现@AspectJ风格的切面并且将切面应用到目标对象。 2 ...
分类:
编程语言 时间:
2020-02-26 23:23:53
阅读次数:
150
一、引入依赖 <!-- 核心启动器 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> <dependency> ...
分类:
编程语言 时间:
2020-02-24 15:22:25
阅读次数:
90