原文出处:http://blog.csdn.net/weizhi/article/details/1895014web.xml中的多个filter的运行顺序walker(walker_cn@163.com) 2007-11-20环境:tomcat 6.x多个筛选器的运行顺序取决于下列规则:1.将fi...
分类:
Web程序 时间:
2014-08-05 13:26:39
阅读次数:
227
转改写-在加密解密时遇到这个问题:java.security.InvalidKeyException:illegal Key Size这是因为用到了jdk sercurity, 而jdksercurity 使用的jar包$JAVA_HOME/lib/security/local_policy.jar...
分类:
其他好文 时间:
2014-08-05 13:26:29
阅读次数:
218
简单的方法就是直接增加:利用git remote 链接不在同一个域名下的远程仓库:先查看是否已建:git remove (-v)git remote add 简短名 服务器名@:域名:文件路径注:如果是第一个链接远程仓库的话,一般起简短名是没用的,默认为 origion, 否则,有效,看有没有效,最...
分类:
其他好文 时间:
2014-08-05 13:26:19
阅读次数:
152
例3:组合问题输出m个数中取n个数的所有组合。例如m=5,n=3的所有组合为:1 2 31 2 41 2 51 3 41 3 51 4 52 3 42 3 52 4 53 4 5#includeusing namespace std;int m,n,a[10]; //存放每个数void comb(i...
分类:
其他好文 时间:
2014-08-05 13:26:09
阅读次数:
159
--复制结构+数据select * into 数据库名.dbo.新表名 from 数据库名.dbo.原表名select * into Stockholder.dbo.SHInfo from dspring.dbo.HIREMEN--只复制结构 select * into 数据库名....
分类:
数据库 时间:
2014-08-05 13:25:59
阅读次数:
180
今天在服务器上git pull是出现以下错误:error: Your local changes to the following files would be overwritten by merge不知道什么原因造成的代码冲突,处理方法如下:如果希望保留生产服务器上所做的改动,仅仅并入新配置项:...
分类:
其他好文 时间:
2014-08-05 13:25:49
阅读次数:
255
NPOI可以很方便的读取写入EXCEL,且对客户机没有要求读取excel的实例代码 1 using (FileStream file = new FileStream("可约医院列表(网址).xls", FileMode.Open, FileAccess.Read))//参数为地址和打开方式操作方....
分类:
其他好文 时间:
2014-08-05 13:25:39
阅读次数:
220
页面: NAME ...
分类:
Web程序 时间:
2014-08-05 13:25:29
阅读次数:
404
关于int和byte[]数组的转换--如果朋友您想转载本文章请注明转载地址"http://www.cnblogs.com/XHJT/p/3891747.html"谢谢--众所周知java有8种基本类型,分别是低级变量(byte,char,boolean,shot)和高级变量(int,long,dou...
分类:
编程语言 时间:
2014-08-05 13:25:19
阅读次数:
217
设置cell高度- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{ NoticeMessage* msg = [arrayNoticeMessage obje....
分类:
移动开发 时间:
2014-08-05 13:25:09
阅读次数:
240
转换 获取一个汉字的拼音首字母。 GB码两个字节分别减去160,转换成10进制码组合就可以得到区位码例如汉字“你”的GB码是0xC4/0xE3,分别减去0xA0(160)就是0x24/0x430x24转成10进制就是36,0x43是67,那么它的区位码就是3667,在对照表中读音为‘n’。XML布局...
分类:
移动开发 时间:
2014-08-05 13:25:00
阅读次数:
339
Prime Palindrome GolfDo you know how to play Prime Palindrome Golf? You are given a number and your challenge is to find the closest palindromic prime...
分类:
其他好文 时间:
2014-08-05 13:24:49
阅读次数:
274
#import "ChatViewController.h"#import "ChatMessage.h"#import "EGODatabase.h"#import "MessageCell.h"#import "MessageFrame.h"#import "IQKeyboardManager....
分类:
其他好文 时间:
2014-08-05 13:24:39
阅读次数:
336
1、使用JdbcTemplate的execute()方法执行SQL语句 Java代码 jdbcTemplate.execute("CREATETABLEUSER(user_idinteger,namevarchar(100))");2、如果是UPDATE或INSERT,可以用update()方法。J...
分类:
数据库 时间:
2014-08-05 13:24:29
阅读次数:
303
因为u3d自己的stats下面的fpscounter不是实际意义上的fps,所以看到demo的fpsCounter,把它改写为c#的using UnityEngine;using System.Collections;public class FpsCounterex : MonoBehaviour...
分类:
其他好文 时间:
2014-08-05 13:24:19
阅读次数:
166
1 作业维护IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[BasicCallDB].[dbo].[shx_BasicCallDB]') AND type in (N'U'))truncate TABLE [.....
分类:
其他好文 时间:
2014-08-05 13:23:19
阅读次数:
270
WASP-NET.V5.4.3-ISO 1CD(微波和孔口天线设计方面的快速准确的计算机辅助设计和优化软件) GraphiCode产品:GC-PowerStation.v7.1.4 1CD(即以前的GC-CAM 4.14的高版本,印刷电路板设计与制造CAD工具软件) Etap产品:Etap.Powe...
分类:
Web程序 时间:
2014-08-05 13:23:09
阅读次数:
232