1. curl的安装配置:
Linux下的安装:
http://php.net/manual/zh/curl.setup.php
windows下的安装:
开启:
extension=php_curl.dll //注意对应版本的 dll 文件
2. curl 使用步骤
<?php
//1. 初始化
$curl = curl_init();
//2. 配置相关参数信息 c...
分类:
Web程序 时间:
2015-04-28 16:18:06
阅读次数:
171
我经常使用的是手工折叠方式,就是
:set foldmethod=manual
vim常用的折叠命令有:
zf:折叠选定的行
zo:打开折叠
zR:打开所有折叠
zM:关闭所有折叠
zd:删除折叠
我个人最最常用的折叠方法是先将光标移动到左括号或者右括号,然后使用zf%来折叠一段代码有个常见的问题是:你打开了一个文件,做了很多折叠然后关闭文件,再次打开之后这些折叠信息都不见了。
在...
分类:
系统相关 时间:
2015-04-28 02:00:42
阅读次数:
182
Terminalsudo gedit /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf加入 greeter-show-manual-login=truesudo passwd root重启参考
分类:
系统相关 时间:
2015-04-25 21:02:42
阅读次数:
152
1、错误描述
13:50:13 call new_procedure Error Code: 1630. FUNCTION rand.string does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual 0.046 sec
2、错误原因
CREATE DE...
分类:
其他好文 时间:
2015-04-24 21:13:32
阅读次数:
156
aggregate相当于相当于mysql中的group以及一系列的操作官网介绍地址:http://docs.mongodb.org/manual/reference/sql-aggregation-comparison/表达式描述实例$sum总结从集合中的所有文件所定义的值.db.mycol.aggregate([{$group:{_id:"$by_user",num_tutorial:{$sum:"$likes"}}..
分类:
数据库 时间:
2015-04-24 19:24:03
阅读次数:
280
#Makedown 语法手册***转载自 :http://www.bluesdream.com/blog/markdown-cheatsheet-syntax-manual.html###1. Headers 标题: 标题是每篇文章都需要也是最常用的格式,在 Markdown 中,如果一段文字被定义...
分类:
其他好文 时间:
2015-04-23 21:22:41
阅读次数:
113
Since clone DelphiTcsCDPpro/DE150E/Autocom CDP diagnostic system are respected by a large amount of car/trucks owners, mechanics and technicians.Eobd2...
分类:
Windows程序 时间:
2015-04-23 12:51:36
阅读次数:
1526
测试使用agentd监听获取数据。下载http://www.zabbix.com/downloads/2.0.3/zabbix_agents_2.0.3.linux2_6.i386.tar.gzhttp://www.zabbix.com/documentation/2.0/manual/instal...
分类:
其他好文 时间:
2015-04-22 20:17:58
阅读次数:
157
原文地址:http://www.jgroups.org/manual/html/ch01.html#Chapter1.Overview1.1. Channel1.2. Building Blocks1.3. The Protocol StackGroup communication uses the...
分类:
其他好文 时间:
2015-04-20 10:59:03
阅读次数:
141
jQuery API :http://www.w3cschool.cc/manual/jquery/1. jQuery是一个JavaScript函数库。jQuery是一个轻量级的"写的少,做的多"的JavaScript库。jQuery库包含以下功能:HTML 元素选取HTML 元素操作CSS 操作H...
分类:
Web程序 时间:
2015-04-20 00:20:42
阅读次数:
182