lmy若曦
lmy若曦
关注数: 1
粉丝数: 2
发帖数: 84
关注贴吧数: 3
<G;*>是一个阶为偶数的有限群,证明在G里周期等于2的元素有奇数
这个偏序集的哈斯图怎么画 {2,3,5,10,11,15,25}
518 文科518,比一本差了17分,然后报江大有希望不?
发布webservice的时候出现这个错误 Selection must be WSDL. 求大神啊
j2ee安全认证方面要学哪些东西? j2ee安全认证方面要学哪些东西?基本都有什么相关技术呀
如何发布项目啊 我写了一个简单的java applet 项目,如何把它做成本地服务啊。。。
求大神啊 比如.bib文件格式如何转换为.enw格式的文件, a.bib 如下: @article{胡小菁2009云计算给图书馆管理带来挑战, title={云计算给图书馆管理带来挑战}, author={胡小菁 and 范并思}, journal={大学图书馆学报}, volume={27}, number={4}, pages={7--12}, year={2009} } a.enw如下: %0 Journal Article %T 云计算给图书馆管理带来挑战 %A 胡小菁 %A 范并思 %J 大学图书馆学报 %V 27 %N 4 %P 7-12 %D 2009 如何相互转换啊,能先把.bib格式的文件转换为.Xml文件的格式,然后再把.xml文件的格式转换为.enw的格式吗??????求大神
两种文件格式如何相互转换 比如.bib文件格式如何转换为.enw格式的文件, a.bib 如下: @article{herlocker2004evaluating, title={Evaluating collaborative filtering recommender systems}, author={Herlocker, Jonathan L and Konstan, Joseph A and Terveen, Loren G and Riedl, John T}, journal={ACM Transactions on Information Systems (TOIS)}, volume={22}, number={1}, pages={5--53}, year={2004}, publisher={ACM} } a.enw如下: %0 Journal Article %T 云计算给图书馆管理带来挑战 %A 胡小菁 %A 范并思 %J 大学图书馆学报 %V 27 %N 4 %P 7-12 %D 2009 如何相互转换啊,能先把.bib格式的文件转换为.Xml文件的格式,然后再把.xml文件的格式转换为.enw的格式吗??????求大神
用netbeans 开发时出现Java部署错误。尚未部署该模块。 <nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>为什么出错啊
怎么设置合适的变量类型? 做项目是,不知道怎么设置Java变量的类型,如果资料的“共享范围”是好友可见、所有人都可见、用户自己可见等等,那么应该把“共享范围” 设置成什么类型的?
C++课程设计,求大神啊 题目描述:二叉排序树的实现,并按下图右图形式打印创建好的二叉排序树,虚线不用打印。注:下述左边为一棵二叉树(不是二叉排序树),右边为该二叉树的打印形式。 功能要求及说明: (1)以回车('\n')为输入结束标志,每个结点所含数据元素均为单字母,按字母的ASCII码,生成一棵二叉排序树T; (2)对二叉排序树T作中序遍历,输出结果; (3)输入元素x,查找二叉排序树T,若存在含x的结点,则删除该结点,并作中序遍历,否则输出信息“无x”; (4)按上述形式打印二叉排序树 (5)采用模块化设计。
字符长度问题 3个数字,用int存储,长度是多少
win7打印机问题 我是win7的系统 打印机打印时active directory域服务当前不可用 ,怎么解决啊
jsp页面处理 我是用java开发的网站,数据库用的是mysql,请问,在JSP页面中,点后退按钮时,显示页面过期或操作超时之类的错误 , 总之显示不出页面内容,不能回到之前的页面继续操作了,我想显示之前的页面,要怎么办?
java里面支持函数模板吗 在JAVA中可不可以体现C++的函数模板这种机制的?
用hql语句查询问题 user是一张表,文献BaseProperty是一张表,多对多关联,现在想查询出user的所有文献,怎么写hql语句啊 <set name="users" table="jointable" lazy="true" cascade="save-update"> <key> <column name="RF_ID" /> </key> <many-to-many class="com.edu.bean.User" column="ID" /> </set> .... <set name="references" inverse="true" table="jointable" lazy="false" fetch="join" cascade="save-update"> <key> <column name="ID" /> </key> <many-to-many class="com.edu.bean.BaseProperty" column="RF_ID" /> </set> ...
类的继承问题 比如函数public String acquireReference(BaseProperty Base) {//省略函数体 } 而Books 继承 BaseProperty,我想调用acquireReference(books);books是Books类型的,传进的是Books类型的,那么函数体里面用的是基类的Base还是子类的books?
jsp页面按照一定的格式显示问题 怎么在jsp页面上面按照一定的格式显示出model层注入的list数值???要用到什么技术吗
spring 配置文件问题 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Fbeans&urlrefer=2cfe664a6b89a7a8c06b489461ff152f" xmlns:aop="http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Faop&urlrefer=38f64d940c80f0c3bf17aabd28afbd76" xmlns:xsi="http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema-instance&urlrefer=8c31805956ebb9a7292762c26181562e" xsi:schemaLocation="http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Fbeans&urlrefer=2cfe664a6b89a7a8c06b489461ff152f http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Fbeans%2Fspring-beans-2.5.xsd&urlrefer=a5ad0ad63bffbdde1ad640fab45428c8 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Faop&urlrefer=38f64d940c80f0c3bf17aabd28afbd76 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Faop%2Fspring-aop-2.5.xsd&urlrefer=484701958736420a407fe78f86a6a026"> <!-- Root Context: defines shared resources visible to all other web components --> <bean id="dao" class="test.spring.dao.impl.UserDaoImpl"/> <bean id="service" class="test.spring.service.impl.UserServiceImpl"> <property name="dao" ref="dao"/> </bean> <bean id="userAction" class="test.spring.action.UserAction"> <property name="service" ref="service"/> </bean> <bean id="logAspectJ" class="test.spring.aop.LogAspectJ"/> <aop:config> <aop:aspect id= "logaop" ref="logAspectJ"> <aop:pointcut id="logpointcut" expression="execution(* test.spring.action.UserAction.*(..))"/> <aop:before pointcut-ref="logpointcut" method="myBeforeAdvice"/> <aop:after-returning pointcut-ref="logpointcut" method="myAfterReturningAdvice"/> <aop:after-throwing pointcut-ref="logpointcut" method="myAfterThrowingAdvice" throwing="e"/> <aop:after pointcut-ref="logpointcut" method="myAfterAdvice"/> <aop:around pointcut-ref="logpointcut" method="myAroundAdvice"/> </aop:aspect> </aop:config> </beans> 错误信息: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dao' defined in file [E:\Eclipse_workplace\AOP2\src\main\webapp\WEB-INF\spring\root-context.xml]: BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#0': Cannot create inner bean '(inner bean)' of type [org.springframework.aop.aspectj.AspectJMethodBeforeAdvice] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)': Cannot resolve reference to bean 'logpointcut' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'logpointcut': Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/aspectj/weaver/BCException 什么意思啊,,,,求大神啊
spring配置文件错误,这个是什么意思? 配置文件 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Fbeans&urlrefer=2cfe664a6b89a7a8c06b489461ff152f" xmlns:aop="http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Faop&urlrefer=38f64d940c80f0c3bf17aabd28afbd76" xmlns:xsi="http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema-instance&urlrefer=8c31805956ebb9a7292762c26181562e" xsi:schemaLocation="http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Fbeans&urlrefer=2cfe664a6b89a7a8c06b489461ff152f http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Fbeans%2Fspring-beans-2.5.xsd&urlrefer=a5ad0ad63bffbdde1ad640fab45428c8 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Faop&urlrefer=38f64d940c80f0c3bf17aabd28afbd76 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Faop%2Fspring-aop-2.5.xsd&urlrefer=484701958736420a407fe78f86a6a026"> <!-- Root Context: defines shared resources visible to all other web components --> <bean id="dao" class="test.spring.dao.impl.UserDaoImpl"/> <bean id="service" class="test.spring.service.impl.UserServiceImpl"> <property name="dao" ref="dao"/> </bean> <bean id="userAction" class="test.spring.action.UserAction"> <property name="service" ref="service"/> </bean> <bean id="logAspectJ" class="test.spring.aop.LogAspectJ"/> <aop:config> <aop:aspect id= "logaop" ref="logAspectJ"> <aop:pointcut id="logpointcut" expression="execution(* test.spring.action.UserAction.*(..))"/> <aop:before pointcut-ref="logpointcut" method="myBeforeAdvice"/> <aop:after-returning pointcut-ref="logpointcut" method="myAfterReturningAdvice"/> <aop:after-throwing pointcut-ref="logpointcut" method="myAfterThrowingAdvice" throwing="e"/> <aop:after pointcut-ref="logpointcut" method="myAfterAdvice"/> <aop:around pointcut-ref="logpointcut" method="myAroundAdvice"/> </aop:aspect> </aop:config> </beans> 错误信息如下: org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [E:/Eclipse_workplace/AOP2/src/main/webapp/WEB-INF/spring/root-context.xml]; nested exception is java.io.FileNotFoundException: class path resource [E:/Eclipse_workplace/AOP2/src/main/webapp/WEB-INF/spring/root-context.xml] cannot be opened because it does not exist at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:341) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302)
怎么绑定多个按钮的url 比如有两个 提交按钮insert ,update,怎么设置,点击一个按钮,有不同的action
关于spring 3mvc @ResponseBody注解问题 比如这段代码 @RequestMapping("/user") public @ResponseBody User getUser() { return new User(18, "Jack", "计算机"); } 返回的User对象到哪里去了?
spring中aop在项目中的作用? 除了日志,spring中aop在项目中的具体作用是什么????aop在项目中的具体优势是什么???
spring mvc3+spring+hibernate 项目开发,spring mvc3+spring+hibernate和structs+spring+hibernate哪一个比较好????
配置文件 <?xml version="1.0" encoding="GBK"?> <beans:beans xmlns="http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Fmvc&urlrefer=643390e06e7289de1b066d23aefde159" xmlns:xsi="http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema-instance&urlrefer=8c31805956ebb9a7292762c26181562e" xmlns:beans="http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Fbeans&urlrefer=2cfe664a6b89a7a8c06b489461ff152f" xmlns:context="http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Fcontext&urlrefer=eda4949cc9c44315ba915f719c8a3685" xsi:schemaLocation="http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Fmvc&urlrefer=643390e06e7289de1b066d23aefde159 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Fmvc%2Fspring-mvc-3.0.xsd&urlrefer=0a09b061560d02d8942657dacb0f0f1c http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Fbeans&urlrefer=2cfe664a6b89a7a8c06b489461ff152f http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Fbeans%2Fspring-beans-3.0.xsd&urlrefer=17c65d54ecb3a22f4f62d71a52fbb9c0 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Fcontext&urlrefer=eda4949cc9c44315ba915f719c8a3685 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.springframework.org%2Fschema%2Fcontext%2Fspring-context-3.0.xsd&urlrefer=523106865db937625592efd7b5e799da"> <!-- DispatcherServlet Context: defines this servlet's request-processing infrastructure --> <!-- Enables the Spring MVC @Controller programming model --> <annotation-driven /> <!-- Handles HTTP GET requests for /resources/** by efficiently serving up static resources in the ${webappRoot}/resources directory --> <resources mapping="/resources/**" location="/resources/" /> <!-- Resolves views selected for rendering by @Controllers to .jsp resources in the /WEB-INF/views directory --> <beans:bean class="org.springframework.web.servlet.view.InternalResourceViewResolver"> <beans:property name="prefix" value="/WEB-INF/views/" /> <beans:property name="suffix" value=".jsp" /> </beans:bean> <context:component-scan base-package="com.edu.controller" /> </beans:beans> spring mvc项目里面的<resources mapping="/resources/**" location="/resources/" /> 这句是用来干什么的/?
spring配置文件中 <resources mapping="/resources/**" location="/resources/" />什么意思
spring+hibernate的流程 有谁能告诉我整个流程是什么样子的?java web、开发用的是spring+hibernate,要了解哪些方面的知识啊??我负责spring mvc这块,想找几个例子试试,可是又有好多关于数据库方面的知识,不好学啊。。。。有没有什么好的学习spring的方法
aop 在实际的应用中,spring aop的作用是什么
AOP 学习spring mvc3+hibernate,不学aop可以么,东西好多,看不过来了
spring mvc spring mvc到底是干什么的,能不能给个具体介绍,表示层,业务层,还有服务层什么的?
spring 注入问题 现在的eclipse ee Ide 3.7,spring mvc 用的是注解,不知道书上写的spring 依赖注入,以及什么bean还有没有什么用啊
关于chm文档打开的问题 为什么电脑能够识别出后缀为chm的文档,点击文档后却没有反应?
spring 标签在jsp界面上为什么不能被识别 <spring:bind path="command.username"> 这个会什么在jsp界面上不能被识别
spring 资料 有没有关于spring mvc3注解详细说明的资料啊????
spring MVC 为什么大部分Mvc控制器类都不能被继承了,就是过时了,那我应该怎么办啊,好多书上都是讲的那几种控制器,可是eclipse里面不推荐使用?
为什么会有过时的类型 为什么The type SimpleFormController is deprecated
1
下一页