配置Struts2报错:可能是由于包冲突导致的,检查项目的WEB-INF/lib下的jar是不是有冲突的,如将struts2-core-2.3.16.jar和struts-core-1.3.10.jar删除其一。删除时要保证版本的匹配,以防止造成下面错误:org.apache.catalina.co...
分类:
其他 时间:
2014-03-04 00:58:02
收藏:
0 评论:
0 赞:
0 阅读:
505
http://blog.csdn.net/yuzhic/article/details/1896878http://blog.csdn.net/macle2010/article/details/5980965该命令使用一条语句从一个或者多个数据源中完成对表的更新和插入数据.
ORACLE 9i 中...
分类:
数据库技术 时间:
2014-03-04 00:55:57
收藏:
0 评论:
0 赞:
0 阅读:
630
在Java中,基本的数据类型主要有8种:1)int 4 字节(byte)
-2的31次方到2的31次方-12)short 2 字节(byte)-2的15次方到2的15次方-13)long 8 字节(byte)
-2的63次方到2的63次方-14)byte 1 字节(byte) -2的7次方到2的7次...
分类:
其他 时间:
2014-03-04 00:54:55
收藏:
0 评论:
0 赞:
0 阅读:
408
1.后台绑定:一种案例:根据第一级显示第二级,并带有每个二级的“全部”功能: #region 绑定区域
#region 绑定一级区域 string strFirstAreas = "全部({3})", "FoodRestaurant.aspx?Page=" +
((PageIndex - 1) {3...
分类:
其他 时间:
2014-03-04 00:53:57
收藏:
0 评论:
0 赞:
0 阅读:
592
对于Excel的数据处理功能,大家都已经了解。我们经常需要将数据导入到Excel,或直接打开Excel文档,读写文件操作,这需要用到ExcelHelper类,有了这个类,这些操作大大的减少我们工作量。ExcelHepler.cs这个类,我博客上有完整的代码。详见至于如何用,这里不一一说明,相信大家琢...
分类:
其他 时间:
2014-03-04 00:52:59
收藏:
0 评论:
0 赞:
0 阅读:
781
有两种方法:java.util.Date startTime=new
Date("2014/01/01 23:00:00");1.new Timestamp(startTime.getTime())
如果数据库中时间字段定义为date类型,由于timestamp类型的精度比date类型的精度高,所以...
分类:
数据库技术 时间:
2014-03-04 00:51:58
收藏:
0 评论:
0 赞:
0 阅读:
801
引用地址:http://bbsunchen.iteye.com/blog/1010993想自己一开始处理文件的时候,看文件有多少行,都要写个perl脚本,好不麻烦啊...以此文纪念自己傻逼的科研生活linux
文本操作命令1. cat 查看文件中的内容, -n 查看时为每一行加编号;-b 和-n类似...
分类:
其他 时间:
2014-03-04 00:50:52
收藏:
0 评论:
0 赞:
0 阅读:
673
1.控制器using System;using
System.Collections.Generic;using System.Linq;using System.Web;using
System.Web.Mvc;namespace MvcApplication1.Controllers{ publ...
分类:
Web开发 时间:
2014-03-04 00:49:53
收藏:
0 评论:
0 赞:
0 阅读:
529
随着项目功能的完善,GWT模块(Module)越来越多,当要以web模式编译给测试组使用时,编译的总时间越来越多,我的机器编译完8个模块,需要10分钟左右。
抽空研究了一下GWT的编译参数和GWT编译后的代码,发现GWT编译是按:支持的浏览器种类、支持的多语言种类来生成多个html文件。如:支持5种...
分类:
其他 时间:
2014-03-04 00:47:45
收藏:
0 评论:
0 赞:
0 阅读:
551
【解惑】深入jar包:从jar包中读取资源文件http://hxraid.iteye.com/blog/483115TransferData组件的spring配置文件路径:/D:/develop/apache-tomcat-7.0.50/webapps/basecodde/WEB-INF/class...
分类:
其他 时间:
2014-03-04 00:46:46
收藏:
0 评论:
0 赞:
0 阅读:
602
http://www.litefeel.com/lua-override-userdata/
分类:
编程语言 时间:
2014-03-04 00:44:45
收藏:
0 评论:
0 赞:
0 阅读:
570
一个数,进行异或同一个数两次,将得到原来的数,例如: 1 6 ^ 4 ^ 4 = 6; 2
0000-0000-0000-0110 3 ^ 0000-0000-0000-0100 4 ------------------------------ 5 =
0000-0000-0000-0010 6 ^...
分类:
其他 时间:
2014-03-04 00:42:39
收藏:
0 评论:
0 赞:
0 阅读:
519
严重: Exception starting filter
strutsjava.lang.NoSuchMethodError:
ognl.SimpleNode.isEvalChain(Lognl/OgnlContext;)Z at
com.opensymphony.xwork2.ognl.Ognl...
分类:
其他 时间:
2014-03-04 00:38:39
收藏:
0 评论:
0 赞:
0 阅读:
527
Say you have an array for which theithelement
is the price of a given stock on dayi.Design an algorithm to find the maximum
profit. You may complete a...
分类:
其他 时间:
2014-03-04 00:39:39
收藏:
0 评论:
0 赞:
0 阅读:
536
nginx启动,重启,关闭命令转自:http://www.cnblogs.com/derekchen/archive/2011/02/17/1957209.html停止操作停止操作是通过向nginx进程发送信号(什么是信号请参阅linux文
章)来进行的步骤1:查询nginx主进程号ps -ef |...
分类:
其他 时间:
2014-03-04 00:36:34
收藏:
0 评论:
0 赞:
0 阅读:
670
一 函数原型及参数 function MessageBox(hWnd: HWND; Text,
Caption: PChar; Type: Word): Integer;
hWnd:对话框父窗口句柄,对话框显示在Delphi窗体内,可使用窗体的Handle属性,否则可用0,使其直接作为桌面窗口的子窗...
分类:
其他 时间:
2014-03-04 00:37:32
收藏:
0 评论:
0 赞:
0 阅读:
572
A JNI interface pointer (JNIEnv*) is passed as
an argument for each native function mapped to a Java method, allowing for
interaction with the JNI env...
分类:
其他 时间:
2014-03-04 00:35:33
收藏:
0 评论:
0 赞:
0 阅读:
578
Ctrl-F11: 执行(Run) F11: 除错(Debug) Ctrl-Alt-Down:
重复目前所在编辑列(Repeat current line ) Alt-Up: 移动本列,或选择列往上移动(Move line (or selection)
up ) Alt-Down: 移动本列,或选择...
分类:
其他 时间:
2014-03-04 00:33:27
收藏:
0 评论:
0 赞:
0 阅读:
442
批量更新数据时候,Inserted和Deleted临时表也是批量的,但触发器只会调用执行一次!两个概念千万不要弄混淆!错误的理解;例如:创建在A表上创建了一个Update触发器,里面写的是Update一条记录;当在A表进行update数据时候,会调用执行触发器一次,不可能因为触发器中有Update语...
分类:
数据库技术 时间:
2014-03-04 00:34:34
收藏:
0 评论:
0 赞:
0 阅读:
639
转载网址:http://blog.sina.com.cn/s/blog_53803b7b010144u5.html关于在TOMCAT下配置多数据源,网上有很多方式,但是感觉也很混乱,俺只说俺们使用的并且经过测试可用的方法,修改两个文件,web.xml和context.xml,这两个文件都可以在TOM...
分类:
其他 时间:
2014-03-04 00:32:28
收藏:
0 评论:
0 赞:
0 阅读:
488