原创 mac 版 navicat 12.1正版激活教程

找了好久終於找到了激活教程(轉發) 代碼版: https://github.com/DoubleLabyrinth/navicat-keygen 圖文版: https://blog.csdn.net/stupid56862/article

原创 springboot + shiro + redis實現shiro的session共享

添加配置類: import com.alibaba.fastjson.serializer.SerializerFeature; import com.alibaba.fastjson.support.config.FastJsonCo

原创 java, js開發微信登錄

官網URL https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419316505&to

原创 Linux常用命令

Linux的常用命令 切換目錄命令cd: 使用cd app   切換到app目錄 cd ..      切換到上一層目錄 cd /        切換到系統根目錄 cd ~       切換到用戶主目錄 cd -        切換到

原创 linux搭建禪道

1.開源版安裝包下載 wget http://dl.cnezsoft.com/zentao/9.0.1/ZenTaoPMS.9.0.1.zbox_64.tar.gz 2.直接解壓安裝包到/opt目錄下 tar -zxvf ZenTaoPM

原创 nginx.conf配置文件內容

#user  nobody; worker_processes  1; #error_log  logs/error.log; #error_log  logs/error.log  notice; #error_log  logs/er

原创 nginx安裝及設置

官方網站:http://nginx.org/ 安裝環境要求 nginx是C語言開發,建議在linux上運行,本教程使用Centos6.4作爲安裝環境。 gcc        安裝nginx需要先將官網下載的源碼進行編譯,編譯依賴gcc環境

原创 redis requires Ruby version >= 2.2.2.問題

 redis requires Ruby version >= 2.2.2. 需要安裝更高版本的ruby   使用redis-trib.rb搭建redis集羣的時候出現這個錯誤, 表名需要安裝更高版本的ruby腳本 爲簡單解決問題, 建議

原创 springboot 整合activeMQ

yml配置文件 spring: activemq: broker-url: tcp://127.0.0.1:61616 in-memory: true user: admin password: ad

原创 centOS 6.5 安裝 mysql-5.7.22-linux-glibc2.12-x86_64.tar.gz

下載地址: https://dev.mysql.com/downloads/mysql/5.7.html#downloads   #卸載系統自帶的Mariadb [root@localhost local]# rpm -qa|grep m

原创 mysql主從配置

創建用戶(雙方主從庫) GRANT ALL ON *.* to 'username'@'%' identified by 'password';  設置主數據庫爲只讀 flush tables with read lock; 主庫 my.