1. Introduction Dubbo is an open-source RPC and microservice framework from Alibaba. Among other things, it helps enhance service governance and makes ...
分类:
其他好文 时间:
2019-07-06 19:11:48
阅读次数:
116
std::string name = w2m(m2w(obj->GetName(), CP_UTF8));//转换编码 ...
分类:
其他好文 时间:
2019-07-05 22:28:14
阅读次数:
112
参考了几篇文章,总算搞定打包第三方jar了,记录一下 https://segmentfault.com/a/1190000016237395 https://www.cnblogs.com/Dhouse/p/6595344.html https://yq.aliyun.com/articles/30 ...
分类:
其他好文 时间:
2019-07-05 14:22:36
阅读次数:
105
使用springboot快速搭建测试案例 将bean注入 创建一个处理请求和发送数据的类 客户端代码 ...
分类:
Web程序 时间:
2019-07-04 17:26:32
阅读次数:
124
一、安装Jenkins1.安装存储服务器找一台服务器搭建一台nfs服务器<<详见Ubuntu16.04安装nfs>>系统:Ubuntu16.04IP:172.18.1.13aptinstallnfs-commonnfs-kernel-server-y#配置挂载信息cat/etc/exports/data/k8s*(rw,sync,no_root_squash)#给目录添加权
分类:
Web程序 时间:
2019-07-04 09:53:47
阅读次数:
557
参考: https://blog.csdn.net/dingyuanpu/article/details/52623655 https://www.cnblogs.com/feiyudemeng/p/9254046.html http://dequn.github.io/2016/11/08/pho ...
分类:
系统相关 时间:
2019-07-04 00:22:10
阅读次数:
174
spring boot整合mybatis 1.添加mybatis依赖和mysql依赖 b. application-dev.yml 3.在启动类上加上注解@MapperScan("mpper接口所在的包的路径") 4.编写mapper类 5.测试。注:实现CommandLineRunner接口,会做 ...
分类:
编程语言 时间:
2019-07-03 16:57:47
阅读次数:
97
报错如下: Expression 2 of SELECT list is not in GROUP BY clause and contains nonaggregated column ‘sss.month_id’ which is not functionally dep ...
分类:
数据库 时间:
2019-07-03 13:44:23
阅读次数:
799
运行: spark-submit --py-files p.url-0.1.0a4-py2.7.egg,future-0.17.1-py2.7.egg main_dep.py ...
分类:
其他好文 时间:
2019-07-03 11:54:44
阅读次数:
94