Chinaunix首页 | 论坛 | 博客
  • 博客访问: 731726
  • 博文数量: 178
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1507
  • 用 户 组: 普通用户
  • 注册时间: 2014-04-27 23:20
文章分类

全部博文(178)

文章存档

2015年(58)

2014年(121)

我的朋友

发布时间:2014-09-10 16:29:56

原创文章,chszs版权所有!如要转发,请联系chszs!盗贴行为将受起诉!MySQL存储过程使用表名做参数动态创建表的例子。一同学向我请教在MySQL的存储过程中,如何使用表名做参数动态创建表。这个问题在MySQL 5.0以前非常麻烦,但是在MySQL 5.0.13版之后,由于引入了PREPARE语句,一切变得简单了。此问题在网上.........【阅读全文】

阅读(845) | 评论(0) | 转发(0)

发布时间:2014-09-08 22:29:47

Can not find the tag library descriptor for "http://www.springframework.org/tags"1.Download the Spring dependency jar2.Place it to the lib folder path is /WEB-INF/lib/spring.jar3.Then open the web.xml and the sample code is:<jsp-config>  <taglib>  <taglib-uri>/WEB-INF/sp.........【阅读全文】

阅读(1307) | 评论(0) | 转发(0)

发布时间:2014-09-08 22:24:01

原文地址:http://hi.baidu.com/tediou/blog/item/5d0dce556f7a4a828d5430ca.html 现象为如下的web.xml在Eclipse Helios中出现警告信息 <?xml version="1.0" encoding="UTF-8"?> <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc.........【阅读全文】

阅读(1819) | 评论(0) | 转发(0)

发布时间:2014-09-07 16:04:18

在power5 Linux上安装oracle10g后,通过命令行方式登录sqlplus时,报错:error while loading shared libraries: $ORACLE_HOME/lib/libnnz10.so: cannot restore segment prot after reloc: Permission denied最后的Permission denied显示,初步认为是系统安全屏蔽了oracle执行某些执行动作。于是检查系统防火墙i.........【阅读全文】

阅读(653) | 评论(0) | 转发(0)

发布时间:2014-09-05 15:58:54

一般的form提交操作写法为 .代码如下: ……   点击submit按钮或直接回车可以将数据提交到saveReport页面,但是提交后也会跳转到saveReport页面 如何做到 .........【阅读全文】

阅读(579) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册