1、ConvertToUTF8 支持 GBK, BIG5, EUC-KR, EUC-JP, Shift_JIS 等编码的插件 2、Bracket Highlighter 用于匹配括号,引号和html标签。对于很长的代码很有用。安装好之后,不需要设置插件会自动生效 3、DocBlockr DocBlo ...
分类:
其他好文 时间:
2016-11-09 12:24:19
阅读次数:
177
目录 语言无关类 操作系统 智能系统 分布式系统 编译原理 函数式概念 计算机图形学 WEB服务器 版本控制 编辑器 NoSQL PostgreSQL MySQL 管理和监控 项目相关 设计模式 Web 大数据 编程艺术 其它 语言相关类 Android APP AWK C/C++ C# Cloju ...
分类:
其他好文 时间:
2016-11-08 19:50:36
阅读次数:
356
1.安装ruby 和 rails $ rvm use ruby-2.3.0$ gem install rails$ rails --version //run ruby$ irb $ cd workspace$ rails new blog$ rails server //localhost:300 ...
分类:
Web程序 时间:
2016-11-07 07:47:08
阅读次数:
192
编程语言不仅仅面向程序员。如果你是网络工程师、系统管理员、存储管理员或其他基础设施专业人员,知道一种(或两三种)编程语言,都能在工作中派上用场。 软件定义基础设施正在迅速进入数据中心,为了管理这种基础设施,用你自己编写的脚本定义网络或软件定义存储软件,会对工作很大的帮助。 此外,由于更多的企业采用开 ...
分类:
编程语言 时间:
2016-10-31 16:26:02
阅读次数:
208
When looping through dictionaries, the key and corresponding value can be retrieved at the same time using the items() method. >>> >>> knights = {'gal ...
分类:
其他好文 时间:
2016-10-21 13:45:47
阅读次数:
186
题目链接:http://poj.org/problem?id=1847 题意:给了N个交叉口,每个交叉口有自己能转到的交叉口。 注意这里:First number in the i-th line, Ki (0 <= Ki <= N-1), represents the number of rail ...
分类:
其他好文 时间:
2016-08-31 22:34:23
阅读次数:
167
Tram
Time Limit: 1000MS
Memory Limit: 30000K
Total Submissions: 13468
Accepted: 4954
Description
Tram network in Zagreb consists of a number of intersections and rail...
分类:
编程语言 时间:
2016-07-30 22:40:43
阅读次数:
222