1.安装vim编辑器sudo apt-get install vim vim-gnome。vim有vim(vim-basic),vim-tiny,vim-gnome(gvim)等多个版本,安装ubuntu时会默认安装vim-tiny,但这只是一个精简版本,功能很有限,所以要安装vim和vim-gno...
分类:
系统相关 时间:
2014-11-02 01:56:29
阅读次数:
230
使用curl 访问基于Authorization Basic认证页面,这是成功的代码function postJsonData($json){ $ch = curl_init("http://localhost/issues.json"); curl_setopt($ch, CURLOP...
分类:
Web程序 时间:
2014-11-01 20:28:18
阅读次数:
183
Overview and basic usage Mapping Initialization Create/Update/Delete Querying Faceting Highlighting More like this Spell checking Stats Field collapsi...
分类:
Web程序 时间:
2014-10-31 22:04:35
阅读次数:
214
QStringQString的一些基本用法basic.cpp#include int main(void){ QTextStream out(stdout); QString a = "love"; a.append(" chess"); a.prepend("I ")...
分类:
其他好文 时间:
2014-10-30 20:33:04
阅读次数:
259
IntroductionApart from this help page, all URIs will serve only resources of typeapplication/json, and will require HTTP basic authentication (using t...
分类:
Windows程序 时间:
2014-10-30 11:00:14
阅读次数:
1042
Mat OpenCV C++ n-dimensional dense array class The class Mat represents an n-dimensional dense numerical single-channel or multi-channel array. It can...
分类:
其他好文 时间:
2014-10-29 10:42:31
阅读次数:
287
DataType A primitive OpenCV data type is one of unsigned char, bool,signed char, unsigned short, signed short, int, float, double, or a tuple of value...
分类:
其他好文 时间:
2014-10-28 21:34:09
阅读次数:
369
和JSswitch的语法一样?Switch Statements and the Ternary Operator are alternatives to if-else control structures for making decisions. The basic structure of ...
分类:
其他好文 时间:
2014-10-28 15:31:00
阅读次数:
286
Warning: require(D:\Apache2.2\htdocs\yii2\basic\web/../vendor/autoload.php): failed to open stream: No such file or directory in D:\Apache2.2\htdocs\y...
分类:
其他好文 时间:
2014-10-28 15:08:47
阅读次数:
263
TasksA task is a logical representation of an execution environment. Tasks are usedin order to divide system resources between each running program. E...
分类:
系统相关 时间:
2014-10-28 13:35:52
阅读次数:
211