会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
CHW'S BLOG
认真你就赢了!
博客园
首页
新随笔
联系
管理
上一页
1
2
3
4
5
6
7
8
9
···
14
下一页
2019年3月6日
Nginx的使用
摘要: 作为反向代理服务器 server { listen 8080; #监听端口...
阅读全文
posted @ 2019-03-06 07:14 _chenyl
阅读(35)
评论(0)
推荐(0)
2019年2月28日
Spring中Bean的加载到销毁(生命周期)
摘要: Spring对Bean的生命周期进行管理的过程 1. 通过构造器或工厂方法创建Bean实例 2. 为Bean设置属性值和对其他Bea...
阅读全文
posted @ 2019-02-28 20:39 _chenyl
阅读(103)
评论(0)
推荐(0)
2019年2月24日
Java高并发之魂:synchronized深度解析
摘要: 本文整理自慕课网的讲师悟空老师,教学地址:http://www.imooc.com/learn/1086 文章目录 一、synch...
阅读全文
posted @ 2019-02-24 16:34 _chenyl
阅读(92)
评论(0)
推荐(0)
2019年2月9日
Vue.js入门看这片就够了(结合视频)
摘要: 文章目录 视频地址一、基础语法1 安装1.1 最简单的安装方式 2 简单使用3 数据、事件、方法3.1 数据绑定3.2 事件、...
阅读全文
posted @ 2019-02-09 23:27 _chenyl
阅读(124)
评论(0)
推荐(0)
2019年1月10日
Java生成登录随机验证码
摘要: 验证码工具类: VerifyUtil.java import java.awt.*;import java.awt.image.Bu...
阅读全文
posted @ 2019-01-10 11:19 _chenyl
阅读(141)
评论(0)
推荐(0)
2018年12月26日
Java调用百度API实现人脸识别
摘要: 进入百度AI开放平台,成为开发者。地址:http://ai.baidu.com进入控制台,创建应用,获取AppID,API Key,...
阅读全文
posted @ 2018-12-26 16:06 _chenyl
阅读(161)
评论(0)
推荐(0)
2018年12月23日
阿里云CentOS开放端口
摘要: 如我们需要开启XShell连接时需要使用的8080端口: firewall-cmd --zone=public --add-por...
阅读全文
posted @ 2018-12-23 14:26 _chenyl
阅读(90)
评论(0)
推荐(0)
2018年12月12日
Windows环境下利用nginx作为图片服务器
摘要: 去官网下载最新的nginx:http://nginx.org/en/download.html将压缩包解压,将conf下的nginx...
阅读全文
posted @ 2018-12-12 08:53 _chenyl
阅读(137)
评论(0)
推荐(0)
2018年12月2日
SpringCloud使用Feign调用服务,@ModelAttribute无法传递实体类参数
摘要: 解决办法:首先调用服务的Controller中使用@ModelAttribute没有错,将远程接口和服务提供者Controller中...
阅读全文
posted @ 2018-12-02 17:43 _chenyl
阅读(721)
评论(0)
推荐(0)
Solr7正确的调用SolrClient姿势
摘要: 好多文章习惯这么调用SolrClient: final String solrUrl = "http://localhost:898...
阅读全文
posted @ 2018-12-02 07:50 _chenyl
阅读(459)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
14
下一页
公告