`
文章列表
到http://www.sun.com下载./jdk-1_5_0-linux-i586-rpm.bin 的安装包 执行./jdk-1_5_0-linux-i586-rpm.bin 键入 yes 回车安装. 执行完后在当前目录中会存在 jdk-1_5_0-linux-i586-rpm 文件, 你可以用 ls 命令查看. 然后执行rpm -ivh jdk-1_5_0-linux-i586-rpm这样, jdk 默认安装到 /usr 目录中去了, 目录是: /usr/java/jdk1.5.0 添加系统环境变量, 编辑 /etc/profile 文件vi /etc/profile在最后添加以下内容, ...
[2007-07-25 16:35:42] [174 javajni.c] [error] 找不到指定的模块。[2007-07-25 16:35:42] [947 prunsrv.c] [error] Failed creating java C:/Program Files/Java/jdk1.6.0/jre/bin/server/jvm.dll[2007-07-25 16:35:42] [1202 prunsrv.c] [error] ServiceStart returned 1[2007-07-25 16:35:42] [info] Run service finished.[2007- ...
近期,Q3如火如荼,让人愤怒不已,让人反思几件事情 1 人的本性 这点不像说什么,360现任CEO到底在干嘛?一个3721的流氓软件,现在又将别人创建的360变成第二个3721,谁来负责?一个原本服务于大众的东西,现在让大家服务 ...
年 产品 销量 2005 a 700 2005 b 550 2005 c 600 2006 a 340 2006 b 500 2007 a 220 2007 b 350 我要得到 2005 a 700 2006 b 500 2007 b 350 怎么做?select * from tb a where not exists(select * from tb where 年=a.年 and 销量>a.销量) --or: select * from tb a inner join (select 年,max(销量) as 销量 from tb group by 年)b on a.年=b.年 a ...
yahoo邮箱不错,但是一直不支持客户端被广大用户诟病。 为了朋友的yahoo邮箱客户端化,本人一直在寻找解决办法。哈哈哈,今天解决了。 雅虎中文缺省是不提供POP access服务的。需要经过以下的几步来开通POP3邮件服务。 1.登录你的yahoo.com.cn账户邮箱。http://mail.yahoo.com.cn 2.打开 http://edit.my.yahoo.com/config/set_popfwd 什么都别动,直接选“提交”。完成。 3. 在注册一项中选择“是”,然后选择你感兴趣的内容,其它的选项可以根据需要来选择,然后按"完成"按钮。 4. 选择“网上阅 ...
错误信息: IWAV0168E Improper nesting of mark statements in Expression. Tried to pop or endMark to before current mark. Tried to go past Mark# 0. 解决步骤:1.打开一个VE后关闭它,并确定没有VE在打开2.Projects->Clean 选择Clean ALL projects 后点Ok3.等待重新编译完成4.打开VE
document.表单名称.对象名称.属性值 这种方式IE支持 第三方的可能不支持,建议使用 getElementById(), getElementsByName(), and getElementsByTagName() 这几个方 法,需要注意得是getElementsByName()取出得是个数组.网上,我查找了相关得资料,提供出来供 ...
in   query = session.createQuery("FROM TdResult where Dbfname='"+ redf + "' and Recordnum in(select Recordnum from TdResult where "+ keyitem +" and content <> '') group by content order by "+ordf); 转化成 List ls=HibernateSessionFactory.getSession().createQuery(&q ...
HQL:Hibernate Query LanguageHQL被称为面向对象的查询语言,它可以理解如继承、多态和关联之类的概念。与SQL的一个最大的不同点在于,SQL所面向的是数据库中的表、视图、字段、行、键等对象,而HQL所操作的均是对象及对象的属性,它不直接操作数据库对象,所以HQL并不能在任何数据库中执行。在应用程序的执行过程中,Hibernate会要根据对象的映射文件将HQL转换成可以在相应的数据库中执行的SQL语句,然后调用JDBC的接口执行SQL语句,最后根据对象的映射文件将结果封装成对象实例返回。HQL仍然沿用了SQL中的一些关键字,比如:select、from、where等。这些 ...
In this posting, I want to explain how I have made use of AJAX in a Struts application On my current project, I’m building a Struts-based web application with many input forms. Many of these forms contain two or more dependable html select boxes. This means, when you have two dependable boxes, that ...
If you set it in the cnf(it may be my.ini file) you will likely need to restart the server. Optionally, that is a dynamic variable and can be SET GLOBAL or SET SESSION from the command line as well.So just do as follows. mysql>show variables like’max_allowed_packet’; mysql>set global ma ...
If you set it in the cnf(it may be my.ini file) you will likely need to restart the server. Optionally, that is a dynamic variable and can be SET GLOBAL or SET SESSION from the command line as well.So just do as follows. mysql>show variables like’max_allowed_packet’; mysql>set global ma ...
[ 作者:佚名 转贴自:本站原创 更新时间:2006-3-9 文章录入: ] 前几天在安装sql server的时候出现了一个奇怪的现象,当我安装快结束的时候突然一闪就什么都没有了,很高兴以为安装完成了,但是到开始菜单一看根本就没有s ...
  package htmlparser; import org.htmlparser.tags.CompositeTag; public class CnTag extends CompositeTag { private String[] mIds; private String[] mEndTagEnders; public CnTag(String mi, String me) { this.mIds=new String[]{mi}; this.mEndTagEnders=new String[]{me}; } public ...
今天准备使用eclipse写python脚本,刚启动eclipse,“啪”弹出一个messagebox,报错“could not create the java virtual machine ”,晕了,前段时间还用它写过程序,怎么突然出这种错误,打开任务管理器一看,因为开了几个VS2005,内存已经被消耗得差不多了,本来2048M的内存,现在只剩下700多M了,难道是内存不够,java虚拟机创建失败? 打开到eclipse安装文件夹下的eclipse.ini文件,内容如下: -vmargs-Xms512M-Xmx1024M-XX:PermSize=64M-XX:MaxPermSize=1 ...
Global site tag (gtag.js) - Google Analytics