Protobuf 在Ubuntu 14上的编译与使用 经验

$ sudo apt-get install autoconf automake libtool curl $ git clone https://github.com/google/protobuf $

jopen 2016-01-17   22433   0
Ubuntu   Linux   protobuf  

如何用Linux命令行管理网络:11个你必须知道的命令 经验

ping 或是其它的网络诊断工具。 curl & wget 使用 curl 或 wget 命令,不用离开终端就可以下载文件。如你用 curl ,键入 curl -O 后面跟一个文件路径。 wget

jopen 2014-09-15   22722   0
P22

  Cmake实践 文档

权限目录的安装: INSTALL(DIRECTORY dirs... DESTINATION [FILE_PERMISSIONS permissions...][DIRECTORY_PERMISSIONS

bingshan 2011-08-20   6288   0

C编写的轻量级json库:parson 经验

JSON_Array *commits; JSON_Object *commit; size_t i; char curl_command[512]; char cleanup_command[256]; char output_filename[]

jopen 2014-11-25   32515   0
P23

  webkit内核原理 文档

Parser(DOM,Render), Layout,Paint。 WebKit:移植层,主要包含: GUI,File System, Thread,Text,图片编解码等与平台相关的函数。 JavaScriptC

luozhanji 2013-04-02   9160   0

使用varnish + nginx + lua搭建网站的降级系统 经验

这几个脚本在下载的压缩包中有。 修改nginx配置文件 首先,在http域增加 init_by_lua_file 'lua/init.lua'; lua_shared_dict pc_status 1m; lua_shared_dict

jopen 2015-06-09   33777   0

Centos搭建Kong API框架完整教程 经验

bin]# ./cqlsh Traceback (most recent call last): File "./cqlsh.py", line 152, in from cqlshlib

zgvfreirup 2016-03-09   148182   0
API   Cassandra   CentOS  

Elasticsearch 并发修改乐观锁 经验

net//jiao_fuyou/article/details/50482117 版本控制的一个例子 curl -XPOST http://localhost:9200/test/test/1 -d '{"msg":

edph2008 2016-02-11   30235   0

一个简单的PHP Web爬虫:Goutte 经验

fabpot/goutte as a require dependency in your composer.json file: php composer.phar require fabpot/goutte:~2.0

jopen 2014-10-21   70273   0

有哪些不错的命令行HTTP客户端? 资讯

TPie和cURL就非常有价值。 HTTPie HTTPie(发音 aych-tee-tee-pie)是一款开源的命令行HTTP客户端。它是一个命令行界面,便于手工操作的类cURL工具。

mx3y 2015-06-29   13057   0
HTTP  
P5

  RedHat linux AS 5.5+Apache2.2+MYSQL5.1.45+PHP5.3.2配置手记 文档

--enable-disk-cache --enable-mem-cache --enable-file-cache --enable-proxy --enable-ssl --with-ssl=/usr/local/ssl

xiawenhui 2013-10-06   3654   0
Apache   PHP   SQL  
P23

  按功能分类PHP函数 文档

move_uploaded_file ( string filename, string destination ) 将上传的文件移动到新位置 bool is_uploaded_file ( string filename

lsx220 2014-09-05   648   0
PHP开发   PHP  

使用 Bash Shell 处理 JSON 文件 经验

in a JSON file. The program only takes in one argument which is the file path of JSON file that defines

jopen 2015-06-26   66313   0

如何通过Tesseract开源OCR引擎创建Android OCR应用 经验

cd  curl -O https://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.02.tar.gz curl -O http://leptonica

jopen 2014-12-24   39067   0

ELK 维护的一些点 经验

sincedb_path 这样假设下次升级, 就可以从老的服务最后读取的位置开始了 input { file { path => ["/data/logs/*.log"] sincedb_path =>

hepeace 2016-02-16   24120   0

在你的shell生成sparkline图 – Shark 经验

-f qs.awk ' | shark -nr\r Display realtime data. curl -s $data | shark --min=0 --max=32766 -r\r $ ▄▂▃▁█▁▃▁▅▂▄▁

nemb3995 2016-02-05   37271   0

PHP 安装 经验

/configure \ --prefix=/usr/local/php \ --with-config-file-path=/usr/local/php/etc \ --enable-inline-optimization \

open心域 2016-01-21   10256   0

配置一个私有的Docker仓库 经验

auth_basic "registry.localhost"; # auth_basic_user_file /etc/nginx/conf.d/registry.password; # add_header

g6c45w6c0e 2016-03-02   29711   0
Docker   Nginx  

Dockerizing a Node.js web app 经验

would live. In this directory create a package.json file that describes your app and its dependencies:

wfdq7172 2016-02-27   14395   0

理解 PHP 中的 Streams 经验

rget>中的内容是由包装类的语法指定,不同的包装类的语法会有所不同。 PHP默认的包装类是file://,也就是说我们在访问文件系统的时候,其实就是在使用一个stream。我们可以通过下面两种方

jopen 2014-11-11   21818   0
PHP   PHP开发  
1 2 3 4 5 6 7 8 9 10