您正在查看 "默认分类" 分类下的文章
2009/10/05 11:45 P.M.
2009/09/07 03:33 P.M.
<html>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:119px;
top:144px;
width:699px;
height:351px;
z-index:1;
background-color: #000000;
}
.STYLE1 {color: #000066}
-->
</style>
<script language="javascript">
function showDiv(){
document.getElementById("Layer1").style.visibility="visible";
|
2008/12/02 11:51 A.M.
今天mysql出现:Communication failure during handshake. Is there a server running on localhost:3306?
解决办法一,将 Class.forName("org.gjt.mm.mysql.Driver")或Class.forName("com.mysql.jdbc.Driver")互换。
二,更新jdbc驱动。 |
2008/11/19 03:08 P.M.
 Openreports
OpenReports提供基于web的灵活报表解决方案,通过浏览器自动生成动态PDF,XLS,HTMLCSV和Chart报表。利用到的开源技术有Hibernate,Veloctiy,Webwork。
更多Openreports信息
|
2008/11/17 10:35 A.M.
前几天安装了,PPSTREAM后不知咋的IE每次关闭时都出现内存×××不能为读的错误提示框,虽然不影响使用,但也挺烦人的。升级IE7后就没问题了,但觉得没必要,同样也是个烂货,还不如修好的IE6的好。首先我想到的是肯定是注册dll文件是ppstream覆盖了原来的,于是通过在dos下用for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1 指令重新注册了所有的dll文件,果不然,IE关闭正常了。有很多人收内存坏了,现在内存真的那么容易坏啊。 |
|
|