会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zipon
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
8
9
10
11
12
13
14
15
16
···
35
下一页
2019年2月27日
redis windows安装
摘要: 下载:https://github.com/MicrosoftArchive/redis/releases 命令行启动:redis-server.exe redis.windows.conf 以服务启动 redis-server --service-install redis.windows.con
阅读全文
posted @ 2019-02-27 10:13 zipon
阅读(411)
评论(0)
推荐(0)
2019年2月19日
zabbix基于LNMP安装
摘要: 安装依赖 安装nginx 查看防火墙是否关闭(如果虚拟机可以访问nginx,物理机不能访问nginx) 安装mysql 5.7 新建以及初始化数据库zabbix 安装php 5.6 稳定版本 安装zabbix 配置server和agentd 配置nginx zabbix 要保证前端文件非root用户
阅读全文
posted @ 2019-02-19 17:30 zipon
阅读(660)
评论(0)
推荐(0)
2019年2月18日
centos7网络设置
摘要: 1.桥接模式 需要配置centos /etc/sysconfig/network-scripts/ifcfg-ens33文件中的onboot为yes 2.静态ip设置 #BOOTPROTO=dhcpBOOTPROTO=static IPADDR=192.168.1.48GATEWAY=192.168
阅读全文
posted @ 2019-02-18 11:48 zipon
阅读(194)
评论(0)
推荐(0)
2019年1月17日
springboot中如果使用了@Autowired注入了bean,则这个类也要为spring bean,new出来注入的bean为null
摘要: https://blog.csdn.net/Mr_Runner/article/details/83684088 问题:new出来的实例中含有@Autowired注入时,注入的Bean为null; 解决方法:不要用new的方式实例化,也采用注解的方式,在需要new的实例类上加@Component注解
阅读全文
posted @ 2019-01-17 13:54 zipon
阅读(2107)
评论(0)
推荐(0)
2019年1月10日
使用vuepress搭建文档管理/博客
摘要: 参考:https://lewiscutey.github.io/blog/blog/vuepress-theme-toos.html
阅读全文
posted @ 2019-01-10 11:55 zipon
阅读(542)
评论(0)
推荐(0)
2018年12月27日
temp
摘要: <template> <div> <h2 style="color:#1c84c6;font-weight: 100"> <el-tag color="#1ab394" :hit="true" type="warning" >项目</el-tag> #{{proDetail.id}} &
阅读全文
posted @ 2018-12-27 17:36 zipon
阅读(168)
评论(0)
推荐(0)
2018年12月25日
jacoco功能测试覆盖率统计
摘要: 1.在java程序的启动脚本(或者tomcat)中加入javaagent参数-javaagent:/home/apps/jacocoagent.jar=destfile=/home/apps/jacoco.exec2.启动之后,kill掉java程序(不要kill -9),会生成/home/apps
阅读全文
posted @ 2018-12-25 16:54 zipon
阅读(1383)
评论(1)
推荐(0)
大神精华阅读mark
摘要: 1.https://testerhome.com/topics/9977
阅读全文
posted @ 2018-12-25 14:08 zipon
阅读(124)
评论(0)
推荐(0)
2018年12月21日
富文本编辑器quill---vue组件(vue-quill-editor)的使用
摘要: 1.配置webpack plugin 解决以下报错 2.在main.js中添加以下内容 3.vue组件使用模板
阅读全文
posted @ 2018-12-21 14:15 zipon
阅读(12155)
评论(0)
推荐(0)
2018年11月15日
解决vue项目route使用history模式,tomcat部署刷新url 404问题
摘要: 在webapps/项目名 创建WEB-INF ,创建web.xml文件 文件内容如下: <?xml version="1.0" encoding="UTF-8"?><web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http:
阅读全文
posted @ 2018-11-15 18:49 zipon
阅读(3825)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
35
下一页
公告