// sql server数据类型(如:varchar)// 转换为SqlDbType类型public static SqlDbType SqlTypeString2SqlType(string sqlTypeString){SqlDbType dbType = SqlDbType.Variant;...
分类:
数据库 时间:
2014-12-31 14:28:36
阅读次数:
151
www.boost.org下载boost库,解压
打开vs2012的Visual Studio Tools中的VS2012 x86 Native Tools Command Prompt
进入boost库目录执行bootstrap.bat,生成bjam.exe工具
执行bjam toolset=msvc-12.0 variant=debug,release threa...
分类:
其他好文 时间:
2014-12-26 20:20:29
阅读次数:
250
一、服务端在ro里添加函数(在impl上添加阿东connection,adoquery,dataprovider)function TNewService.getdata(const sqlstr: Utf8String): Variant;beginqry1.Close;qry1.SQL.Text...
分类:
移动开发 时间:
2014-12-23 15:17:49
阅读次数:
191
在85. BASIC和LotusScript中的Variant一文中,我提到了BASIC风格的语言中的变体型Variant。由于下述种种原因,在LotusScript中经常要用到变体型。1. 函数的返回类型不能声明为数组,有此需要时只能用变体型。2. 自定义对象的方法不支持重载,需要传入多种类型的参数时只能用变体型。3. 数组变量不能整体赋值,例如从Split()或d...
分类:
其他好文 时间:
2014-12-17 12:56:26
阅读次数:
152
font包含font-style font-variant font-weight font-size/line-height font-family; 在书写font属性时font-style font-variant font-weight 在前,且顺序可以随意排列;font-size/line-height font-family在后,且...
分类:
Web程序 时间:
2014-12-16 22:48:51
阅读次数:
361
MFC标准WEB控件变量:
CExplorer1 m_web;
1. 重载WEB控件方法DocumentComplete:实现消除内嵌网页的滚动条和3D边框
void CWebDlg::DocumentCompleteExplorer1(LPDISPATCH pDisp, VARIANT* URL)
{
// TODO: 在此处添加消息处理程序代码
CComPtr p...
分类:
Web程序 时间:
2014-12-15 12:18:22
阅读次数:
691
Question 1Download the text filehere. (Right click and save link as).The goal of this problem is to implement a variant of the 2-SUM algorithm (covere...
分类:
其他好文 时间:
2014-12-13 21:41:15
阅读次数:
1587
Option ExplicitFunction PY(TT As String) As Variant '自定义函数,目的:把一组汉字变为一组汉字拼音的第一个字母。Dim i%, temp$ PY = "" For i = 1 To Len(TT) temp = Asc(Mid$(TT, i, 1)...
分类:
其他好文 时间:
2014-12-11 12:17:18
阅读次数:
612
原文:http://shumeipai.nxez.com/2014/09/30/raspberry-pi-led-status-detail.html?variant=zh-cnLED亮灯状态LED颜色功能正常状态ACT绿色card status闪烁:SD卡正在活动(类似电脑的硬盘灯)PWR红色po...
分类:
其他好文 时间:
2014-12-11 08:51:51
阅读次数:
2211
VBS基于对象,只能利用现成的对象,不能封装、继承等,意味着不是真正的面向对象语言的学习: 1.数据定义,变量定义,表达式 2.程序控制结构 3.函数,方法,类 4.异常处理VBScript的数据类型 VBScript只用一种数据类型,称为Variant,Variant是一种特殊的数据类型,...
分类:
编程语言 时间:
2014-12-09 12:03:56
阅读次数:
379