光辉飞翔

导航

 

2012年11月2日

摘要: @OneToMany(fetch = FetchType.EAGER, targetEntity = DocConstraint.class, cascade={CascadeType.REMOVE}, mappedBy = "docid")public List<DocConstraint> getConstraintList() {return constraintList;}public void setConstraintList(List<DocConstraint> constraintList) {this.constraintList 阅读全文
posted @ 2012-11-02 14:42 光辉飞翔 阅读(407) 评论(0) 推荐(0)
 
摘要: public void updateProcessHistoryStatus(String className, Long id, Integer status) {final String hql = "UPDATE ProcessHistory SET flowStatus = :status WHERE instanceType=:instanceType and instancePk = :instancePk";this.getSession().createQuery(hql).setInteger("status", status).set 阅读全文
posted @ 2012-11-02 14:37 光辉飞翔 阅读(746) 评论(0) 推荐(0)
 
摘要: 全球化支持字符集:决定了数据库所支持的语言标准注:数据库中存储的字符语言与OS无关2字符集命令语言 位数 编码US 7 ASCIIZHS 16 GBKaL 32 utf8 (alL指所有语言)3编码1字节7位于 US7 ASCII8位 ISO-8859-1或WE8 ISO 8859P12宽度可变多字节AL32UTF8ZHS16CGB23123宽度固定的多字节(通常用于国家字符集)AL 16 UTF16ORACLE对汉字编码的支持版本 支持的字符集 默认的字符集ORACLE 7.3 ZHS16C/GB231280 zhs16gbkORACLE 8,8I,9I,10G,11G zhs16cgb23 阅读全文
posted @ 2012-11-02 13:48 光辉飞翔 阅读(321) 评论(0) 推荐(0)
 
摘要: 07word ------>pdfdownload address:http://www.microsoft.com/zh-cn/download/confirmation.aspx?id=7file name: SaveAsPDFandXPS.exe---------------------------------------------------------------------------打开Word2007文档,单击左上角的office按钮,选择“另存为”,如果没有安装加载项,可以去http://www.microsoft.com/downloads/details.aspx 阅读全文
posted @ 2012-11-02 11:48 光辉飞翔 阅读(1114) 评论(0) 推荐(0)
 
摘要: 方法:1.把lib/dbvis.jar里面的这个文件dbvis.puk替换掉(用WinRAR打开dbvis.jar即可替换)2.Help->License Key 导入dbvis.license文件:DbVisualizer8.0.1-crack.zip====================http://www.r-base.net/archives/634 阅读全文
posted @ 2012-11-02 10:04 光辉飞翔 阅读(808) 评论(0) 推荐(0)
 
摘要: DbVisualizer 8 解决中文乱码问题 (2012-03-10 20:23)标签: 中文 8 分类: glassfish在SQL Commander中,sql语句中如果有中文,显示是‘口口口’。解决办法如下:在Tools->tool Properties->General->Appearance->Fonts->SQL Editor选择PMingLiU,同时把Grid也选择PMingLiU就可以了。如上配置以后,中文就可以正常显示了。 阅读全文
posted @ 2012-11-02 09:38 光辉飞翔 阅读(682) 评论(0) 推荐(0)