红烧土豆泥 红烧土豆泥
3年前
MyBatis之ResultMap玩法回顾
1、SelectResultMap自定义结果集映射规则xmlselectfromemployeewhereidid关联查询级联属性封装结果xmlselectfromemployeee,departmentdwheree.idd.id关联查询associatio
Wesley13 Wesley13
3年前
jabdp自定义流程(一)
1、概述工作流程是指企业(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwiki.mbalib.com%2Fwiki%2F%25E4%25BC%2581%25E4%25B8%259A)内部发生的某项业务从起始到完成,由多个部门、多个岗位、经多个环节协调及顺序工
Stella981 Stella981
3年前
Dubbo自定义负载均衡
想了解Dubbo自定义负载均衡实现策略,首先要了解SPI机制,参看文章(https://www.jianshu.com/p/46b42f7f593c(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.jianshu.com%2Fp%2F46b42f7f593c))了解了SP
Stella981 Stella981
3年前
Android自定义控件系列
Android自定义控件系列–Path综述项目源码点击查看详情(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fzhaolongs%2FCommonViewApplication)Path中文释义为路径然而它在
Wesley13 Wesley13
3年前
JQ 自定义函数总结
看到几种JQ函数的定义方法,小记一下方法一:定义多个方法,将方法统一放到一个对象里,以传递一个字符串为例//方法定义$.func  {//定义一个方法aaaa: function(param) {alert("aaaaaa"  param);},
Wesley13 Wesley13
3年前
uboot自定义添加命令
1、添加命令  1.uboot的命令格式:  U\_BOOT\_CMD(name,maxargs,repeatable,command,”usage”,"help")  name:命令的名字,不是一个字符串;  maxargs:最大的参数个数;  repeatable:命令是可重复的;  command:对应的函数指针  2.在
Stella981 Stella981
3年前
Flutter自定义绘制(1)
CustomPainterFlutter中实现绘制的主要是CustomPainter类、我们一般继承这个类,来使用它;classMyPainterextendsCustomPainter{@overridevoidpaint(Canvascanvas,Sizesize
Stella981 Stella981
3年前
Nginx自定义扩展模块
1.概述参考Nginx开发HTTP模块入门(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.cnblogs.com%2Fjianbingguozi%2Fp%2F6938884.html)2.扩展模块(假设根目录名称为nginx)
Easter79 Easter79
3年前
SpringCloud (七)自定义HystrixCommand
前提1、在继续学习Hystrix之前,向关注本人博客的各位致歉由于之前的项目起名以及服务之间的名称不是很规范,所以我修改了这些名称方便后来的代码管理,这些代码可以在本人github(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2FHellxZ%2FS