码迷,mamicode.com
首页 >  
搜索关键字:type jint    ( 51998个结果
ASP + ACCESS保存图片文件之实现
con.execute "CREATE tblImg (lngId COUNTER PRIMARY KEY, binImg IMAGE)"set ads=createobject("adodb.stream")ads.type=1ads.mode=3ads.openads.loadFromFile ...
分类:数据库   时间:2014-05-08 19:26:02    阅读次数:376
Oracle查询数据库中的所有表
SELECT A.TABLE_NAME 表英文名, A.TAB_COMMENTS 表中文名, A.COLUMN_ID 序号, A.COLUMN_NAME 英文名, A.COMMENTS 中文名, B.PRIMARY_KEY 主键, substr(A.DATA_TYPE,1,instr(A.DATA_...
分类:数据库   时间:2014-05-08 19:25:11    阅读次数:415
use magento default datepicker plugin in your project
js_csscalendar/calendar-win2k-1.csscan_load_calendar_js--> jscalendar/calendar.jscan_load_calendar_js--> jscalendar/lang/calendar-en.jscan_load_calend...
分类:其他好文   时间:2014-05-08 13:26:29    阅读次数:258
《C++ Primer Plus 第六版》读书笔记
CH1-3:处理数据 1 列表初始化 char c={31325};不允许缩窄 char c={66}; char c={x};不能为变量 2 强制类型转换 (typename) value typename (value) static_cast (value) 更加严格 CH4:复合类型 1 s...
分类:编程语言   时间:2014-05-08 11:56:13    阅读次数:377
Explain的type, where 和 order by 组合是索引的选择
Explain的type显示的是访问类型,是较为重要的一个指标,结果值从好到坏依次是:system > const > eq_ref > ref > fulltext > ref_or_null > index_merge > unique_subquery > index_subquery > r...
分类:其他好文   时间:2014-05-07 21:26:56    阅读次数:282
ptr_fun学习笔记
ptr_fun是将一个普通的函数适配成一个functor,添加上argument type和result type等类型, 其实现如下(例子里面是binary_function,unary_function同理):C++代码templateinlinepointer_to_binary_functi...
分类:其他好文   时间:2014-05-07 20:33:56    阅读次数:393
hive的union问题
内容来源:http://blog.csdn.net/azhao_dn/article/details/6921429在hive上执行查询:select count(*) from user_active_vv_20110801_31 where active_type_3>0 UNION ALL s...
分类:其他好文   时间:2014-05-07 20:26:30    阅读次数:460
meta program (1) swap_iter
开始学习模板元编程了 #include #include #include #include #include "boost/assign/list_of.hpp" #include "boost/type_traits/is_const.hpp" #include "boost/type_traits/is_reference.hpp" #include "boost/type_tr...
分类:其他好文   时间:2014-05-07 16:32:27    阅读次数:358
rman多通道全备份脚本
?? run{ allocate channel d1 type disk; allocate channel d2 type disk; allocate channel d3 type disk; allocate channel d4 type disk; allocate channel d5 type disk; allocate channel d6 type disk;...
分类:其他好文   时间:2014-05-07 15:45:24    阅读次数:347
jQuery extend函数详解
一 jQuery的扩展方法原型是$.extend(dest,src1,src2,src3);含义是将src1,src2,src3合并到dest中,返回值为合并后的dest,该方法合并后,dest的结构被修改.结果:Object { type="person", name="lisi", age=.....
分类:Web程序   时间:2014-05-07 14:26:24    阅读次数:358
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!