- 浏览: 114224 次
- 性别:
- 来自: 杭州
最新评论
-
lb86haha:
DispatcherServlet在web.xml中的配置 -
蜀山客:
我查看源代码,知道了分页的机制:操作结果集,移动指针到指定的第 ...
SqlMapClientImpl -
蜀山客:
最近对分页查询,怎么运用产生了兴趣并遇到了困惑,希望大神帮忙
SqlMapClientImpl -
蜀山客:
public List queryForList(String ...
SqlMapClientImpl -
aoems:
请教博主。上述代码细节上有问题,比如标点,比如新版本中。另外, ...
node.js连接 mysql
文章列表
1.sudo apt-get update
we have the latest sources on our box so that we don’t run into any package-related issues, such as not being able to install some packages.
2. sudo apt-get install build-essential git-core curl
we’re going to install Git (a version control system) and curl which are both ...
This beginner's guide will set up with Ruby 1.9.2, RVM and Rails 3.0.3 and is specifically written for a development environment on Ubuntu 10.10, but will probably work on many other operating systems, including older versions of Ubuntu and Debian. YMMV.
If you're looking for a way to set this up on ...
1,安装jruby
sudo apt-get install jruby1.1
2. 安装RubyGems
sudo apt-get install rubygems1.8
3, 安装rake
sudo jruby -S gem install -y rake
4 安装rails
sudo jruby -S gem install -v=1.2.3 rails
测试:
jruby -S rails foo
5 .
sudo jruby -S gem install -v=0.4 ActiveRecord-JDBC
6
sudo jruby -S gem ...
1.到http://jruby.org 下载jruby-bin-1.6.0.tar.gz
然后运行 tar xvzf jruby-bin-1.6.0.tar.gz
2.复制到/usr/local目录下面:
cp -r jruby-bin-1.6.0 /usr/local/
3.设置path
export PATH=$PATH:/usr/local/jruby-1.6.0/bin
4.测试
jruby -v
class MyLogger
private_class_method : new
@@logger = nil
def MyLogger.create
@@logger = new unless @@ logger
@@logger
end
end
JAVACC:Java Compiler Compiler 是一个用JAVA开发的最受欢迎的语法分析生成器。这个分析生成器工具可以读取上下文无关且有着特殊意义的语法并把它转换成可以识别且匹配该语法的JAVA程序。它还提供JJTree等工具来帮助我们建立语法树。JavaCC plug-in:一个用于辅助JavaCC应用程序开发的Eclipse插件.
1.如下两种方式来安装JAVACC
注意eclipse的版本一定要在3.5以上
a) use this site as an update site in Eclipse :
add http://eclipse-javacc.sourceforge. ...
1.安装ruby,需要配置PATH
安装完后在命令行输入ruby -v, 会显示版本号,表示安装成功
2. 安装rails
简单方法: gem update --system //能上网
gem install rails --include-dependencies
另一种安装固定版本的rails
去官网上下载rails-2.3.2.gem然后在此文件目录下,在命令行里输入gem install rails-2.3.2.gem
然后检查版本号
Rails -v
3.mysql数据库驱动配置
a.首先是 ...
丹麦的哥本哈根,一个诞生软件天才的地方(北欧的其它的城市也同样诞生了好多天才)。20年前,一位天才在这里开发了自己的pascal编译器(后来这个编译器成了turbo pascal的前身),随后这位天才在美国开发出了turbo pascal、delphi、C#这样的重量级产品。快20年后的2003年,同样在丹麦的哥本哈根,历史似乎正要在重演。
然而,如果有人在2003年前看到这个小伙子,也许没人想到他会是天才。他的高中数学成绩考过F,他当过丹麦一个著名游戏网站的记者,他到了21岁才进入哥本哈根商学院读大学本科,他甚至在20岁前没有写过程序。这一切的一切似乎没有任何地方会将他与程序天才挂起钩来。
...
/*
* Copyright 2004 Clinton Begin
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req ...
package com.ibatis.sqlmap.engine.config;
import com.ibatis.common.beans.*;
import com.ibatis.common.resources.*;
import com.ibatis.sqlmap.client.*;
import com.ibatis.sqlmap.client.extensions.*;
import com.ibatis.sqlmap.engine.accessplan.*;
import com.ibatis.sqlmap.engine.cache.*;
import com.ibatis.s ...
package com.ibatis.sqlmap.engine.builder.xml;
import com.ibatis.common.resources.*;
import com.ibatis.sqlmap.engine.config.*;
import javax.sql.DataSource;
import java.util.*;
//杩欐槸涓�釜杞寲绫伙紝鍏呭綋浜嗗崗璋冭�瑙掕壊
public class XmlParserState {
private SqlMapConfiguration config = new SqlMapConfiguration(); ...
/*
* Copyright 2004 Clinton Begin
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req ...
package com.ibatis.sqlmap.engine.builder.xml;
import com.ibatis.common.resources.*;
import com.ibatis.common.xml.*;
import com.ibatis.sqlmap.client.*;
import com.ibatis.sqlmap.engine.config.*;
import com.ibatis.sqlmap.engine.transaction.*;
import com.ibatis.sqlmap.engine.datasource.*;
import com.iba ...
package com.ibatis.common.xml;
import org.w3c.dom.*;
import org.xml.sax.*;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.FactoryConfigurationError;
import javax.xml.parsers.ParserConfigurationException;
import java.io.IOException ...
1.一接到任务就开始Coding的程序员,通常就是加班最多的程序员。
记住:积极工作和勤于思考都要占时间。
2.做管理起码需要能承担责任,这是最基本的素质。
3.你的项目经理职位又没有让给别人做,你拿的经理级工资又没有 ...