浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

#coding:utf-8
require 'rubygems'
require 'active_record'

ActiveRecord::Base.establish_connection(
:adapter=> "jdbcmysql",
:host => "10.10.243.182",
:database=> "pop_cis",
:username => "root",
:password => "123"
)

class OP < ActiveRecord::Base
  self.table_name="opponent_product"
end

op=OP.last
print op.id

posted on 2012-02-21 11:45  lexus  阅读(176)  评论(0编辑  收藏  举报