码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
mongoid模糊查询
How to use thelikequery with Mongoid . Basically I wanted something like the familiar SQL query:SELECT * FROM Apps WHERE name LIKE ‘%aaa%’I couldn’t f...
分类:其他好文   时间:2014-06-26 23:58:29    阅读次数:742
背景透明而字不透明
关于我们| .footer{ position:relative; overflow:hidden;}.ft{ height:75px; background:#ff...
分类:其他好文   时间:2014-06-26 23:57:53    阅读次数:281
JS下滑菜单,向下滑出二级导航
石家庄渣浆泵 + 网页菜单类素材一 下滑菜单 折叠菜单 垂直菜单 ...
分类:Web程序   时间:2014-06-26 23:57:12    阅读次数:309
JavaScript NodeList和Array
原文:JavaScript NodeList和Array原文引用脚本之家作者:Jeff Wong,谢谢大神提供资源在Web前端编程中,我们通常会通过document.getElementsByTagName或者document.getElementsByClassName的方法取出一组相同标签的do...
分类:编程语言   时间:2014-06-26 23:56:38    阅读次数:403
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
MySql 分页存储过程
DELIMITER $$ #改动分隔符为 $$DROP PROCEDURE IF EXISTS sp_MvcCommonDataSource$$ #分隔符CREATE PROCEDURE sp_MvcCommonDataSource ( #输入參数 _fields VARCHAR(2000), #要...
分类:数据库   时间:2014-06-26 23:43:36    阅读次数:309
H2数据库使用 详解
H2最完整的资料下载地址:http://download.csdn.net/detail/yixiaoping/5956595H2数据库使用H2数据库介绍常用的开源数据库:H2,Derby,HSQLDB,MySQL,PostgreSQL。其中H2,HSQLDB类似,十分适合作为嵌入式数据库使用,其它...
分类:数据库   时间:2014-06-26 00:53:34    阅读次数:508
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!