码迷,mamicode.com
首页 >  
搜索关键字:related    ( 779个结果
django源码分析----Related继承结构
在django中关联关系大概可以分成many-to-one(foriegnkey)、one-to-one、many-to-many 这三种、它们有如下的类结构 ...
分类:其他好文   时间:2017-04-18 14:19:15    阅读次数:244
实例具体解释Django的 select_related 和 prefetch_related 函数对 QuerySet 查询的优化(二)
这是本系列的第二篇,内容是 prefetch_related() 函数的用途、实现途径、以及用法。 本系列的第一篇在这里 第三篇在这里 3. prefetch_related() 对于多对多字段(ManyToManyField)和一对多字段。能够使用prefetch_related()来进行优化。也 ...
分类:其他好文   时间:2017-04-17 11:04:34    阅读次数:279
关闭所有的选项卡
function removePanel(){ No related content found. No related content found. ...
分类:其他好文   时间:2017-04-16 13:31:38    阅读次数:128
related work
Traditional approaches, e.g., genetic algorithm (GA) [2] and ant colony optimization (ACO) [3], can obtain optimal mapping results, but cost too much ...
分类:其他好文   时间:2017-04-15 18:19:00    阅读次数:100
introduction经典句型
Using our techniques, task set transformation is performed by modifying the parameters related to each vertex in task graphs step by step. Our transfo... ...
分类:其他好文   时间:2017-04-15 09:24:58    阅读次数:182
【译】x86程序员手册16-5.3联合使用段与分页转换
5.3 Combining Segment and Page Translation 联合使用段与分页转换 Figure 5-12 combines Figure 5-2 and Figure 5-9 to summarize both phases of the transformation fr ...
分类:其他好文   时间:2017-04-11 11:23:24    阅读次数:233
coding git push 失败
首先在coding上创建一个项目,添加readme文件。这样才会使用到git pull命令 添加,提交,和远程连接这里就不展示了 在git push前就需要先git pull。 在此之前先关闭git 客户端,打开.git/config 添加 [branch "master"] remote = or ...
分类:其他好文   时间:2017-04-11 09:30:02    阅读次数:156
处于同一域中的两台SQL Server 实例无法连接
处于同一个域中的两台Sql server 实例无法连接,报的错误信息如下: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server ...
分类:数据库   时间:2017-04-10 13:19:25    阅读次数:338
【Spring】详解Spring中Bean的加载
之前写过bean的解析,这篇来讲讲bean的加载,加载要比bean的解析复杂些,该文之前在小编原文中有发表过,要看原文的可以直接点击原文查看,从之前的例子开始,Spring中加载一个bean的方式: 来看看getBean(String name)方法源码, 该getBean(String name) ...
分类:编程语言   时间:2017-04-06 16:31:51    阅读次数:217
EntityFramework 学习 一 Eager Loading
贪婪加载是指查询一个类型实体的时候同时查询与实体关联的类型 通过Include()方法实现 Load multiple levels of related entities: ...
分类:其他好文   时间:2017-03-26 16:03:59    阅读次数:196
779条   上一页 1 ... 40 41 42 43 44 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!