class Person def initialize(name,age=18) @name=name
@age=age @motherland="China" end def talk puts "my name is " ...
分类:
其他好文 时间:
2014-05-01 12:08:53
阅读次数:
297
Java Exception : Fatal Error. Unable to initialize
DatabaseMetaData class.Non SQL Error : Could not load class
com.mysql.jdbc.D在powerdesigner里连接数据库,出现...
分类:
数据库 时间:
2014-04-30 00:20:26
阅读次数:
2116
原因:PowerDesigner生成的约束名字相同 解决办法: 1、改一下约束的名字,双击约束, 在
Integrity 选项卡下面的 constraint name 修改名字。 2、也可以右键错误信息选择:Automatic Correction。
分类:
其他好文 时间:
2014-04-29 17:13:46
阅读次数:
757