码迷,mamicode.com
首页 >  
搜索关键字:ltm    ( 242个结果
rocketMQ(八) rocketMQ 消息队列Offset和CommitLog
一:消息偏移量Offset 1. 什么是offset 1. message queue是无限长的数组,一条消息进来下标就会涨1,下标就是offset,消息在某个MessageQueue里的位置,通过offset的值可以定位到这条消息,或者指示Consumer从这条消息开始向后处理 2. messag ...
分类:其他好文   时间:2020-05-14 22:36:27    阅读次数:112
c# gdi+截图桌面, 通过remoting发送给wpf展现,即远程监控桌面
1.截图关键代码 public class ScreenShotHelper : MarshalByRefObject, IScreenShotHelper { public byte[] GetImage() { var wid = Screen.PrimaryScreen.Bounds.Widt ...
分类:Windows程序   时间:2020-04-18 18:37:22    阅读次数:94
System.Reflection.ParameterModifier.cs
ylbtech-System.Reflection.ParameterModifier.cs 1.返回顶部 1、 #region 程序集 mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // C: ...
分类:其他好文   时间:2020-04-11 09:49:47    阅读次数:60
如何使用SAP Cloud for Customer里的Data Source
打开SAP Cloud for Customer的Sales Lead工作中心,进入Sales Lead OWL(Object Work List), 打开高级搜索,查找所有Source字段为Social Channel的Lead: 结果有6个。 如何用Cloud for Customer busi ...
分类:其他好文   时间:2020-03-29 12:32:17    阅读次数:71
System.Web.HttpRequest.cs
1、 #region 程序集 System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // C:\Program Files (x86)\Reference Assemblies\Microsoft\ ...
分类:Web程序   时间:2020-03-27 21:22:51    阅读次数:83
Mybatis学习
Mybatis 一、简介 1.1 什么是Mybatis MyBatis 是一款优秀的 持久层 框架,它支持定制化 SQL、存储过程以及高级映射。MyBatis 避免了几乎所有的 JDBC 代码和手动设置参数以及获取结果集。MyBatis 可以使用简单的 XML 或注解来配置和映射原生类型、接口和 J ...
分类:其他好文   时间:2020-03-23 20:53:41    阅读次数:109
hadoop-common-2.5.0和springfox-spring-web-2.9.2.jar,springfox-schema-2.9.2.jar冲突解决
spring boot 项目想要连接hive库的时候 需要导入两个jar包hadoop-common-2.5.1.jar和hive-jdbc-1.2.1 在导入的之后原来的项目启动报错具体如下 org.springframework.beans.factory.UnsatisfiedDependen ...
分类:编程语言   时间:2020-03-20 10:54:27    阅读次数:222
另一种使用SAP SAT事务码对通过浏览器启动的应用的性能测量和分析方式
We have several questions regarding the trace functionality in parallel session. Would you please kindly have a look at them when you are free? J We s ...
分类:其他好文   时间:2020-02-27 13:29:33    阅读次数:89
13、mybatis一对多resultMap中用collection指定集合的封装规则
一的一方College.java: 多的一方Student.java College的sqlmapper文件配置 <resultMap type="com.pxxy.bean.College" id="collegeMap"> <id column="id" property="id"/> <res ...
分类:其他好文   时间:2020-02-23 16:13:28    阅读次数:392
springboot+mybatis 怎么实现用户角色关联查询
最近在学习springboot+mybatis,过程中也遇到了一些问题,比较显著的就是在mybatis中怎么在查询用户的同时得到用户的角色,话不多说直接上代码。 1.pojo类 public class User implements Serializable { private static fi ...
分类:编程语言   时间:2020-02-21 18:03:25    阅读次数:134
242条   上一页 1 2 3 4 5 ... 25 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!