码迷,mamicode.com
首页 >  
搜索关键字:dep    ( 3364个结果
dubbo(一)
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::wstring std::string w2m m2w
std::string name = w2m(m2w(obj->GetName(), CP_UTF8));//转换编码 ...
分类:其他好文   时间:2019-07-05 22:28:14    阅读次数:112
Mapreduce部署与第三方依赖包管理
参考了几篇文章,总算搞定打包第三方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
WebSocket技术demo
使用springboot快速搭建测试案例 将bean注入 创建一个处理请求和发送数据的类 客户端代码 ...
分类:Web程序   时间:2019-07-04 17:26:32    阅读次数:124
java httpclient工具类
meven -- 代码 ...
分类:编程语言   时间:2019-07-04 11:37:18    阅读次数:107
kubernetes集群安装Jenkins实现cicd
一、安装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
Spark教程——(4)Spark-shell基于Phoenix访问HBase数据
参考: 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
spring boot整合mybatis 1.添加mybatis依赖和mysql依赖 b. application-dev.yml 3.在启动类上加上注解@MapperScan("mpper接口所在的包的路径") 4.编写mapper类 5.测试。注:实现CommandLineRunner接口,会做 ...
分类:编程语言   时间:2019-07-03 16:57:47    阅读次数:97
mysql遇见Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggre的问题
报错如下: 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
运行: 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!