码迷,mamicode.com
首页 >  
搜索关键字:variant    ( 641个结果
CSS 字体font-variant 属性
font-variant 属性设置小型大写字母的字体显示文本,这意味着所有的小写字母均会被转换为大写,但是所有使用小型大写字体的字母与其余文本相比,其字体尺寸更小 ...
分类:Web程序   时间:2016-04-18 11:35:20    阅读次数:177
VARIANT
1、 参考资料: http://blog.csdn.net/sgzwiz/article/details/7363887 里面是这样使用的: 将 VC里面的 VARIANT直接当成 object,然后处理的时候 当做 数组,类似 : (1)、 (2)、 ZC: 个人感觉,不太对,但是 有些启发:直接 ...
分类:其他好文   时间:2016-04-15 10:36:16    阅读次数:187
delphi实现穿XP防火墙
procedure TForm1.Button1Click(Sender: TObject);var FwMgr,Profile,FwApp: variant;begin FwMgr := CreateOLEObject('HNetCfg.FwMgr'); Profile := FwMgr.Loca ...
分类:Windows程序   时间:2016-04-15 02:12:07    阅读次数:260
用CSS3变形创建半圆形导航
http://www.xuanfengge.com/create-a-semicircle-with-css3-variant-navigation.html demo:http://tympanus.net/Tutorials/CircularNavigation/ download:http:/ ...
分类:Web程序   时间:2016-04-11 20:53:18    阅读次数:221
boost编译
./bootstrap.sh./bjam --with-date_time --with-system --with-regex --with-thread --with-filesystem --with-serialization --layout=tagged variant=debug,re ...
分类:其他好文   时间:2016-04-11 12:07:07    阅读次数:161
react programming
So you're curious in learning this new thing called Reactive Programming, particularly its variant comprising of Rx, Bacon.js, RAC, and others. 相信你们在学 ...
分类:其他好文   时间:2016-03-31 14:32:26    阅读次数:235
CSS中的常用属性
一 CSS文字属性:color : #999999; /*文字颜色*/font-family : 宋体,sans-serif; /*文字字体*/font-size : 9pt; /*文字大小*/font-style:itelic; /*文字斜体*/font-variant:small-caps; / ...
分类:Web程序   时间:2016-03-24 19:53:19    阅读次数:319
delphi使用VB的dictionary对象
var Dict:Variant; n,ncount,i:byte; kArr,iArr:array of variant; Ts,Ts2:TStringList; kv,iv,FGF:string; procedure TForm1.Button1Click(Sender: TObject); b
分类:Windows程序   时间:2016-03-08 19:25:01    阅读次数:132
Delphi 操作word 表格
var wordApp, WordDoc, WrdSelection, wrdtable: variant; strAdd: string; wdPar,wdRange:OleVariant; iCol, iRow, I, J: Integer; begin try wordApp := Creat
分类:Windows程序   时间:2016-03-07 10:11:50    阅读次数:216
delphi 数据导出到word
procedure TFrmWeekAnalysisQry.BtnExportToExcelClick(Sender: TObject);var wordApp,WordDoc,WrdSelection:variant; strAdd:string; i,j,iRangeEnd,iStart,iEn
分类:Windows程序   时间:2016-03-04 16:00:22    阅读次数:289
641条   上一页 1 ... 46 47 48 49 50 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!