Fork me on GitHub
摘要: 配置redis连接地址 redis订阅者 redis配置类 此时 ConsumerMsg类就已经可以订阅blog.youxiu326.com通道的消息了 redis发布 启动项目,访问 */test 就可以在控制台看到效果 来自 http://blog.youxiu326.com/view/8 阅读全文
posted @ 2018-12-18 16:13 youxiu326 阅读(874) 评论(0) 推荐(0) 编辑
摘要: 下载mongodb压缩包( 当前目录为 /java )wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel70-3.2.8.tgz 解压tar -zxf mongodb-linux-x86_6... 阅读全文
posted @ 2018-12-18 16:10 youxiu326 阅读(318) 评论(0) 推荐(0) 编辑
摘要: {{user.name}} {{user.name}} 阅读全文
posted @ 2018-12-07 16:53 youxiu326 阅读(1760) 评论(0) 推荐(0) 编辑
摘要: 将谷歌浏览器进入扩展程序,将crx文件拖入即可。https://pan.baidu.com/s/1rIEe9RSby5EgTkygSx_dDA百度云链接:https://pan.baidu.com/s/1rIEe9RSby5EgTkygSx_dDA ... 阅读全文
posted @ 2018-11-29 10:03 youxiu326 阅读(300) 评论(0) 推荐(1) 编辑
摘要: 如果是直接绑定属性,是可以的,但是绑定对象中的属性就需要特别处理,需要在rules中添加双引号 " " data:function()... 阅读全文
posted @ 2018-11-27 14:53 youxiu326 阅读(2010) 评论(3) 推荐(1) 编辑
摘要: Invalid prop: type check failed for prop "maxlength",element 框架时,因为想限制文本框的输入长度,maxlength="20"直接报错,搜索资料后,改为:maxlength="20" 阅读全文
posted @ 2018-11-27 14:16 youxiu326 阅读(355) 评论(0) 推荐(0) 编辑
摘要: centos 安装nginx参考日志log报错nginx -c /etc/nginx/nginx.conf https://blog.csdn.net/weixin_41004350/article/details/78491861以下是Nginx的默认路径:(1) ... 阅读全文
posted @ 2018-11-24 16:25 youxiu326 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1.eclipse 从svn检出项目 报文件夹不存在, 参考博客 https://blog.csdn.net/wenbsu/article/details/80965680 2.You need to run build with JDK or have tools.jar on the class 阅读全文
posted @ 2018-11-24 09:49 youxiu326 阅读(1229) 评论(0) 推荐(0) 编辑
摘要: isNotEmpty(str)等价于 str != null && str.length > 0 isNotBlank(str) 等价于 str != null && str.length > 0 && str.trim().length > 0 ... 阅读全文
posted @ 2018-11-13 14:46 youxiu326 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-01 14:50 youxiu326 阅读(339) 评论(0) 推荐(0) 编辑