码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
marsonry(待整理)
1.middleUIView*sv=[UIViewnew];[self.viewaddSubview:sv];[svmas_makeConstraints:^(MASConstraintMaker*make){make.center.equalTo(ws.view);make.size.mas_eq...
分类:其他好文   时间:2015-11-09 15:40:24    阅读次数:264
配置使用EF常见的一些问题及解决方案
提示未注册,找不到驱动程序No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'. Make sure the provider is regist...
分类:其他好文   时间:2015-11-09 15:23:55    阅读次数:314
MongoDB php扩展安装
第一种方法sudo pecl install mongo第二种方法$ tar zxvf mongodb-mongodb-php-driver-.tar.gz$ cd mongodb-mongodb-php-driver-$ phpize$ ./configure$ sudo make install...
分类:数据库   时间:2015-11-09 12:12:24    阅读次数:192
The First Blog
Welcome to my first blog.I amarookie and new comerin the java programming world.And I know that to make any progress we must overcome our own weak poi...
分类:其他好文   时间:2015-11-08 23:55:42    阅读次数:150
linux内核升级(ubuntu12.04从3.13.0升级到3.4.0 )
花了一天的时间,终于把ubuntu12.04 的linux内核版本从3.13.0升级到3.4.0 升级后,系统更加稳定.具体步骤:# wget http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.4.tar.gz# tar zxvf linux-3.4.tar.gz -C /usr/src# cd /usr/src/linux-3.4# make...
分类:系统相关   时间:2015-11-08 19:30:11    阅读次数:193
ubuntu 安装 swoole 和mac 安装swoole 扩展
ubuntu php 安装swoole 比较容易1. 从git下载源码2. 下载pcrehttp://sourceforge.net/projects/pcre/files/pcre/8.36/./configure make &make install3. 进入swoole 源码phpize./c...
分类:系统相关   时间:2015-11-08 14:11:20    阅读次数:348
[LeetCode][JavaScript]Remove Invalid Parentheses
Remove Invalid ParenthesesRemove the minimum number of invalid parentheses in order to make the input string valid. Return all possible results.Note: ...
分类:编程语言   时间:2015-11-08 14:07:26    阅读次数:492
NDK调试之ndk-gdb
NDK包含了一个辅助脚本ndk-gdb使你能够轻松地为你的 由NDK产生的机器码 启动一个调试会话。 要求 想要调试本地层代码,你必须遵循如下的要求: 使用ndk-build脚本编译你的app。ndk-gdb脚本不支持使用传统的make ...
分类:数据库   时间:2015-11-07 16:17:10    阅读次数:751
tiny6410nfs挂载问题
一、制作根文件系统1.下载最新版的 busybox 地址:http://www.busybox.net/downloads/2、编译busybox。先make menuconfig ,修改以下:Busybox Settings --->Build Options --->Build BusyBox ...
分类:其他好文   时间:2015-11-07 15:58:55    阅读次数:267
[LeetCode] Remove Invalid Parentheses 移除非法括号
Remove the minimum number of invalid parentheses in order to make the input string valid. Return all possible results.Note: The input string may conta...
分类:其他好文   时间:2015-11-07 13:35:07    阅读次数:484
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!