本文为spring cloud学习笔记,官方文档:https://cloud.spring.io/spring-cloud-static/Greenwich.SR1/ 官方文档内容比较多,大体分为下面几大部分: Cloud Native Applications Spring Cloud Context: Application Context Services Spring Cloud Commons: Common Abstractions ...
阅读全文参考文档: https://docs.oracle.com/cd/E24329_01/web.1211/e24499/newdom.htm#WLDCW109 https://docs.oracle.com/cd/E13222_01/wls/docs81/admin_ref/cli_tasks.html ...
阅读全文使用load infile导入csv文件出现 ERROR 1366 (HY000):Incorrect string value: '\xBE\xAB\xC6\xB7' for column TYPE 百度网上解析: TYPE字段不能输入汉字,你输入了汉字 这是因为的你创建的表编码存在问题 可以尝试将每一个用到中文的字段charset改成uft8 collation改成utf8_unicode_ci ...
阅读全文问题描述 连接mysql8.0+时出现的错误,报Public Key Retrieval is not allowed java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110) at com.m ...
阅读全文新客户开发流程: 确定开发对象(背景调研、客户资料搜集、销售材料准备); 制作方案(客户分析、建立方案); 对客户的持续跟进(采购端、技术端等全面宣导产品优势); 确定关键(招标、定标/中标); 合同签订; 发货; 后续客户关系维护 潜在客户管理: 了解目标客户群体; 建立良好的沟通渠道; 积极跟进潜在客户; 提供优质的客户服务 参考资料: 新客户开发的流程 - 知乎 (zhihu.com) ...
阅读全文Form 组件允许你验证用户的输入是否符合规范,来帮助你找到和纠正错误。 Form 组件提供了表单验证的功能,只需为 rules 属性传入约定的验证规则,并将 form-Item 的 prop 属性设置为需要验证的特殊键值即可。 更多高级用法可参考 async-validator。 参考文档: GitHub - yiminghe/async-validator: valid ...
阅读全文本文参考 https://www.cnblogs.com/ios9/p/8018227.html#_label0_0 1 -----基本数据字典及其说明 2 select * from dba_tablespaces;---关于表空间的信息 3 select * from dba_ts_quotas ;---所有用户表空间的限额 4 select * from dba_free_space;--所有表空间中自由分区 5 select * fro ...
阅读全文English words and sentences are used in Software development & service management. When developing cloud-based software, it is necessary to build in extra security during the software development lifecycle in order to reduce the ch ...
阅读全文学习内容源于 官方文档 https://docs.spring.io/spring/docs/current/spring-framework-reference/core.html#expressions 学习摘要: SpEL: Spring Express Language, a java expression language. Other known expression Language: OGNL, MVEL, JBoss EL ... ...
阅读全文1. 这个Docker视频demo了一个Docker的应用场景: https://www.youtube.com/watch?v=YFl2mCHdv24 ...
阅读全文1. 这个Docker视频demo了一个Docker的应用场景: https://www.youtube.com/watch?v=YFl2mCHdv24 2. <<Kubernetes for Beginners - Docker Introduction>> 这个视频非错不错的解释了Docker解决的痛点以及其架构。 https://www.youtube.com/watch?v=rmf04ylI2K0 3. 《Introduction to Ku ...
阅读全文zookeeper学习过程中收集的一些不错的资料 Zookeeper官方文档:https://zookeeper.apache.org/doc/current/zookeeperStarted.html Zookeeper Demo: https://www.youtube.com/watch?v=Qhc6RMaDkgY Apache Zookeeper | Hands-On - Znodes: https://www.youtube. ...
阅读全文etcd学习资料 《Etcd github官方》https://github.com/etcd-io/etcd 《Etcd 使用入门》https://www.hi-linux.com/posts/40915.html etcd简介 etcd是CoreOS团队于2013年6月发起的开源项目,它的目标是构建一个高可用的分布式键值(key-value)数据库。etcd内部采用raft协议作为一致性算法,etcd基于Go语言实现。 etcd作为服务发现系统,有以下的 ...
阅读全文Personal pronouns:人称代词 Pronouns - 代词 代词用于指代名词或名词短语。使用代词可以多次重复前文提到的名词。 例如: Jane ate some dinner. She was hungry. (简吃饭了。她饿了。) 代词有多种形式。英语中有七个人称代词。 单数 复数 I 我 we 我们 you ...
阅读全文本文是学习Spring Testing官方文档的知识点摘要。官方文档:https://docs.spring.io/spring/docs/current/spring-framework-reference/testing.html#testing 关键词:Mock Objects, TestContext Framework, Spring MVC Test, WebTestClient 1. Introduction to Spring Testing ...
阅读全文本文为学习官方文档的学习笔记,单纯知识点摘要。官方文档: https://docs.spring.io/spring/docs/current/spring-framework-reference/data-access.html#spring-data-tier 1) Transaction Management Advantages of the Spring Framework's Transaction Support Model Glob ...
阅读全文《Spring Boot Micro-services, Containers, and Kubernetes - How To》: https://www.youtube.com/watch?v=Bcs-inRnLDc ...
阅读全文官方文档:https://kotlinlang.org/docs/reference/ Kotlin中国:https://www.kotlincn.net/ ...
阅读全文1.Nouns 名词是表示人或事物名称的词,通常要与冠词连用。 例如: the bus (公共汽车) the apple (苹果) 有些名词仅有单数形式。 例如: The information is positive. (信息是有利的。) ...
阅读全文7. Comparisons 比较 在英语中构成比较级的方式有两种:单音节的形容词可在词尾直接加 er,双音节或多音节的形容词则需使用副词 more 来构成比较级。 例如: old older expensive more expensive 有些单词在构成比较级时需要双写最后一个辅音字母,有些以字母 y 结尾的单词则需要把 y 改作 i,再加 er。 ...
阅读全文