运行make sdk之后在下面的位置卡住 java -cp prebuilts/tools/common/api-generator/api-generator-22.9.2.jar:prebuilts/tools/common/kxml2-tools/kxml2-2.3.0.jar:prebuil ...
分类:
移动开发 时间:
2017-08-16 15:21:10
阅读次数:
283
编译安装 Swoole扩展是按照php标准扩展构建的。使用phpize来生成php编译配置,./configure来做编译配置检测,make进行编译,make install进行安装。 请下载releases版本的swoole,直接从github主干上拉取最新代码可能会编译不过 如果当前用户不是ro ...
分类:
Web程序 时间:
2017-08-15 23:34:48
阅读次数:
1691
首先建立一个新的文件,touch progress_bar.c 运行该vim progress_bar.c命令。写进度条的程序。写进一个进度条程序: #include<stdio.h> #include<unistd.h> #include<string.h> void progress() { i ...
分类:
系统相关 时间:
2017-08-15 19:54:33
阅读次数:
245
1.安装编译代码需要的包: yum list|grep ncurses-devel yum -y install make gcc-c++ cmake bison-devel ncurses-devel 2.下载MySQL 5.6.35 wget https://cdn.mysql.com//Dow ...
分类:
数据库 时间:
2017-08-15 11:21:18
阅读次数:
252
phpize是php的一种构建工具,为PHP扩展准备构建环境,通过phpize可以编译php的扩展源码文件为php扩展模块。 一、安装 phpize工具可以通过安装php-dev包自动集成安装。安装完成后php的bin目录下会有phpize这个命令。 二、使用 举例:在原来编译好的php中加入mem ...
分类:
Web程序 时间:
2017-08-14 23:48:12
阅读次数:
429
#1552 : 缺失的拼图 #1552 : 缺失的拼图 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 小Hi在玩一个拼图游戏。如下图所示,整个拼图是由N块小矩形组成的大矩形。现在小Hi发现其中一块小矩形不见了。给定大矩形以及N-1个小矩形的顶点坐标,你能找出缺失的那块 ...
分类:
其他好文 时间:
2017-08-14 21:28:05
阅读次数:
229
There are N cities in our country, and M one-way roads connecting them. Now Little Tom wants to make several cyclic tours, which satisfy that, each cy ...
分类:
编程语言 时间:
2017-08-14 16:23:46
阅读次数:
180
With语句是什么? Python’s with statement provides a very convenient way of dealing with the situation where you have to do a setup and teardown to make some ...
分类:
编程语言 时间:
2017-08-14 12:46:08
阅读次数:
256
It occurred to me suddenly that I wanted to program the our camera sensor for PC desktop, just like the one purchased from shop, which can make the vi ...
分类:
其他好文 时间:
2017-08-14 12:43:58
阅读次数:
188