开发者常用环境配置(windows) ENDV
开发者常用环境配置(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