1,01.zipCalling Stored Procedures调用存储过程(8KB)2,02.zipCreate Access data source name dynamically动态创建Access的数据源名(5KB)3,03.zipUsing DAO to read data sources other than MS Acc ess使用DAO读MS Access以外的数据源(6KB)4,04.zipHow to use RecordSets without using the A
ptypes库源码和手册 PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data types along with portable thread and sy
Beginning Cryptography with Java While cryptography can still be a controversial topic in the programming community, Java has weathered that storm and provides a rich set of APIs that allow you, the developer, to effectively include cryptography in
随书源码 PART ONE Preliminaries 1 1 An Overview of ANSI C 1.1 What is C? 1.2 The structure of a C program 1.3 Variables,values ,and types 1.4 Expressions 1.5 Statements 1.6 Functions 2 Data Types in C 2.1 Enumeration types 2.2 Data and memory 2.3 Pointe
redis的源码,如果需要,请您拿走。Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps。
1,01.zip3D Text显示3D文字(6KB)2,02.zipA button within a button按纽中的按纽(13KB)3,03.zipFlat Owner Drawn Buttons浮动的自画按纽(13KB)4,04.zipFlat-look Buttons 浮动的工具条按纽(6KB)5,05.zipShowing disabled combo text in blackComboBox的只读属性(5KB)6,06.zipCombobox Color Picker 选择颜色
说明
这个仓库保存的是学习《 Python Web TDD:测试驱动开发》时的代码,最终形成的界面如下所示:
部署方法
已经编写好的了自动部署脚本,下载了deploy_tools文件夹,然后执行命令: fab deploy:host=watchwatch0.top:21 ,确保fab已经安装,用户名和域名以及端口号对应上,可以实现自动部署。
相关命令记录
python manage.py test lists ,这是运行列表的单元测试
python manage.py test accounts