码迷,mamicode.com
首页 >  
搜索关键字:class    ( 183544个结果
背景透明而字不透明
关于我们| .footer{ position:relative; overflow:hidden;}.ft{ height:75px; background:#ff...
分类:其他好文   时间:2014-06-26 23:57:53    阅读次数:281
JavaScript NodeList和Array
原文:JavaScript NodeList和Array原文引用脚本之家作者:Jeff Wong,谢谢大神提供资源在Web前端编程中,我们通常会通过document.getElementsByTagName或者document.getElementsByClassName的方法取出一组相同标签的do...
分类:编程语言   时间:2014-06-26 23:56:38    阅读次数:403
html中a标签中的onclick和href的使用
下面代码则执行了subgo()函数,点我在这里,javascript:void(0),没启实质上的作用,它仅仅是一个死链接,执行的函数是subgo()。点我与点我区别。实际上 #包含了一个位置信息默认的锚是#top 也就是网页的上端 ,而javascript:void(0) 仅仅表示一个死链接,没有...
分类:Web程序   时间:2014-06-26 23:56:00    阅读次数:328
CSS JavaScript仿天猫侧边网页菜单
破碎锤皮碗所有商品分类 服饰内衣、鞋靴运动 ...
分类:编程语言   时间:2014-06-26 23:55:23    阅读次数:388
PHP获取指定日期的上个月的日期 转
PHP获取指定日期的上个月的日期function last_month_today($time){ $last_month_time = mktime(date("G", $time), date("i", $time), date("s", $time), date("n", $time), .....
分类:Web程序   时间:2014-06-26 23:54:44    阅读次数:324
RapidXml用法
一、写xml 文件#include #include "rapidxml/rapidxml.hpp"#include "rapidxml/rapidxml_utils.hpp"#include "rapidxml/rapidxml_print.hpp"using namespace rapidxml...
分类:Windows程序   时间:2014-06-26 23:51:30    阅读次数:464
Implicit declaration of function 'CC_MD5' is invalid in C99
//导入这个就行了#import //没有导包的时候,提示如下:Implicit declaration of function 'CC_MD5' is invalid in C99CC_MD5( cStr, strlen(cStr),result);
分类:其他好文   时间:2014-06-26 23:50:53    阅读次数:1090
Android 相册图片选取+自定义裁剪方式(非系统裁剪)
不多说,直接上代码(裁剪的代码摘自网络。)(项目可运行)主要是系统自身的剪切方式在有些机型上会程序崩溃的问题。 1 package com.jichun.activity; 2 3 import java.io.FileNotFoundException; 4 5 import com.jich.....
分类:移动开发   时间:2014-06-26 23:49:28    阅读次数:475
missing required architecture x86_64 in file 不支持64位
(null): Ignoring file /Users/xxx/Desktop/IOS-项目源码/ios/Ios(114.215.200.104)/ShareSDK/Extend/QQConnectSDK/TencentOpenAPI.framework/TencentOpenAPI, missi...
分类:其他好文   时间:2014-06-26 23:48:07    阅读次数:1163
Android中的实时(real-time)调度
让sched_setscheduler(SCHED_FIFO)在Android中正常工作。
分类:移动开发   时间:2014-06-26 23:46:51    阅读次数:1009
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!