一、译文 翻译来自官方文档:Locking Reads If you query data and then insert or update related data within the same transaction, the regular SELECT statement does no ...
分类:
数据库 时间:
2019-05-31 16:22:29
阅读次数:
145
These symbols related to interrupt management were introduced in this chapter: Calls that register and unregister an interrupt handler. dev_name为显示在/p ...
分类:
系统相关 时间:
2019-05-23 16:36:46
阅读次数:
119
Tutorial on Losses in Convolutional Neural Networks Abstract 1. Introduction 2.Related Work 3. Cross-Entropy Loss The Cross-Entropy Loss is actually t ...
分类:
Web程序 时间:
2019-05-17 18:16:15
阅读次数:
158
A struct, or structure, is a custom data type that lets you name and package together multiple related values that make up a meaningful group. Definin ...
分类:
其他好文 时间:
2019-05-13 14:41:26
阅读次数:
121
一、概述 一般问题:系统内部经常会出现多个类互相耦合,形成网状结构。任意一个类发生改变,所有调用者也会受到影响,造成阅读和维护困难。 核心方案:用一个中介对象来封装多个耦合对象的交互,使各对象不需要显示地互相调用,从而使其耦合松散。 设计意图:调停者是对系统内部运转的协调,是从架构设计之初就应该考虑 ...
分类:
其他好文 时间:
2019-05-10 15:04:50
阅读次数:
92
nginx + uwsgi 部署 Django+Vue项目 windows 本地 DNS 解析 文件路径 C:\Windows\System32\drivers\etc 1. 单机本地测试运行方式,调用django第三方的wsgifef单机模块,性能很低 python3 manage.py runs ...
分类:
其他好文 时间:
2019-04-29 21:15:57
阅读次数:
281
1.前言 2.概念 3.一对多 正向查询(按字段) 反向查询(按表名) 4.多对多 正向查询(按字段) 反向查询(按表名) 注意:在ForeignKey()和ManyToManyField()可以设置related_name的值来赋值FOO_set 5.基于双下划线的查询 一对多 多对多 6.分组查 ...
分类:
其他好文 时间:
2019-04-25 21:29:03
阅读次数:
197
把下面内容放到.bashrc中,或者直接执行也行。 export OS_USERNAME=adminexport OS_PASSWORD=admin #根据实际密码来设 export OS_PROJECT_NAME=adminexport OS_AUTH_URL=http://localhost:3 ...
分类:
其他好文 时间:
2019-04-24 17:25:03
阅读次数:
153
这个页面将会对你在进行 Confluence 升级的时候超过了当前许可证的期限进行升级的情况。 许可证警告 在升级的过程中,你将会在 Confluence 的应用程序日志(log file)中看到类似下面的错误提示信息。 Related pages: Upgrading Beyond Current ...
分类:
其他好文 时间:
2019-04-20 14:30:04
阅读次数:
169