Python之路,Day19 - Django 进阶 本节内容 自定义template tags 中间件 CRSF 权限管理 分页 Django分页 https://docs.djangoproject.com/en/1.9/topics/pagination/ 自定义template tags h ...
分类:
编程语言 时间:
2016-06-12 10:40:30
阅读次数:
155
title: 我的vim捣鼓之路
tags:
- linux
- vim
- YouCompleteMe
categories:
- linuxcomments: 前言从大二的时候就开始接触Linux了,从而也接触了vi,对的,当时对这些还不太了解,不知道还有个vim,真的觉得入门不简单,网上关于vim对比其他Editor的学习曲线,看了令人生畏。那时...
分类:
系统相关 时间:
2016-06-12 02:05:55
阅读次数:
241
这是2013年写的一篇旧文,放在gegahost.net上面 http://raison.gegahost.net/?p=31 February 19, 2013 function calling convention Filed under: c++ — Tags: C convention, C ...
分类:
其他好文 时间:
2016-06-10 08:31:50
阅读次数:
205
这是2013年写的一篇旧文,放在gegahost.net上面 http://raison.gegahost.net/?p=15 February 15, 2013 How `new’ operator works ? Filed under: c++ — Tags: C++ internal, c+ ...
分类:
其他好文 时间:
2016-06-10 08:31:09
阅读次数:
184
这是2013年写的一篇旧文,放在gegahost.net上面 http://raison.gegahost.net/?p=39 February 20, 2013 casting in C++ Filed under: c++ — Tags: C++ internal, dynamic_cast, ...
分类:
编程语言 时间:
2016-06-10 08:30:53
阅读次数:
262
这是2013年写的一篇旧文,放在gegahost.net上面 http://raison.gegahost.net/?p=28 February 18, 2013 How exception works ? Filed under: c++ — Tags: C++ constructor., C++ ...
分类:
其他好文 时间:
2016-06-10 08:30:29
阅读次数:
175
这是2013年写的一篇旧文,放在gegahost.net上面 http://raison.gegahost.net/?p=21 February 16, 2013 How `delete’ works ? Filed under: c++ — Tags: c++ delete, c++ destru ...
分类:
其他好文 时间:
2016-06-10 08:30:04
阅读次数:
157
这是2013年写的一篇旧文,放在gegahost.net上面 http://raison.gegahost.net/?p=91 March 7, 2013 life of a NPTL pthread Filed under: concurrency,linux,posix — Tags: NPTL ...
分类:
其他好文 时间:
2016-06-10 08:28:16
阅读次数:
201
一、Ctags命令Ctags是vim下方便代码阅读的工具,它可以帮助程序员很容易的浏览代码。先在当前目录建立tags文件创建ctag.h,ctag.c,test.c三个文件1)Ctrl+](右方括号):跳转到函数或变量的定义处2)Ctrl+t:跳转至上级二、Makefile先编写一个简单的进度条,理解一下’\n’。..
分类:
系统相关 时间:
2016-06-03 15:55:50
阅读次数:
299
vim编辑器是一个强大的文本编辑器。对于一个C/C++初学者来说,可以利用vim编写自己喜欢的代码出来。但是习惯于使用windows下的IDE,初次体验vim真的是糟透了,不同于VS的编程习惯,使用起来及其的不方便,编写代码的效率很低很低。在网上有很多网友都有分享自己的vim配置,以下..
分类:
系统相关 时间:
2016-06-01 06:55:43
阅读次数:
196