会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小溪(潺潺流水,润泽千里)
博客园
首页
新随笔
联系
管理
上一页
1
···
28
29
30
31
32
33
34
35
36
···
50
下一页
2018年4月21日
sublime text 快捷键
摘要: Ctrl+Shift+P:打开命令面板Ctrl+P:搜索项目中的文件Ctrl+G:跳转到第几行Ctrl+W:关闭当前打开文件Ctrl+Shift+W:关闭所有打开文件Ctrl+Shift+V:粘贴并格式化Ctrl+D:选择单词,重复可增加选择下一个相同的单词Ctrl+L:选择行,重复可依次增加选择下
阅读全文
posted @ 2018-04-21 22:09 huiy_小溪
阅读(135)
评论(0)
推荐(0)
2018年4月20日
转载:HBuilder常用快捷键
摘要: 原文:http://www.cnblogs.com/DCL1314/p/8625110.htmlHBuilder常用快捷键1.文件新建 Ctrl + N 关闭 Ctrl + F4 全部关闭 Ctrl + Shift + F4 属性 Alt + Enter 2.编辑激活代码助手 Alt + / 激活快
阅读全文
posted @ 2018-04-20 10:05 huiy_小溪
阅读(250)
评论(0)
推荐(0)
2018年4月17日
CSS集锦
摘要: div内容自动换行:word-wrap:break-word;word-break:break-all;
阅读全文
posted @ 2018-04-17 15:07 huiy_小溪
阅读(132)
评论(0)
推荐(0)
2018年4月7日
转载:Eureka 开发时快速剔除失效服务
摘要: 原文地址:https://www.cnblogs.com/flying607/p/8494568.html服务端配置: # 关闭保护机制 eureka.server.enable-self-preservation=false #心跳时间间隔 eureka.instance.lease-renewa
阅读全文
posted @ 2018-04-07 09:23 huiy_小溪
阅读(1488)
评论(0)
推荐(0)
2018年3月29日
springcloud-4:服务注册(hello-service)
摘要: 服务端 请见 http://www.cnblogs.com/huiy/p/8668005.html客户端:主启动类import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfig
阅读全文
posted @ 2018-03-29 15:24 huiy_小溪
阅读(603)
评论(0)
推荐(0)
springcloud-3:required a bean of type 'com.netflix.discovery.DiscoveryClient' that could not be found.
摘要: 在写客户端程序的时候,总是报'com.netflix.discovery.DiscoveryClient' that could not be found。原因在于导入了错误的类:com.netflix.discovery.DiscoveryClient应该是引用:org.springframewo
阅读全文
posted @ 2018-03-29 14:56 huiy_小溪
阅读(688)
评论(0)
推荐(0)
springcloud-2:服务中心(1)
摘要: 环境:springboot 2.0.0 + springcloud Finchley.M9pom.xml:<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:x
阅读全文
posted @ 2018-03-29 09:29 huiy_小溪
阅读(1331)
评论(0)
推荐(0)
2018年3月28日
springcloud-1: 用官方的pom.xml配置添加依赖失败
摘要: 在eclipse中用STS生成了一个springcloud应用,pom.xml的核心配置如下:<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId
阅读全文
posted @ 2018-03-28 15:15 huiy_小溪
阅读(53227)
评论(1)
推荐(1)
2018年3月12日
转载:UML学习(四)-----状态图(silent)
摘要: 原文:http://www.cnblogs.com/silent2012/archive/2011/11/01/2178278.html状态图主要用于描述对象具有的各种状态、状态之间的转换过程以及触发状态转换的各种事件和条件。1、状态图的组成1.1 状态 主要用于描述一个对象在生命周期内的一个时间段
阅读全文
posted @ 2018-03-12 23:36 huiy_小溪
阅读(193)
评论(0)
推荐(0)
转载:UML学习(三)-----序列图(silent)
摘要: 原文:http://www.cnblogs.com/silent2012/archive/2011/09/14/2172219.htmlUML的模型中可分为两种,动态模型和静态模型。用例图、类图和对象图都是UML中的静态结构模型。而在UML系统动态模型的其中一种就是交互视图,它描述了执行系统功能的各
阅读全文
posted @ 2018-03-12 23:07 huiy_小溪
阅读(191)
评论(0)
推荐(0)
上一页
1
···
28
29
30
31
32
33
34
35
36
···
50
下一页
公告