一、安装 二、使用(文件结构blueprint) 1、__init__.py 注意:a.SQLAlchemy的实例化必须在导入蓝图之前 b.必须导入models.py >储存ORM类 2、models.py a.导入db b.类必须继承db.Model 3、__init__.py中的create_a ...
分类:
数据库 时间:
2019-10-03 01:10:44
阅读次数:
126
HTA - HTML Application APPLICATION Indicates whether the content of the object is an HTML Application (HTA), which is exempt from the security model. ...
分类:
其他好文 时间:
2018-09-28 11:06:03
阅读次数:
737
一个驱动可以作为一个模块动态的加载到内核里,也可以作为内核的一部分静态的编译进内核,而module_init/module_exit的作用就是将驱动以动态的方式将驱动加载到内核。module_init除了初始化加载之外,还有后期释放内存的作用。linuxkernel中有很大一部分代码是设备驱动代码,这..
分类:
其他好文 时间:
2017-08-29 18:56:42
阅读次数:
170
Here is the note for lecture five. There will be several points 1. Training and Testing Both of these are about data. Training is using the data to ge ...
分类:
系统相关 时间:
2017-04-18 22:03:09
阅读次数:
230