###简介## ??ctags(Generate tag files for source code)是 vim下方便代码阅读的工具。尽管 ctags 也可以支持其它编辑器,但是它正式支持的只有 vim。并且 vim 中已经默认安装了Ctags,它可以帮助程序员很容易...
分类:
系统相关 时间:
2014-09-19 15:48:25
阅读次数:
354
Eclipse可以自动生成getter和setter,constructor。菜单 - Source,有Generate Getters and Setter,Generate Constructor using Fields,只要勾选上,点击OK,就能生成对应的代码。还可以添加一些注释。但是Jav...
分类:
系统相关 时间:
2014-09-19 13:36:25
阅读次数:
382
Working with Latex under EmacsWorking with Latex under EmacsTable of Contents1. When things go wrong running C-c C-c to generate *.bbl from *.bib.2. T...
分类:
其他好文 时间:
2014-09-19 09:58:05
阅读次数:
215
使用PowerDesigner设计建造MySQL数据库
一、使用PowerDesigner制作建库脚本
1、设计CDM(Conceptual Data Model)
2、选择 Tools -> Generate Physical Data Model ,选择对应的DBMS为MySQL,生成PDM
3、选择 Database -> Generate Database ,在弹出的 Data...
分类:
数据库 时间:
2014-09-18 18:56:54
阅读次数:
220
代码][JavaScript]代码 $(document).ready(function() { // Generate the clips. In this case I'm using 5 (or 25 pieces) (genClips = function() { ...
分类:
Web程序 时间:
2014-09-17 18:26:12
阅读次数:
819
今后的stl算法部分就不贴cpluplus的原文了,简要的介绍为主。
generate原型:
std::generate
template
void generate (ForwardIterator first, ForwardIterator last, Generator gen);
该函数是使用gen函数产生的值填充范围内元素的值。
其行为类似如...
分类:
其他好文 时间:
2014-09-13 15:58:05
阅读次数:
210
mvn archetype:generate 1 2 3 4 local 5 6 jdbc:oracle:thin:@localhost:1...
分类:
其他好文 时间:
2014-09-12 23:17:44
阅读次数:
314
举个例子:import csvimport ospath='/tmp/'file='test.csv'def generate_csv(path,file): if not os.path.exists(path): os.mkdir(path) files=os.path...
分类:
编程语言 时间:
2014-09-12 16:51:53
阅读次数:
235
Picked Lamport scheme to generate SCNs...
分类:
其他好文 时间:
2014-09-12 11:59:03
阅读次数:
122
Given n, generate all structurally unique BST's (binary search trees) that store values 1...n.
For example,
Given n = 3, your program should return all 5 unique BST's shown below.
1 3...
分类:
其他好文 时间:
2014-09-09 12:31:39
阅读次数:
143