备份sqlserver数据库到远程主机脚本mssqlBackup.py:#Name:mssqlBackup.py
#Purpose:
#
#Author:yanglixue
#
#Created:2015/04/01
#-------------------------------------------------------------------------------
importpymssql
importdatetime
importlogging
importtrac..
分类:
数据库 时间:
2015-04-03 19:35:47
阅读次数:
173
1、xdc center focusxdc_center_focus就是用来确定聚焦的点,这个点是在计算聚焦延时时间的一个参考点,也是动态聚焦的起始点。Purpose: Procedure for setting the center point for the focusing. This poi...
分类:
其他好文 时间:
2015-03-30 18:22:34
阅读次数:
207
STM32学习笔记—点亮led灯STM32的I/O口有很多的功能,所以称为GPIO(GENERAL PURPOSE)其中GPIO又分为A,B,C,D,E,F,G不同的组,每个组端口又分为0~15,共16个不同的引脚,不同的芯片引脚数量也不同,所用的学习板为STM32F103RBT6;I/O口的八种模...
分类:
其他好文 时间:
2015-03-29 12:13:54
阅读次数:
178
#define XXX do{ XXX } while(0) 为什么会有这种用法
时常会遇到一个很"奇怪的宏定义", rt.(欧西巴...思考不够深刻啊, 皮鞭, 啪啪啪)
最近又遇到这家伙了,Quora上面Love神回答了这个问题, 我也就顶礼膜拜
http://www.quora.com/What-is-the-purpose-of-using-do-while-0-in...
分类:
其他好文 时间:
2015-03-15 00:51:41
阅读次数:
159
var Item1: TListViewItem;begin Item1 := ListView1.Items.Add; Item1.Purpose:=TListItemPurpose.Header;// Item1.Purpose:=TListItemPurpose.Footer; Item1.t...
分类:
移动开发 时间:
2015-03-13 18:34:25
阅读次数:
620
Windows OS提供了Logon/UAC,用以支持生物识别技术。Biometrics API提供了一系列的API用于接入Biometrics服务,同时用户可以自己开发基于Biometrics API的应用,产生定制化的服务。如,支付、隐私管理、应用权限管理、图像识别等。Purpose Plug-...
1、http://en.cppreference.comWhat is the purpose of this site?Our goal is to provide programmers with a complete online reference for the C and C++ lan...
分类:
编程语言 时间:
2015-03-10 16:43:03
阅读次数:
224
存储程序计算机(The stored program computer)内存存储指令和数据CPU解释指令X86实现(X86 implementation)Registers(寄存器)通用寄存器(General-Purpose Registers)段寄存器(Segment Registers)标志寄存...
分类:
其他好文 时间:
2015-03-07 19:54:03
阅读次数:
101
??
Modeling Comments
注释建模
The most common purpose for which you’ll
use notes is to write down free-form observations, reviews, or explanations. By putting these comments directly in your...
分类:
其他好文 时间:
2015-03-06 09:40:16
阅读次数:
169
以下转换代码摘自维基百科 Wikipedia:/* The purpose of this function is to convert an unsigned binary number to reflected binary Gray code. Th...
分类:
其他好文 时间:
2015-03-05 14:38:54
阅读次数:
171