摘要:
官网地址:https://docs.spring.io/spring-boot/docs/2.1.12.RELEASE/reference/html/using-boot-build-systems.html#using-boot-starter Table 13.1. Spring Boot ap 阅读全文
摘要:
Windows系统安装ActiveMQ参考:https://www.cnblogs.com/pxblog/p/14580404.html 1、配置连接信息 spring: activemq: broker-url: tcp://192.168.1.28:61616 user: admin passw 阅读全文
摘要:
1、下载redis安装包 wget http://download.redis.io/releases/redis-4.0.6.tar.gz 2、解压安装包 tar -zxvf redis-4.0.6.tar.gz 3、安装gcc依赖 yum install gcc 4、进入安装包 cd redis 阅读全文
摘要:
activemq是消息中间件,可以用来 解耦、消峰、异步 需要先安装jdk环境:https://www.cnblogs.com/pxblog/p/10512886.html 1、下载文件 (也可以直接再Linux上下载,第二步有说明) 下载:apache-activemq-5.14.0-bin.ta 阅读全文
摘要:
centos系统 1、查看开放端口列表 [root@host bin]# firewall-cmd --list-ports 22/tcp 80/tcp 8888/tcp 39000-40000/tcp 12888/tcp 443/tcp 开启防火墙 systemctl start firewall 阅读全文
摘要:
<head> <!-- If you'd like to support IE8 (for Video.js versions prior to v7) --> </head> <body> <video id="myvideo" width="100%" height="auto" control 阅读全文
摘要:
#自带的只有5.4版本 yum provides php [root@localhost etc]# yum provides php Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfil 阅读全文
摘要:
首先在QQ互联: https://connect.qq.com/manage.html 申请账号,并且进行资料审核,同时创建应用(设置回调地址) 申请应用完后,会有app_ID、app_KEY等参数 官方JAVA SDK demo下载:https://pan.xunlew.com/s86815 官方 阅读全文
摘要:
导入jar包 IKAnalyzer2012_u6.jar下载链接:https://pan.xunlew.com/s86789 maven <dependency> <groupId>com.janeluo</groupId> <artifactId>ikanalyzer</artifactId> < 阅读全文
摘要:
只判断某个字段是否验证通过,可以参考:https://www.cnblogs.com/pxblog/p/13801171.html <form action="" method="post" id="jForm" > <div class="index_tjtj" id="submit_" ><a 阅读全文
