码迷,mamicode.com
首页 >  
搜索关键字:variant    ( 641个结果
谈ATL(六)--BSTR和CComBSTR类
在我写的谈ATL(四)--VARIANT和CComVariant中详细分析了VARAINT类型的本质,并详细说明了CComVariant为什么可以完全替代VARAINT的理由,下面我打算把BSTR和CComBSTR也详细的说明一下,不过与VARAINT和CComVariant的关系不同的是,CComVariant是VARAINT的子类,在传递参数时,..
分类:其他好文   时间:2015-12-30 00:33:05    阅读次数:221
css常用属性
1.长度值单位长度:em,ex,pc,px,pt,mm,cm,in。百分比长度:XX%可取正负2.文字控制font:风格 变形 加粗 大小/行高 族科font-faminly:族名font-style:normal/italic/obliquefont-variant:normal/small-ca...
分类:Web程序   时间:2015-12-16 15:28:33    阅读次数:145
epoll
epollepoll - I/O event notification facilityepoll is a variant of poll(2) that can be used either as an edge-triggered or a level-triggered interface ...
分类:其他好文   时间:2015-12-06 17:27:52    阅读次数:172
Delphi使用XmlHttp获取时间
uses ComObj, DateUtils;procedure TForm1.Button1Click(Sender: TObject);var XmlHttp: Variant; datetxt : String; DateLst : TStringList; mon: String; ...
分类:Windows程序   时间:2015-11-26 22:49:44    阅读次数:245
XML基础操作(1)
关键技术CSS 字体属性font 设置或者检索对象中文特性的复合属性font-family 字体名font-size 字体大小font-variant 设置英文大小写转换font-weight 字体粗细font-style 用来指定是否对字体应用斜体风格 颜色和背景属性col...
分类:其他好文   时间:2015-11-16 21:02:19    阅读次数:126
Delphi操作excel说明
打开excel后能真正的退出excelprocedure TForm1.Button1Click(Sender: TObject);var ExcelApp1: Variant;begin try ExcelApp1 := CreateOleObject('Excel.Applicatio...
分类:Windows程序   时间:2015-11-12 09:58:56    阅读次数:276
Ubuntu换源
转自:http://wiki.ubuntu.org.cn/index.php?title=Qref/Source&variant=zh-cn不同的网络状况连接以下源的速度不同, 建议在添加前手动验证以下源的连接速度(ping下就行),选择最快的源可以节省大批下载时间。首先备份源列表:sudo cp ...
分类:系统相关   时间:2015-11-03 12:18:48    阅读次数:404
css样式中常见的属性
一 CSS文字属性: color : #999999; /*文字颜色*/font-family : 宋体,sans-serif; /*文字字体*/font-size : 9pt; /*文字大小*/font-style:itelic; /*文字斜体*/font-variant:small-caps; ...
分类:Web程序   时间:2015-10-30 10:40:05    阅读次数:1271
iOS7 Programming Cookbook--Words
truncate construct rich formatted text attribute variant legend italic render definitely impact explicit variant trick split
分类:移动开发   时间:2015-10-29 18:22:58    阅读次数:153
串口发送二进制数据
串口想要利用Mscomm控件发送任何数据不管是什么类型的都得转换成VARIANT型的变量,顺便提醒一下想要串口发送和接收(好像尤指接收)二进制数据要把那个InputMode设置为1(Binary),0代表的是Text。再有一个vc不管只是vc,而是所有针对于Windows的开发环境而言,只要他是在W...
分类:其他好文   时间:2015-10-29 17:49:13    阅读次数:124
641条   上一页 1 ... 48 49 50 51 52 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!