Keras 安装 | TensorFlow|  project ("rtsp") 该命令会查找指定目录下的所有源文件,然后将结果存进指定变量名。 #aux_source_directory(<dir> <variable ...
分类:
其他好文 时间:
2020-06-25 10:10:46
阅读次数:
50
重点: 以partner 的api接口为例: # Copyright 2018 ACSONE SA/NV # License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). from odoo.addons.base_rest.compon ...
分类:
其他好文 时间:
2020-06-25 10:00:49
阅读次数:
85
placeholder { 文本框输入内容提示 } 可以描述文本框期待用户输入何种内容 required { 必填项 } 规定文本框填写内容不能为空,否则不允许用户提交表单 pattern { 验证规则,正则表达式 } 用户输入的内容必须符合正则表达式所指的规则,否则就不能提交表单 ...
分类:
其他好文 时间:
2020-06-24 21:28:52
阅读次数:
61
今天早上系统突然挂掉,查看数据库发现数据库内存使用完了,然后看trace日志发现: os thread scheduling delay history: (sampling every 1.000000 secs) 0.000000 secs at [ 08:58:05 ] NOTE: sched ...
分类:
系统相关 时间:
2020-06-24 19:29:27
阅读次数:
122
这个包已经很老了尽量不要用,不过有些包依赖它,要编译工具, 会提示error: Microsoft Visual C++ 14.0 is required,缺少 Microsoft Visual C++ 14.0 或 Windows Kits\10\include\10.0.18362.0\ucrt ...
线程统一取消模型的基本方法和跨线程访问UI的常用套路。最后简介桌面程序BackgroundWorker组件的使用,助你更方便实现跨线程访问UI的需求 知识需要不断积累、总结和沉淀,思考和写作是成长的催化剂,输出倒逼输入 内容目录 一、线程统一取消模型1、取消令牌2、可以中断的线程1、设计一个中断函数 ...
分类:
编程语言 时间:
2020-06-24 10:26:49
阅读次数:
72
原创 Linux操作系统 作者:wisdomone1 时间:2010-02-28 13:27:24 2690 0 When you rename one or more datafiles in the primary database, the change is not propagated t ...
分类:
数据库 时间:
2020-06-23 18:59:46
阅读次数:
54
script script is the only required keyword that a job needs. It's a shell script which is executed by the Runner. For example: job: script: "bundle ex ...
分类:
其他好文 时间:
2020-06-23 18:56:37
阅读次数:
111
问题出现在pyhon 3.8.3安装模块的场景下pip install XXX,出现以下错误: error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://vis ...
分类:
编程语言 时间:
2020-06-22 13:19:48
阅读次数:
69