`
pengfeifei26
  • 浏览: 233477 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论
文章列表
spring cloud config客户端异常,服务端,可以访问 配置文件: test1=haha url=192.168.0.52 Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'test1' in value "${test1}" at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(Propert ...
'eurekaAutoServiceRegistration': Singleton bean creation not allowed while singletons of this factory are in destruction   .   ____          _            __ _ _ /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/  ___)| |_)| | | | | || (_| |  ) ) ) )   '  |____| ...

springcloud相关

Spring Cloud与Spring Boot版本匹配关系 Spring Cloud是什么? “Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems.” Spring Cloud为开发者提供了一套可以用来快速搭建分布式系统中常见模式的工具。提取主干即是Spring Cloud提供了一套工具。这些工具为开发人员提供了分布式系统下常见问题的通用解决方案。这些方案涵盖了配置管理,服务发现,断路器,智能路由,微代理,控制总线,一次 ...

strom相关

 
https://blog.csdn.net/wangyangzhizhou/article/details/52440862 https://blog.csdn.net/qq_22222499/article/details/72868587 https://blog.csdn.net/yy_james/article/details/77014582

thirft相关

 
https://www.cnblogs.com/cyfonly/p/6059374.html protobuf 相关 https://blog.csdn.net/appleyk/article/details/80682611

websocket相关

 
https://www.jianshu.com/p/4ef5004a1c81 https://blog.csdn.net/u013627689/article/details/73611945 https://blog.csdn.net/shuaicihai/article/details/75210704 https://blog.csdn.net/u012702547/article/details/53816326 https://www.cnblogs.com/jmcui/p/8999998.html https://www.cnblogs.com/winkey4986/p/562275 ...

jenkins相关

http://mirrors.jenkins-ci.org/war-stable/ https://jenkins.io/download/ https://www.cnblogs.com/shmilyToHu/p/7515579.html
http://dockone.io/article/5132 http://www.dockerinfo.net/kubernetes http://dockone.io/article/2489

maven profile设置

http://jjhpeopl.iteye.com/blog/2325375 配置中一共有两个resource,第一个resource配置是过滤src/main/resources目录下文件app.xml,若文件中有类似${key}这样的配置,就会根据maven的配置进行覆盖,让其使用真实值来填写,至于真实值如何来,后面会具体讲。 第二个resource配置是不过滤src/main/resources目录下除了app.xml的其他文件,也就不会用真实值来填写${key}这样的配置。 若是<include>和<exclude>都存在的话,那就发生冲突了,这时会以&l ...
http://www.jb51.net/article/136747.htm https://www.jb51.net/article/120154.htm

mysql远程连接

 
mysql -h www.aaa.com -u root -p123456 -P 3306 密码不能有空格
https://www.codercto.com/a/9388.html https://blog.csdn.net/xiao_jun_0820/article/details/78037588

editplus4.3注册码

注册名:host1991     序列号:14F50-CD5C8-E13DA-51100-BAFE6     注册名:360xw     注册码:93A52-85B80-A3308-BF130-40412     注册名:kariryo     注册码:5387D-12450-BCZ8B-D6W0B-85TE1     注册名:crsky     注册码:7879E-5BF58-7DR23-DAOB2-7DR30     注册名:zzidc     注册码:11276-E9720-D59E6-BD0E0-2965C     注册名:gainet     注册码:74E92-0 ...
1.把 redis 解压后,再复制出 5 份,配置 三主三从集群。 端口可以为7000,7001,7002,7003,7004,7005。 并且把目录使用端口号命名 2.修改其他配置支持集群 cluster-enabled yes cluster-config-file nodes-6379.conf cluster-node-timeout 15000 appendonly yes 3.安装ruby https://rubyinstaller.org/downloads/ 下载 rubyinstaller-2.4.4-1-x64.exe 4.安装ruby的redis驱动 https: ...

mysql 安装

mysql 安装 配置my.init文件 basedir = C:\Program Files\MySQL\MySQL Server 5.6 datadir = C:\Program Files\MySQL\MySQL Server 5.6\data port = 3306 2. C:\Program Files\MySQL\MySQL Server 5.6\bin>mysqld.exe --install MySql Service successfully installed. 3.进入服务列表启动服务或者net start mysql 4 C:\Program Fi ...
Global site tag (gtag.js) - Google Analytics