font-variant 属性设置小型大写字母的字体显示文本,这意味着所有的小写字母均会被转换为大写,但是所有使用小型大写字体的字母与其余文本相比,其字体尺寸更小 ...
分类:
Web程序 时间:
2016-04-18 11:35:20
阅读次数:
177
1、 参考资料: http://blog.csdn.net/sgzwiz/article/details/7363887 里面是这样使用的: 将 VC里面的 VARIANT直接当成 object,然后处理的时候 当做 数组,类似 : (1)、 (2)、 ZC: 个人感觉,不太对,但是 有些启发:直接 ...
分类:
其他好文 时间:
2016-04-15 10:36:16
阅读次数:
187
procedure TForm1.Button1Click(Sender: TObject);var FwMgr,Profile,FwApp: variant;begin FwMgr := CreateOLEObject('HNetCfg.FwMgr'); Profile := FwMgr.Loca ...
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
./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
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文字属性:color : #999999; /*文字颜色*/font-family : 宋体,sans-serif; /*文字字体*/font-size : 9pt; /*文字大小*/font-style:itelic; /*文字斜体*/font-variant:small-caps; / ...
分类:
Web程序 时间:
2016-03-24 19:53:19
阅读次数:
319
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
var wordApp, WordDoc, WrdSelection, wrdtable: variant; strAdd: string; wdPar,wdRange:OleVariant; iCol, iRow, I, J: Integer; begin try wordApp := Creat
procedure TFrmWeekAnalysisQry.BtnExportToExcelClick(Sender: TObject);var wordApp,WordDoc,WrdSelection:variant; strAdd:string; i,j,iRangeEnd,iStart,iEn