開發者常用環境配置(windows)
endv windows
1、 Nginx 安裝及使用 https://www.cnblogs.com/endv/p/12655866.html
2、ActiveMQ 5.15.12(2020年3月9日)https://www.cnblogs.com/endv/p/12654842.html
3、Windows環境下搭建Redis集群(Redis-x64-3.2.100)
4、mysql-5.7.11-winx64.zip 安裝配置
4.1.MySQL 5.7 doc
4.2.修改MySql數據庫的默認時區
4.3.Mysql常用查詢
4.5.my-default.ini

1 # For advice on how to change settings please see 2 # http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html 3 # *** DO NOT EDIT THIS FILE. It's a template which will be copied to the 4 # *** default location during install, and will be replaced if you 5 # *** upgrade to a newer version of MySQL. 6 [mysql] 7 default-character-set = utf8mb4 8 [mysqld] 9 10 character-set-client-handshake = FALSE 11 character-set-server = utf8mb4 12 collation-server = utf8mb4_general_ci 13 # Remove leading # and set to the amount of RAM for the most important data 14 # cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%. 15 # innodb_buffer_pool_size = 128M 16 17 # Remove leading # to turn on a very important data integrity option: logging 18 # changes to the binary log between backups. 19 # log_bin 20 21 # These are commonly set, remove the # and set as required. 22 # basedir = ..... 23 # datadir = ..... 24 # port = ..... 25 # server_id = ..... 26 27 28 # Remove leading # to set options mainly useful for reporting servers. 29 # The server defaults are faster for transactions and fast SELECTs. 30 # Adjust sizes as needed, experiment to find the optimal values. 31 # join_buffer_size = 128M 32 # sort_buffer_size = 2M 33 # read_rnd_buffer_size = 2M 34 35 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
5、Windows 創建 Redis 和 zookeeper 系統服務
https://www.cnblogs.com/endv/p/11244977.html
6、運行php站點
C:\Users\Administrator>C:\phpv7.3\php-cgi.exe -b 127.0.0.1:8103 -c C:\phpv7.3\php.ini
7、Window 下安裝 Redis
使用cmd進入到Redis解壓目錄中,並使用腳本(redis-server.exe redis.windows.conf)執行即可,默認配置文件不需要修改
此文會陸續整理更新 2020-07-26 endv.cn
寫了很多博客,沒有好好分類,用這個頁面做個導航
值得關注的站點
https://vertx.io/docs/apidocs/overview-summary.html