码迷,mamicode.com
首页 >  
搜索关键字:actual    ( 535个结果
spring事务源码研读1
转载摘录自:Spring事务源码分析(一)Spring事务入门 有时为了保证一些操作要么都成功,要么都失败,这就需要事务来保证。 传统的jdbc事务如下: 设置Connection连接的自动提交为false,变成我们手动来控制commit时机。一旦操作一执行成功但是操作二执行失败,在捕获的异常中进行 ...
分类:编程语言   时间:2016-11-29 13:39:57    阅读次数:207
leetcode 157. Read N Characters Given Read4 利用read4实现read --------- java
The API: int read4(char *buf) reads 4 characters at a time from a file. The return value is the actual number of characters read. For example, it retu ...
分类:编程语言   时间:2016-11-28 15:26:50    阅读次数:243
mybatis支持属性使用驼峰的命名
在基本的 MyBatis 中,session 工厂可以使用 SqlSessionFactoryBuilder 来创建。而在 MyBatis-spring 中,则使用 SqlSessionFactoryBean 来替代。 typeAliasesPackage属性 该属性可以给包中的类注册别名,注册后可 ...
分类:其他好文   时间:2016-11-20 06:56:02    阅读次数:395
利用matlab摄像机标定
(1)输入图像 “Image names”键 Matlab的图形窗口显示出20幅靶标图像 (2) 提取角点 “Extract grid corners”键。 输入要进行角点提取的靶标图像的编号并回车 分别在“wintx ([] = 5) =”和“winty ([] = 5) =”输入行中输入角点提取 ...
分类:其他好文   时间:2016-11-19 21:03:21    阅读次数:419
mac_snailSVN
作者:潘捷链接:https://www.zhihu.com/question/19705164/answer/119484169来源:知乎著作权归作者所有,转载请联系作者获得授权。 Mac下之前也有类似于“SVN Status”这样的能和Finder集成的软件,但是只能显示SVN状态,并不能进行SV ...
分类:系统相关   时间:2016-11-14 12:19:17    阅读次数:362
processing学习整理---Image
1、Load and Display(加载与显示) Images can be loaded and displayed to the screen at their actual size or any other size. 图像可以按照其实际尺寸或任何其他尺寸加载并显示到屏幕。 图像可以按照其 ...
分类:其他好文   时间:2016-11-10 14:27:12    阅读次数:1083
shared_ptr 线程安全
Then what's really happening is TWO different sections of memory are being allocated. It's done at one time, but it's two "logical" blocks. One is the ...
分类:编程语言   时间:2016-11-08 19:36:58    阅读次数:334
movebase导航
利用turtlebot 的导航配置文件 由于movbase发的速度太不友好了所以使用了ros自带的滤波安装相应的包 我的配置文件 standalone.yaml 我机器人的启动文件 建图的启动文件:gmapping.launch 导航启动文件:tb_demo_amcl.launch tb_move_ ...
分类:其他好文   时间:2016-11-06 22:39:21    阅读次数:469
获取当前月第一天和最后一天
...
分类:其他好文   时间:2016-11-02 20:00:21    阅读次数:264
CImage类使用
前言 CImage类是基于GDI+的,但是这里为什么要讲归于GDI? 主要是基于这样的考虑: 在GDI+环境中,我们可以直接使用GDI+ ,没多少必要再使用CImage类 但是,如果再GDI环境中,我们要想使用GDI+,有点麻烦,还得加入头文件,加入启动GDI+的代码和关闭GDI+的代码,显得太罗嗦 ...
分类:其他好文   时间:2016-10-31 13:51:36    阅读次数:326
535条   上一页 1 ... 39 40 41 42 43 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!