码迷,mamicode.com
首页 >  
搜索关键字:related    ( 779个结果
ORB-SLAM2
ORB-SLAM2ORB-SLAM2 Introduction Bundle Adjustment PTAM ORB-SLAM Related Work Place Recognition Map Initialization Monocular SLAM System Overview Feature Choice Three ThreadsTracking Local Mapping Loop...
分类:其他好文   时间:2016-04-29 16:31:30    阅读次数:1089
vs2015 安装问题汇总
1. The product version that you are trying to set up is earlier than the version already installed on this computer. Log中报错“Detected related bundle: { ...
分类:其他好文   时间:2016-04-25 22:30:23    阅读次数:311
DjangoORM一对多&多对多操作
简要说明 通过操作对象的方式操作数据库 详细步骤 models.py的结构是: 如果models.py中外键定义没有写 related_name=’student_teacher’, 可以直接用 studentList = teacher.student_teacher.all() 可以改写成: t... ...
分类:其他好文   时间:2016-04-23 10:21:04    阅读次数:206
Net Protocol Related
Data used to deliver through net should be encapsulated. General encapsulation include 4 layer of header, in UNIX, it's: Application Layer (telnet, ft ...
分类:Web程序   时间:2016-04-22 16:02:14    阅读次数:211
django xadmin 插件(2) 列表视图新增一功能列
以默认的related_link为例(即最后一列)。 源码:xadmin.plugins.relate.RelatedMenuPlugin 注解: 1. 重写了ListAdminView的get_list_display方法(控制哪些字段加载)。 2. 此处增加的字段是实际数据模型不存在的字段,否则 ...
分类:其他好文   时间:2016-04-21 18:01:45    阅读次数:873
Rar related CMD
recursively add folder Document to archive: (with all the files) recursively add folders to archive: (with all the files) add path etc to certain file ...
分类:其他好文   时间:2016-04-20 18:04:50    阅读次数:109
Debugging Native Android Platform Code
来自: http://source.android.com/devices/tech/debug/index.html This page contains a summary of useful tools and related commands for debugging, tracing, ...
分类:移动开发   时间:2016-04-18 22:34:39    阅读次数:609
[2016,CVPR] Top-push Video-based Person Re-identification
About the authors Summary Motivation Related work Approach Experiments 文章链接:http://isee.sysu.edu.cn/~zhwshi/Research/PreprintVersion/Top-push%20Video-based%20Person%20Re-identification.pdfAbout the auth...
分类:其他好文   时间:2016-04-17 22:36:46    阅读次数:386
Java Networking Related (Java Examples in a Nutshell 3rd Edition)
Examples to: Use URL class to parse URLs and download the network resources specified by a URL Use URLConnection class to gain more cntrl over the dow ...
分类:编程语言   时间:2016-04-16 10:51:52    阅读次数:164
django xadmin多个model的数据渲染在统一个template中
adminx.py demo 抽象 template 注意: 1. related_form用默认的helper来布局,否则样式不统一。(在get_context中实现) 2. xadmin尽量通过源码来分析问题的解决方案 转载请注明来源:http://www.cnblogs.com/Tommy-Y ...
分类:其他好文   时间:2016-04-14 13:46:11    阅读次数:364
779条   上一页 1 ... 52 53 54 55 56 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!