码迷,mamicode.com
首页 >  
搜索关键字:curl crypto_set_locking_callback    ( 5041个结果
EGO V2
Original EGO:mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes; cd ~/Library/Developer/Xcode/UserData/FontAndColorThemes; curl -O http://...
分类:其他好文   时间:2014-06-11 23:42:46    阅读次数:345
windows (windows server 2003 64位)开启 curl扩展 (php-5.4.5-Win32-VC9-x86.zip,httpd-2.2.22-win32-x86-no_ssl.msi ,mysql-5.5.27-win32.msi)
(1)在windows下开启curl扩展,php.ini中 extension_dir路径是对的,extension=php_curl.dll前面的分号也去掉了,php加载的php.ini也是对,但是就是没有效果,上网百度,解决了.需要将php目录中的libeay32.dll, ssleay32.d...
分类:数据库   时间:2014-06-11 22:06:15    阅读次数:675
直接通过curl方式取得数据、模拟登陆、POST数据
直接通过curl方式取得数据、模拟登陆、POST数据
分类:其他好文   时间:2014-06-06 17:45:32    阅读次数:219
linux守护进程
#include #include //#include "curl/curl.h"#include "app_curl.h"#include "youtube_package.h"#include "CAutoMail.h"#include #include #include #include #...
分类:系统相关   时间:2014-06-06 06:37:50    阅读次数:474
0527.模态视图的概念以及显示、变换方式介绍
学几个单词   dissolve  [d?'z?lv] vi. 溶解;解散 curl  [k??l]  vi. 卷曲   什么是模态视图?   比如UIAlertView,它就是一个模态视图。对于模态视图和普通视图最主要的区别就是模态视图显示的时候不能对其他视图进行操作。主要用来收集或显示一些信息。   思考:弹出警告框的时候,背景视图变暗不能操作,所以说警告框就是一个模...
分类:其他好文   时间:2014-06-05 11:45:57    阅读次数:230
PHP curl get post通用类
url = $url; $this->ch = curl_init(); $this->type = $type; } //设置发送方式 0 get 1 post public function setType( ...
分类:Web程序   时间:2014-06-04 16:16:05    阅读次数:201
install Django in mac
install Eclipse & Python(pydev) in mac install django in mac $ curl -O https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.10.1.tar.gz $ cd virtualenv-1.10.1/ $ sudo py...
分类:其他好文   时间:2014-06-04 13:05:05    阅读次数:298
Learn ZYNQ (3)
移植android3.3到ZedBoard follow doc:Android移植Guide1.3.pdf follow website: sudo apt-get install git gnupg flex bison gperf build-essential zip curl libc6-...
分类:其他好文   时间:2014-05-30 23:08:44    阅读次数:542
PHP CURL参数详解
PHP CURL参数详解 curl用法:cookie及post一、cookie用法二、post用法特别要注意:post的数据要经过urlencode编码1 comment January 9th, 2006PHP4用户手册:函数->CURL->curl_setoptcurl_setopt(PHP 4...
分类:Web程序   时间:2014-05-30 16:39:38    阅读次数:291
网络调试
一、数据收发:服务器端:netcat, nc -l -p port客户端:telnet二、基于HTTP协议:客户端:curl(可查看http header)、wget(完整的HTTP header和body)在wget一些网页时,会遇到http request send, response: no ...
分类:其他好文   时间:2014-05-30 00:56:47    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!