码迷,mamicode.com
首页 >  
搜索关键字:ref    ( 31755个结果
【jQuery】 资料
【jQuery】 资料1. 选择器 http://www.w3school.com.cn/jquery/jquery_ref_selectors.asp2. 事件 http://www.w3school.com.cn/jquery/jquery_ref_events.asp3. 效果 http://...
分类:Web程序   时间:2014-12-16 15:01:53    阅读次数:207
【jQuery】 选择器
【jQuery】 选择器资料: w3school http://www.w3school.com.cn/jquery/jquery_ref_selectors.asp1. 标签选择器 :$("P") -- 所有的 P 标签2. Id 选择器 : $("#txtid") -- id = txtid 的...
分类:Web程序   时间:2014-12-16 14:55:59    阅读次数:281
【jQuery】 效果
【jQuery】 效果资料 http://www.w3school.com.cn/jquery/jquery_ref_effects.asp1. 显示隐藏hide();隐藏show(); 显示 toggle(); 隐藏和显示间切换2. 淡入淡出 fadeIn(); 淡入 fadeOut(); 淡出 ...
分类:Web程序   时间:2014-12-16 14:55:02    阅读次数:155
关于typedef void (*funcptr)(void)问题
一、看了一下H.264硬解代码,发现有类似这种方式的定义:typedefvoid(*exec_ref_pic_marking_adaptive_mmco_func)(GstVaapiDecoderH264*decoder,GstVaapiPictureH264*picture,GstH264RefPicMarking*ref_pic_marking);staticconstexec_ref_pic_marking_adaptive_mmco_funcmmco_f..
分类:其他好文   时间:2014-12-15 22:03:11    阅读次数:244
linux route 设定
traceroute [host] 查看到达目标主机路径route -n 查看路由表Destination Gateway Genmask Flags Metric Ref Use Iface0.0.0.0 192.168.137.1 ...
分类:系统相关   时间:2014-12-15 13:39:17    阅读次数:283
vs2010-error LNK1123: failure during conversion to COFF: file invalid or corrupt
在项目上右键->Properties-> configuration Properties->Enable Incremental Linking(设置为No).ref: Linker Tools Error LNK1123
分类:其他好文   时间:2014-12-15 10:19:54    阅读次数:114
What's the difference between <b> and <strong>, <i> and <em> in HTML/XHTML? When should you use each?
ref:http://stackoverflow.com/questions/271743/whats-the-difference-between-b-and-strong-i-and-emThey have thesame effect on normal web browser renderi...
分类:Web程序   时间:2014-12-14 15:47:08    阅读次数:297
Android.Tools.Ant
ant1. ant手册翻译ant手册翻译是一项大工程!!!!!!ant在线手册的链接好不明确。2. ant 支持for循环安装ant-contrib Ref[1.1]. 要在ant的build.xml脚本中支持,参考链接Ref[1.2]。下面的build.xml是遍历txt文件,将每一行进行输出的a...
分类:移动开发   时间:2014-12-14 00:42:48    阅读次数:246
php 变量
php的变量是由zval结构体表示包含zvalue、type、is_ref_gc、refcount_gc构成有八种类型构成boolean、interger、float、string、array、object、resource、nullphp的常量:typedef struct _zend_const...
分类:Web程序   时间:2014-12-13 23:06:57    阅读次数:204
泛型 与 实体类的相互转换
问题:当我强制转换实体类型到泛型的,或者将泛型强制转换为实体类型,会提示无法转换。如下面代码:PersonInfor 为实体类,T为泛型 public int GetPersonMsgW_(ref T pInfo, string imagePath) { //泛型转换为实体类型 ...
分类:其他好文   时间:2014-12-12 18:53:34    阅读次数:633
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!