码迷,mamicode.com
首页 >  
搜索关键字:art    ( 45817个结果
mybatis中one2many
上一章讲了many2one,接下来看看单向的one2many,请注意,下面的代码只做演示,不推荐在真实项目中使用。通过这个例子,也能更深刻的理解到在使用mybatiis的时候,应该更加谨慎的设计对象。首先创建对象:publicclassEmployee{ privateLongid; priva.....
分类:其他好文   时间:2014-07-10 09:58:07    阅读次数:184
CSS3盒模型display:box详解
display:box;box-flex是css3新添加的盒子模型属性,它的出现可以解决我们通过N多结构、css实现的布局方式。经典的一个布局应用就是布局的垂直等高、水平均分、按比例划分。目前box-flex属性还没有得到firefox、Opera、chrome浏览器的完全支持,但可以使用它们的私有...
分类:Web程序   时间:2014-07-10 09:56:16    阅读次数:238
c# 创建快捷方式
选择 COM 选项卡并选择 Windows Script Host Object ModelCode:WshShell shell = new WshShell();IWshShortcut shortcut = (IWshShortcut)shell.CreateShortcut("C:\\Pro...
分类:其他好文   时间:2014-07-10 09:55:36    阅读次数:237
Computer Vision: OpenCV, Feature Tracking, and Beyond--From <<Make Things See>> by Greg
In the 1960s, the legendaryStanford artificial intelligence pioneer, John McCarthy, famously gave agraduate student the job of “solving” computer visi...
分类:其他好文   时间:2014-07-10 00:59:27    阅读次数:249
Irrlicht Linux compilation
Irrlicht 0.1引擎源码分析与研究(一) http://blog.csdn.net/wudijunjun/article/details/6376502http://baike.baidu.com/view/623466.htm?fr=aladdinhttp://blog.csdn.net/...
分类:系统相关   时间:2014-07-10 00:53:43    阅读次数:783
collection映射
讲了many2one和one2many,下面来看看get方法。在之前已经说过,如果是映射单对象,直接使用association来映射。而如果关系 是一个集合,则需要使用collection来描述。和association一样,mybatis不会去管关系是many2many还是 one2many。同理...
分类:其他好文   时间:2014-07-10 00:52:27    阅读次数:331
Ubuntu安装Mysql+Django+MySQLdb
Ubuntu开发环境配置
分类:数据库   时间:2014-07-10 00:41:54    阅读次数:334
计算文件夹大小、拷贝文件显示进度
计算文件夹大小(get-childitem -path $folder -recurse| measure-object -property length -sum).sum/1mb#拷贝文件提示进度(脚本只对零散文件有效,如果有大型文件的话,进度显示不正确)$folder = "D:\Temp_d...
分类:其他好文   时间:2014-07-10 00:34:36    阅读次数:392
jenkins在linux下使用时使用的jenkins默认创建的用户
jenkins在linux下使用时使用的jenkins默认创建的用户
分类:系统相关   时间:2014-07-10 00:33:08    阅读次数:365
QEMU Networking
QEMU Networking QEMU has a number of really nice ways to set up networking for its guests. It can be a little bewildering to figure out how each of th...
分类:Web程序   时间:2014-07-10 00:32:27    阅读次数:499
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!