码迷,mamicode.com
首页 >  
搜索关键字:dep    ( 3364个结果
超强的sql语句
selectrow.*,rownumrownumfrom(selectpartyId,partyName,partyCode,sum(orderNum)asorderNum,sum(orderAmount)asorderAmountfrom(selectpp.idaspartyId,pp.nameaspartyName,pp.codeaspartyCode,count(tso.id)asorder
分类:数据库   时间:2018-01-21 12:28:19    阅读次数:206
window 系统显示svg格式文件
可以安装SVG Explorer Extension来预览略缩图原地址:https://svgextension.codeplex.com "参考地址" ...
分类:Windows程序   时间:2018-01-21 01:15:19    阅读次数:276
依赖属性小记
// Using a DependencyProperty as the backing store for TextH. This enables animation, styling, binding, etc... public static readonly DependencyProper ...
分类:其他好文   时间:2018-01-21 00:10:23    阅读次数:148
class-metaclass-Class vs. type
In some languages, classes are only a compile-time feature (new classes cannot be declared at runtime), while in other languages classes are first-cla ...
分类:Web程序   时间:2018-01-21 00:08:53    阅读次数:308
idea中使用scala运行spark出现Exception in thread "main" java.lang.NoClassDefFoundError: scala/collection/GenTraversableOnce$class
idea中使用scala运行spark出现: 查看build.sbt: 你需要确保 spark所使用的scala版本与你系统scala的版本一致 你也可以这样: 那怎样确认你的版本是否一致呢: 1 .首先查看你代码使用的版本,这个就是从pom.xml中或者sbt配置文件中查看 确定你的使用版本 2. ...
分类:编程语言   时间:2018-01-20 12:40:32    阅读次数:3068
Spark Client启动原理探索
经过几天闲暇时间的学习,终于又理解的深入了一些,关于Spark Client如何提交作业也更清晰了点。 在整体的流程图上是这样的: 大体的思路就是应用程序通过SparkSubmit提交程序后,自动在当前的JVM中启动Driver,然后与Master通信创建Excutor执行相应的任务。 自己整理了下 ...
分类:其他好文   时间:2018-01-20 01:00:24    阅读次数:139
ZOJ [P2314] 无源汇点有上下界模版
```cpp include include include include include include include using namespace std; int n,m,s,t,head[250],cur[250],dep[250],nume; int init(){ int rv=0 ...
分类:其他好文   时间:2018-01-19 22:22:08    阅读次数:187
k8s附加组件之UI-如何使用dashboard
k8s附加组件之UI-如何使用dashboard2018/1/4准备kubernetes-dashboard所需资源[root@tvm-00~]#mkdir-p~/k8s_install/master/ui[root@tvm-00~]#cd!$[root@tvm-00ui]#curl-s-ochttps://raw.githubusercontent.com/kubernetes/dashboar
分类:其他好文   时间:2018-01-19 16:47:50    阅读次数:434
luogu2486 [SDOI2011]染色
维护区间左颜色值,右颜色值,颜色段个数。 cpp include include using namespace std; int n, m, uu, vv, ww, w[100005], wt[100005], qwq, idx[100005], hea[100005]; int cnt, dep ...
分类:其他好文   时间:2018-01-18 22:10:58    阅读次数:191
springboot 集成oauth2
1. 关于oauth2 隐隐觉得集成oauth2,用好它是一个不太简单的事儿,需要对oauth2了解一番。 oauth2比较好的参考,都是别人原创文章:集成OAuth2入门详细教程 理解OAuth 2.0 2.集成过程 2.1添加依赖 添加完依赖以后如果POM文件中报错,类型 这是说在本地有缓存,把 ...
分类:编程语言   时间:2018-01-18 15:03:51    阅读次数:440
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!