ActiveMQ 简单配置使用
Apache ActiveMq
ActiveMQ “Classic” 下载地址
本文以windows版本为例子 解压apache-activemq-5.15.15-bin.zip压缩包
获得目录结构
bin 命令目录
conf 配置文件
data 数据日志文件
docs 文档说明
examples 例子:配置文件、代码
lib jar包
webapps 管理台应用
webapps-demo 管理台应用的例子
阅读更多......
宝塔命令技巧
Centos安装命令:
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
Ubuntu/Deepin安装命令:
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh
Debian安装命令:
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh
Fedora安装命令:
wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh
阅读更多......流程图软件 Draw.io
免费、在线、离线无限制的流程图软件
在线编辑地址 https://app.diagrams.net/
离线版本下载地址 https://github.com/jgraph/drawio-desktop/releases
阅读更多......苹果开发者帐号转移持有人
苹果官方的指南:
https://developer.apple.com/cn/support/account-holder-transfer/
持有人登陆操作:
1.登录您的开发者帐户 (英文) 并点按“Membership”(会员资格) 标签页。
2.向下滚动到“Settings”(设置),然后点按“Transfer Your Account Holder Role”(转让您的帐户持有人职能)。
3.在出现的对话框中,从“Transfer to”(受让人) 下拉菜单中选择一个名字,然后点按“Continue”(继续)。
4.阅读“Account Holder Transferor Agreement”(帐户持有人转让协议),选中复选框,然后点按“I Agree”(我同意)。
阅读更多......PVE配置:显示cpu,硬盘温度,关闭ksm,去订阅弹窗
温度显示:
首先我们要先安装温度检测工具
apt-get install lm-sensors
lm_sensors可以用来监控CPU和主板温度以及风扇速度
在shell中输入命令sensors,就能显示信息
阅读更多......java项目从windows迁移linux服务器上后AES加解密报错
最近有tomcat项目从windows服务器迁移到linux上,项目跑起来后报错
java.security.InvalidKeyException: Illegal key size or default parameters
at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1026)
at javax.crypto.Cipher.implInit(Cipher.java:801)
at javax.crypto.Cipher.chooseProvider(Cipher.java:864)
at javax.crypto.Cipher.init(Cipher.java:1249)
at javax.crypto.Cipher.init(Cipher.java:1186)
阅读更多......