上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 55 下一页
摘要: Installing Node.js via package manager | Node.js (nodejs.org) GitHub - Schniz/fnm: 🚀 Fast and simple Node.js version manager, built in Rust New-Item 阅读全文
posted @ 2022-05-09 21:11 ascertain 阅读(95) 评论(0) 推荐(0) 编辑
摘要: LocalMachine: C:\Program Files\PowerShell\7\powershell.config.json CurrentUser: C:\Users\pretentious\Documents\PowerShell\powershell.config.json 使用Set 阅读全文
posted @ 2022-05-09 20:51 ascertain 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-09 13:01 ascertain 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-09 12:54 ascertain 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-09 12:37 ascertain 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-09 11:38 ascertain 阅读(27) 评论(0) 推荐(0) 编辑
摘要: pom.xml: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc 阅读全文
posted @ 2022-05-09 11:19 ascertain 阅读(39) 评论(0) 推荐(0) 编辑
摘要: Downloading and Installing RabbitMQ — RabbitMQ rabbitmq-server/rabbitmq.conf.example at master · rabbitmq/rabbitmq-server · GitHub rabbitmq-server/adv 阅读全文
posted @ 2022-05-09 11:05 ascertain 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-08 08:27 ascertain 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-07 23:35 ascertain 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 删除Cluster所有key: #!/bin/bash host=192.168.8.105 port=6365 user=default password=default nodes=$(redis-cli -c -h $host -p $port --user $user --pass $pas 阅读全文
posted @ 2022-05-07 23:27 ascertain 阅读(22) 评论(0) 推荐(0) 编辑
摘要: CREATE TABLE tr ( id INT, name VARCHAR(50), purchased DATE ) PARTITION BY RANGE( YEAR(purchased) ) ( PARTITION p0 VALUES LESS THAN (1990), PARTITION p 阅读全文
posted @ 2022-05-07 15:32 ascertain 阅读(34) 评论(0) 推荐(0) 编辑
摘要: # # ACL Configuration # # redis.conf ~* key正则 &- pub/sub channel +@ 权限 # +<command> -<command> +@<category> -@<category> # +@all -@all user default on 阅读全文
posted @ 2022-05-05 23:51 ascertain 阅读(146) 评论(0) 推荐(0) 编辑
摘要: java -jar --add-exports=java.base/sun.net.util=ALL-UNNAMED .\sentinel-dashboard-1.8.4.jar --server.port=9090 注解支持 · alibaba/Sentinel Wiki · GitHub int 阅读全文
posted @ 2022-05-05 19:20 ascertain 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-05 15:09 ascertain 阅读(14) 评论(0) 推荐(0) 编辑
摘要: Get-Content input.txt | python .\skript.py | tee output.txt 阅读全文
posted @ 2022-05-04 22:31 ascertain 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 持久化到MySQL: spring.datasource.platform=mysql ### Count of DB: db.num=1 ### Connect URL of DB: db.url.0=jdbc:mysql://127.0.0.1:3306/ssm?characterEncodin 阅读全文
posted @ 2022-05-04 22:22 ascertain 阅读(25) 评论(0) 推荐(0) 编辑
摘要: MySQL: jdbc: mysql://127.0.0.1:3306/nacos?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=fals 阅读全文
posted @ 2022-05-04 22:18 ascertain 阅读(24) 评论(0) 推荐(0) 编辑
摘要: @Component(value = "customBeanName") public class CustomComponentBean implements BeanPostProcessor{ @Override public Object postProcessAfterInitializa 阅读全文
posted @ 2022-05-03 13:51 ascertain 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 从Spring 应用上下文获取 Bean 的常用姿势 - SegmentFault 思否 package io.deem.waive.config; import org.springframework.beans.BeansException; import org.springframework 阅读全文
posted @ 2022-05-03 13:37 ascertain 阅读(89) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 55 下一页