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
提示未注册,找不到驱动程序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
第一种方法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
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
花了一天的时间,终于把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 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
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-build脚本编译你的app。ndk-gdb脚本不支持使用传统的make ...
分类:
数据库 时间:
2015-11-07 16:17:10
阅读次数:
751
一、制作根文件系统1.下载最新版的 busybox 地址:http://www.busybox.net/downloads/2、编译busybox。先make menuconfig ,修改以下:Busybox Settings --->Build Options --->Build BusyBox ...
分类:
其他好文 时间:
2015-11-07 15:58:55
阅读次数:
267
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