- 浏览: 30078 次
- 性别:
- 来自: 杭州
最新评论
-
kisswife:
非常感激,不错
ANTLR3 简介及示例 -
hellojinjie:
呵呵,我用 vmware 安装 xp 主要是解决在ubuntu ...
VMWare 安装后,频繁读写硬盘的解决方法 -
ray_linn:
还不如装visio,想画什么就有什么。
<<Spring Recipes>> Spring 学习笔记: 用 xmind 画的图 2735x2455 pixels -
yschen:
项目中我也用思维导图,很不错; 支持一下。
<<Spring Recipes>> Spring 学习笔记: 用 xmind 画的图 2735x2455 pixels -
alang:
great!
<<Spring Recipes>> Spring 学习笔记: 用 xmind 画的图 2735x2455 pixels
文章列表
Shell Script Introduction
ANTLR3 简介及示例
ANTLR(pronounced
Antler) 是一个语言识别工具,Another
Tool forLanguage Recognition 的缩写。ANTLR由旧金山大学(University of San Francisco)的教授 Terence Parr 开发并维护的,其始于1989年,到了现在过了20多年,一直都是一个很活跃的项目。
ANTLR
一般用于构建
Domain-Specific Languages (DSL)。用户编写好特定语言的语法文件后,ANTLR 会根据
在 ubunut 11.04 下安装 VMWare 7.1.4 后,发现vmware 要比 virtual box 卡,观察硬盘灯一直在闪,心里就感觉很奇怪为什么它一直在读硬盘呢?
观察内存使用发现
jj@hellojinjie:~$ free -m
total used free shared buffers cached
Mem: 1875 1820 55 0 16 1301
-/+ buffers/cache: ...
在 ubuntu 10.10 安装 PostgresQL 9.0.3
从 PostgresQL 官网下载了Postgres 的二进制安装包,安装后,运行 psql 提示错误。
postgres@hellojinjie:/opt/PostgreSQL/9.0$ bin/psql
Password:
psql (9.0.3)
Type "help" for help.
Cannot read termcap database;
using dumb terminal settings.
Aborted
google 到这篇文章 http://www.cn ...
难道这就是传说中的数据库死锁?
mysql> show PROCESSLIST \G
*************************** 1. row ***************************
Id: 1
User: root
Host: localhost:2792
db: stock
Command: Query
Time: 303
State: Waiting for table metadata lock
Info: drop table stockinfo20110315
********** ...
在寻找 opensolaris 的下载地址时,搜集了下开源镜像找点,留存备用
上海交通大学FTP http://ftp.sjtu.edu.cn/
兰大开源社区镜像站 http://mirror.lzu.edu.cn/
北大的ftp ftp://ftp.pku.edu.cn/
北京交通大学 http://mirror.bjtu.edu.cn/cn/
网易镜像 http://mirrors.163.com/
搜狐的镜像 http://mirrors.sohu.com/
中国科学技术大学 http://debian.ustc.edu.cn/
好久没写算法什么的,竟然生疏了,多多练习下。
#!/usr/bin/env python
# coding:utf8
class InsertSort(object):
data = [21, 32, 12, 54, 6, 9, 22, 11, 42, 31]
def sort(self):
for i in range(1, len(self.data)):
for j in range(i, 0, -1):
...
最近发现 xmind 还可以用来做读书笔记,,,哈哈,不错的软件.
可以作 cheat sheet 用,要是忘记了,可以拿来查
在线的地址
http://www.xmind.net/share/_embed/hellojinjie/spring-recipes/
Spring Recipes (Spring 攻略)
图比较大,点击打开后,看会清楚点.