码迷,mamicode.com
首页 >  
搜索关键字:attributes    ( 887个结果
HTML参考手册(2)——HTML 标准属性
HTML 标签拥有属性。每个标签的特殊属性均被列于每个标签描述之下。这里列出的属性是通用于每个标签的核心属性和语言属性(有个别例外):核心属性 (Core Attributes)以下标签不提供下面的属性:base、head、html、meta、param、script、style 以及 title ...
分类:Web程序   时间:2014-07-24 17:19:36    阅读次数:257
Attribute-based identification schemes for objects in internet of things
Methods and arrangements for object identification. An identification request is received from different objects of a network. Attributes and values o...
分类:Web程序   时间:2014-07-23 22:19:07    阅读次数:354
管道(Pipe)/createPipe
BOOL CreatePipe(PHANDLE hReadPipe, // 指向读句柄的指针 PHANDLE hWritePipe, // 指向写句柄的指针 LPSECURITY_ATTRIBUTES lpPipeAttributes, // 指向安全属性的指针 DWORD nSize // 管道大...
分类:其他好文   时间:2014-07-23 15:46:29    阅读次数:200
tika获取压缩文件内容
package com.wangchao.tika.sax; import org.xml.sax.Attributes; import org.xml.sax.SAXException; import org.xml.sax.helpers.DefaultHandler; public class MyHandler extends DefaultHandler { ?? ?@Ov...
分类:其他好文   时间:2014-07-23 00:32:57    阅读次数:275
win32 多线程 (五)Event
Event是内核对象,他可以分为自动和手动两种模式。HANDLE CreateEvent( LPSECURITY_ATTRIBUTES lpEventAttributes,BOOL bManualReset,BOOL bInitialState,LPCTSTR lpName); 参数lpEventA...
分类:编程语言   时间:2014-07-22 00:12:36    阅读次数:220
远程创建线程注入DLL
HANDLE WINAPI CreateRemoteThread(__in HANDLE hProcess,__in LPSECURITY_ATTRIBUTES lpThreadAttributes,__in SIZE_T dwStackSize,__in LPTHREAD_STAR...
分类:编程语言   时间:2014-07-20 21:31:14    阅读次数:355
iOS 修改toolbar里面文字的字体和大小
使用NSDictionaty来设置文本的属性: NSDictionary * attributes = @{NSFontAttributeName: [UIFont fontWithName:@"Heiti SC" size:20]}; [confirmBarButton setTitleTextAttributes:attributes forState:UIControlStateN...
分类:移动开发   时间:2014-07-19 08:06:31    阅读次数:257
Javascript RegExp对象---获取url中某一个参数的值
RegExp 对象RegExp 对象表示正则表达式,它是对字符串执行模式匹配的强大工具。直接量语法/pattern/attributes实例:window.location.href:http://localhost:8100/aspx/main/ServiceCenter_list.aspx?ca...
分类:编程语言   时间:2014-07-18 15:05:11    阅读次数:212
Basic4android中使用透明按钮
#Region Project Attributes #ApplicationLabel: B4ATransparentButton #VersionCode: 1 #VersionName: 'SupportedOrientations possible values: unspecifie...
分类:移动开发   时间:2014-07-17 18:24:46    阅读次数:326
max文件属性设置,
之前一直都没找到 用到的时候就是用net 弄了。哎。还在开发东西都是在9上面,这次脚本必须在 max8 上面 逼的我找到了他getFileAttribute setFileAttribute Get and set the attributes associated with a file. ...
分类:其他好文   时间:2014-07-14 20:20:26    阅读次数:192
887条   上一页 1 ... 82 83 84 85 86 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!