上一页 1 2 3 4 5 6 7 8 ··· 22 下一页

2019年9月12日

On Windows, I got "Unable to delete directory". What's wrong?

摘要: On Windows, I got "Unable to delete directory". What's wrong? For instance, clean could fail if you already have opened a command line with target as 阅读全文

posted @ 2019-09-12 08:49 CreatorKou 阅读(173) 评论(0) 推荐(0) 编辑

2019年9月11日

nexus私服配合maven使用的意义

摘要: https://blog.csdn.net/qh870754310/article/details/83780812 阅读全文

posted @ 2019-09-11 09:31 CreatorKou 阅读(199) 评论(0) 推荐(0) 编辑

多模块maven+springboot项目打jar包,运行,部署linux(centos)服务器

摘要: 1.项目maven结构: 项目地址: https://github.com/KouReal/Rpc-Netty-Registry 2.之前没有在pom.xml中添加spring-boot-maven-build插件,只有在父工程的pom.xml中写了maven-compiler-plugin这个插件 阅读全文

posted @ 2019-09-11 09:21 CreatorKou 阅读(2646) 评论(0) 推荐(0) 编辑

2019年9月5日

ChannelInboundHandlerAdapter, SimpleChannelInboundHandler<I>区别和优缺点

摘要: 看源码,推荐用ChannelInboundHandlerAdapter https://www.rumoss.cn/archives/183/ https://stackoverflow.com/questions/36075855/multiple-channelinboundhandlerada 阅读全文

posted @ 2019-09-05 16:43 CreatorKou 阅读(949) 评论(0) 推荐(0) 编辑

sublime text3展开/折叠所有目录快捷键

摘要: 鼠标选中根目录 alt+left-click 在sublime text2之前用“ctrl+alt+left-click” 阅读全文

posted @ 2019-09-05 09:38 CreatorKou 阅读(1715) 评论(0) 推荐(0) 编辑

公钥 私钥 加密 解密 签名 验证

摘要: https://blog.csdn.net/21aspnet/article/details/7249401 一、公钥加密 假设一下,我找了两个数字,一个是1,一个是2。我喜欢2这个数字,就保留起来,不告诉你们(私钥),然后我告诉大家,1是我的公钥。 我有一个文件,不能让别人看,我就用1加密了。别人 阅读全文

posted @ 2019-09-05 09:10 CreatorKou 阅读(1484) 评论(0) 推荐(0) 编辑

2019年9月3日

通过jdk8文档学习Iterator, Collection, Stream, Collector, List,

摘要: jdk官网文档,对于一个类或者接口,通常有这样的描述,这里的Iterable<T>有All Known SubInterfaces/Implementing Classes包含了直接子接口/实现类,也包括了间接子接口/实现类, 例如,List<E>的源码是这样写的:public interface 阅读全文

posted @ 2019-09-03 21:43 CreatorKou 阅读(254) 评论(0) 推荐(0) 编辑

代码规范:unix_c命名风格和java命名风格

摘要: https://blog.csdn.net/querw/article/details/5467438 c语言系的命名风格:单词之间使用下划线分隔。如上图。 java语言是另外一个系,javascript属于java语系(当年就是想借助java的名气所以命名javascript)。java语系是驼峰 阅读全文

posted @ 2019-09-03 08:04 CreatorKou 阅读(492) 评论(0) 推荐(0) 编辑

2019年8月26日

虚拟机网卡配置,连接外网

摘要: vmware13 centos7 静态配置: vi /etc/sysconfig/network-scripts/ensxx 修改:bootproto=static onboot=yes gateway=(虚拟网络编辑器的nat设置查看网关ip) 添加:ipaddr=xx.x.xx.x dns=x. 阅读全文

posted @ 2019-08-26 16:39 CreatorKou 阅读(416) 评论(0) 推荐(0) 编辑

2019年8月23日

Http-Netty-Rpc-Service系统

摘要: 20190823rpc系统修改日志https://github.com/KouReal/Rpc-Netty-Registry/tree/master将httpserver模块的httptask去掉,直接在httpserverhandler调用rpcproxy的call的rpcclient的invok 阅读全文

posted @ 2019-08-23 19:53 CreatorKou 阅读(291) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 22 下一页

导航