最近正正在做delphi项目,没时间来这里写东西了,闲了再写吧。2007-12-5 6:34:00
最近正正在做delphi项目,没时间来这里写东西了,闲了再写吧。
如果你用myeclipse学习jscookMenu时出现如下错误:
java.lang.IllegalStateException: ExtensionsFilter not correctly configured. Resource mapping missing. Resources cant be delivered. Please see: http://myfaces.apache.org/tomahawk/extensionsFilter.html
at org.apache.myfaces.renderkit.html.util.AddResourceFactory.throwExtensionsFilterMissing(AddResourceFactory.java:358)
at org.apache.myfaces.renderkit.html.util.AddResourceFactory.checkEnvironment(AddResourceFactory.java:337)
at org.apache.myfaces.renderkit.html.util.AddResourceFactory.getInstance(AddResourceFactory.java:273)
at org.apache.m
……
java.lang.IllegalStateException: ExtensionsFilter not correctly configured. Resource mapping missing. Resources cant be delivered. Please see: http://myfaces.apache.org/tomahawk/extensionsFilter.html
at org.apache.myfaces.renderkit.html.util.AddResourceFactory.throwExtensionsFilterMissing(AddResourceFactory.java:358)
at org.apache.myfaces.renderkit.html.util.AddResourceFactory.checkEnvironment(AddResourceFactory.java:337)
at org.apache.myfaces.renderkit.html.util.AddResourceFactory.getInstance(AddResourceFactory.java:273)
at org.apache.m
……
学习myfaces的datatable排序的时候,开始学的是非自动排序,改成自动排序的时候搞了半天总是错误,
最后在网上搜了一下找到了原因,如果设置了datatable的自动排序功能,自己代码中的排序部分一定要去掉。
最后在网上搜了一下找到了原因,如果设置了datatable的自动排序功能,自己代码中的排序部分一定要去掉。
最近看了一下myfaces,觉得功能非常强大。值得一学。
1.
public static void main(String[] args) {
// TODO Auto-generated method stub
Session session=null;
Transaction tx=null;
session=HibernateSessionFactory.getSession();
tx=session.beginTransaction();
Criteria criteria=session.createCriteria(Article.class);
ProjectionList projList=Projections.projectionList();
projList.add(Projections.property("id"));
projList.add(Projections.property("title"));
criteria.setProjection(projList);
List tmp=criteria.list();
for(Iterator iter=tmp.iterator();iter.hasNext();){
Object[] obj=(Objec
……
public static void main(String[] args) {
// TODO Auto-generated method stub
Session session=null;
Transaction tx=null;
session=HibernateSessionFactory.getSession();
tx=session.beginTransaction();
Criteria criteria=session.createCriteria(Article.class);
ProjectionList projList=Projections.projectionList();
projList.add(Projections.property("id"));
projList.add(Projections.property("title"));
criteria.setProjection(projList);
List tmp=criteria.list();
for(Iterator iter=tmp.iterator();iter.hasNext();){
Object[] obj=(Objec
……
总结一下,以便和我一样新学习的朋友参考。。
我用的是VMWARE5.5安装的SOLARIS 10。。想在SOLARIS下上网。。
一、首先把VMWARE改成桥接模式(这样配置更容易一些),我用是的WINDOWS XP操作系统,打开XP系统中物理网卡的属性,里面看到了“VMware Bridge protocol”协议,把它打勾选上,然后在其属性中有个“VMnet Number”的值,默认无内容,自己输入“0”(因为VMWARE虚拟机默认是采用VMnet0这个虚拟网卡使用桥接模式)。然后确实退出。
二、配置SOLARIS网卡的IP地址,在这个环境里,SOLARIS是使用VMWARE的虚拟网卡pcn0实现上网的,因为虚拟机采用了桥接模式,所以该IP使用实际环境中一个局域网的IP地址。
……
我用的是VMWARE5.5安装的SOLARIS 10。。想在SOLARIS下上网。。
一、首先把VMWARE改成桥接模式(这样配置更容易一些),我用是的WINDOWS XP操作系统,打开XP系统中物理网卡的属性,里面看到了“VMware Bridge protocol”协议,把它打勾选上,然后在其属性中有个“VMnet Number”的值,默认无内容,自己输入“0”(因为VMWARE虚拟机默认是采用VMnet0这个虚拟网卡使用桥接模式)。然后确实退出。
二、配置SOLARIS网卡的IP地址,在这个环境里,SOLARIS是使用VMWARE的虚拟网卡pcn0实现上网的,因为虚拟机采用了桥接模式,所以该IP使用实际环境中一个局域网的IP地址。
……
昨天给朋友修机器,折腾了一天,最终总算ok了。
现象:xp启动起来之后蓝屏,提示信息:A proplem has been detected and windows has been shut down ......
尝试解决:
1. ghost 分别使用了雨林木风的多个版本,深度的一个版本,最终失败,错误基本上都一样:ghost完毕之后,启动起来蓝屏
2. 用xp安装盘安装 用了多张光盘,都一个错误原因,复制文件过程中出错,部分文件不能复制。
3. 换光驱用安装盘安装 错误依旧。
……
现象一:
本人的电脑是ell-5150,玩极品飞车十,战地2的时候就会蓝屏。
……
本人的电脑是ell-5150,玩极品飞车十,战地2的时候就会蓝屏。
……
NAME
ld.so.1 - runtime linker for dynamic objects
SYNOPSIS
/usr/lib/ld.so.1
/etc/lib/ld.so.1
DESCRIPTION
Dynamic applications consist of one or more dynamic objects.
They are typically a dynamic executable and its shared
object dependencies. As part of the initialization and exe-
cution of a dynamic application, an interpreter is called.
This interpreter completes the binding of the application to
its shared object dependencies. In Solaris, this interpreter
is referred to as the runtime linker.
During th
……
ld.so.1 - runtime linker for dynamic objects
SYNOPSIS
/usr/lib/ld.so.1
/etc/lib/ld.so.1
DESCRIPTION
Dynamic applications consist of one or more dynamic objects.
They are typically a dynamic executable and its shared
object dependencies. As part of the initialization and exe-
cution of a dynamic application, an interpreter is called.
This interpreter completes the binding of the application to
its shared object dependencies. In Solaris, this interpreter
is referred to as the runtime linker.
During th
……
solaris/linux admins/rookie_developers that battle with this error are
probably all frustrated when it happens. i bet you're also somehow
frustrated by this seemingly unsolvable error :-) ...take it easy,
it'll go away once u've learned how to play around with a few things
on your system and reorganised. i'm particulary a solaris junkie, but
linux is my admiration. the issue here is Not the OS/Software, but
rather the concept. first of all , i've learned that people who
normally hit this error are those that somehow DOWNLOADED some
packages (so-called free/open-source) from the interne
……
probably all frustrated when it happens. i bet you're also somehow
frustrated by this seemingly unsolvable error :-) ...take it easy,
it'll go away once u've learned how to play around with a few things
on your system and reorganised. i'm particulary a solaris junkie, but
linux is my admiration. the issue here is Not the OS/Software, but
rather the concept. first of all , i've learned that people who
normally hit this error are those that somehow DOWNLOADED some
packages (so-called free/open-source) from the interne
……






