- 博客(33)
- 收藏
- 关注
原创 springbootAndShiro
title date tags springboot+shiro整合 2019-12-18 05:16:48 -0800 springboot shiro 依赖包<dependency> <groupId>org.apache.shiro</g...
2019-12-25 11:26:10
136
原创 docker安装并使用Nexus3
title date tags docker安装并使用Nexus3 2019-12-03 07:23:39 -0800 Nexus 安装拉取nexus3镜像docker pull docker.io/sonatype/nexus3 运行nexus容器docker run -d -p ...
2019-12-03 16:01:43
494
原创 windows安裝VMware
title date tags windows安裝VMware 2019-10-16 05:21:09 -0700 VMware Centos 安装VMware12 傻瓜式安装!忽略安装Centos7右击刚创建的虚拟机,选择设置进入阿里云站点:ht...
2019-11-18 19:27:03
135
原创 Centos7安装docker
title date tags Centos7安装docker 2019-10-16 05:52:20 -0700 docker Centos 前言Docker需求配置lunix内核,要求3.8以上centos7Docker是一个进程,一启动就两个进...
2019-11-18 19:27:02
120
原创 Docker容器开机自动启动
title date tags Docker容器开机自动启动 2019-10-16 06:09:20 -0700 docker 前言部署项目服务器时,为了应对停电等情况影响正常web项目的访问,会把Docker容器设置为开机自动启动。 初次运行容器使用--restart参数来设置doc...
2019-11-18 19:24:53
189
原创 redis常见问题汇总
title date tags categories redis常见问题汇总 2019-10-15 07:20:34 -0700 redis redis 服务没有及时响应启动或控制请求redis.windows.conf配置文件存在空格,去除空格即可。 ...
2019-11-18 19:24:51
234
原创 java整型相除为0
title date tags java整型相除为0 2019-11-13 03:50:12 -0800 JAVA 正确写法
2019-11-18 19:24:45
1085
原创 stackoverflow访问过慢
title date tags stackoverflow访问过慢 2019-10-11 08:49:59 -0700 论坛 介绍stackoverflow是开发常用的提问和解决代码问题网站,但自己访问总是非常的慢,几十秒甚至几分钟。网站:https://stackoverflow.com/...
2019-11-18 19:24:42
609
原创 Centos关闭防火墙
title date tags Centos关闭防火墙 2019-10-16 07:02:59 -0700 Centos 查看防火墙是否开启 firewall-cmd --state关闭防火墙systemctl stop firewalld.service禁止firewall开机启动...
2019-11-18 19:24:42
97
原创 docker安装zookeeper
title date tags docker安装zookeeper 2019-10-16 07:33:42 -0700 docker zookeeper 下载zookeeper镜像docker pull zookeeper启动容器并添加映射docker...
2019-11-18 19:24:37
187
原创 double转integer
title date tags categories double转integer 2019-09-28 04:13:36 -0700 JAVA JAVA (1)把double先转化成int类型 Double reseve3=Double.parseDouble(bddet[0]....
2019-09-29 00:05:12
2025
原创 PULL_REQUEST_TEMPLATE
PR ChecklistPlease check if your PR fulfills the following requirements: The commit message follows our guidelines. Tests for the changes have been added (for bug fixes / features)....
2019-09-17 00:06:23
536
原创 CONTRIBUTING
Before submitting an issue, please search for the issue here to find if the issue is already reported.Also, you can search for answers on the NexT Documentation Site:常见问题 - 中文文档FAQs (...
2019-09-17 00:06:11
381
原创 ISSUE_TEMPLATE
THIS REPO IS NOT SUPPORTED ANYMORE!DON'T NEED CREATE ISSUE HERE!NEXT MOVED HERE: https://github.com/theme-next/hexo-theme-nextNexT is rebased into organization repo https://github.com/...
2019-09-17 00:06:11
779
原创 Markdowm编辑以及图片上传
title date tags categories Markdowm编辑以及图片上传 2019-08-08 06:51:39 -0700 Markdowm 工具 图片上传工具 PicGO下载地址: https://github.com/Molunerfinn/PicGo/relea...
2019-09-17 00:05:27
325
原创 PhantomJSDriver自动生成echart图片
title date tags categories PhantomJSDriver自动生成echart图片 2019-08-29 08:06:08 -0700 PhantomJS JAVA 依赖<dependency> <groupId>com.codebo...
2019-09-17 00:05:25
697
原创 生成二维码
title date tags categories 生成二维码 2019-08-29 03:10:22 -0700 JAVA 二维码 JAVA 所需依赖<dependency> <groupId>com.googl...
2019-09-17 00:05:24
319
原创 琦玉锻炼法
title date tags 琦玉锻炼法 2019-09-09 14:44:48 -0700 锻炼 琦玉老师锻炼法每天坚持100个仰卧起坐,100个俯卧撑,100个蹲下起立,还有10公里的长跑。改进版每天坚持30个仰卧起坐,30个俯卧撑,30个蹲下起立,还有2公里的短跑。 ...
2019-09-17 00:05:23
1843
原创 react-native整合极光推送
title date tags react-native 0.42 整合极光推送 2019-08-29 07:44:20 -0700 react-native 极光推送官网注册应用配置jpush-react-nativegithub地址:https://github.com/jpush/j...
2019-09-17 00:05:23
938
原创 nginx配置ssl证书
title date tags categories nginx配置ssl证书 2019-08-08 08:06:07 -0700 nginx 工具 配置如下server { listen 443; server_name sm.moldcio.com...
2019-09-17 00:05:20
339
原创 github常用命令
title date tags categories github常用命令 2019-08-08 07:18:42 -0700 github 工具 查看这个月star最多的项目https://github.com/trending/java?since=monthly[java]可以...
2019-09-17 00:05:19
213
原创 docker常用命令
title date tags categories docker常用命令 2019-08-08 07:40:11 -0700 docker 工具 docker logs 查看实时日志docker logs -f -t --since="2019-01-12" --tail=200 u...
2019-09-17 00:05:18
232
原创 redis开机自启
title date tags categories redis开机自启 2019-08-08 08:27:25 -0700 redis 工具 windowredis-server --service-install redis.windows.conf --loglevel verb...
2019-09-17 00:05:16
268
原创 README.cn
本项目已停止维护。⚠️社区维护的版本请移步这里:NexT v6 and v7 ????NexTNexT 是一个高质量并且优雅的Hexo 主题。这是精心制作做出来的 hexo 主题。NexT 使用文档 | English Documentation实时预览 Live Preview???? Muse 方案: LEAFERx | XiaMo | OAwan...
2019-09-17 00:05:15
481
原创 常用工具
title date tags 常用工具 2019-08-29 08:56:59 -0700 工具 绘图:draw.ioLogo:logomakr图床: PicGomarkdown工具:Typora远程工具: finalShellredis可视化工具:RedisDesktopManag...
2019-09-17 00:05:10
229
原创 webService实战
title date tags categories webService实战 2019-08-10 08:39:53 -0700 webService JAVA 所需依赖 <dependency> <groupId>commons-l...
2019-09-17 00:05:09
357
原创 docker常用命令
docker logs 查看实时日志docker logs -f -t --since="2019-01-12" --tail=200 upms-web–since : 此参数指定了输出日志开始日期,即只输出指定日期之后的日志。-f : 查看实时日志-t : 查看日志产生的日期-tail=10 : 查看最后的10条日志。upms-web : 容器名称进入tomcat容器 查看jd...
2019-09-16 14:48:28
180
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人