摘要: Spring Cloud 的学习笔记。该篇随笔记录一下Eureka服务器的搭建以及Eureka服务器集群的搭建。 阅读全文
posted @ 2020-10-29 15:04 紫藤话 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 1、准备四份application.properties a、项目根目录下config/application.properties ,内容为: test.user.name = a b、项目根目录下 application.properties ,内容为: test.user.name = b c 阅读全文
posted @ 2019-02-26 14:24 紫藤话 阅读(724) 评论(0) 推荐(0) 编辑
摘要: public void copy(String str) { StringSelection stsel = new StringSelection(str); Toolkit.getDefaultToolkit().getSystemClipboard().setContents(stsel, stsel);} 阅读全文
posted @ 2013-07-21 21:41 紫藤话 阅读(677) 评论(0) 推荐(0) 编辑
摘要: 运行->cmd启动dos窗口,执行lsnrctl stop关闭,lsnrctl start启动。 阅读全文
posted @ 2012-10-29 23:07 紫藤话 阅读(222) 评论(0) 推荐(0) 编辑
摘要: <a href="tencent://Message/?Uin=815837028&websitName=ss&Menu=yes"> <img border="0" alt="点击与我聊天" src="http://wpa.qq.com/pa?p=1:815837028:16"/> </a> 说明:红色字是要联系的QQ,会显示在线状态。 阅读全文
posted @ 2012-08-15 17:40 紫藤话 阅读(159) 评论(0) 推荐(0) 编辑
摘要: document.onreadystatechange = function(){if("row_id" in document.myForm) { if(document.readyState=="complete") {alert("存在"); } else{ alert("不存在"); }}} 阅读全文
posted @ 2012-05-22 12:15 紫藤话 阅读(408) 评论(0) 推荐(0) 编辑