`
diyutaizi3721
  • 浏览: 4674 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
文章分类
社区版块
存档分类
最新评论
文章列表
C# EncryptString("42728ff2118430bdff5f9a189e0034ec","4;13pew*"); //DES加密 public string EncryptString(string sinputString, string Skey)  {  byte[] data = Encoding.UTF8.GetBytes(sinputString);  DESCryptoServiceProvider DES = new DESCryptoServiceProvider();  DES.Key = ASCII ...
最近项目不是太忙,在看java设计模式.发现在有几个模式之间有点模糊 策略模型与状态模型 代理模型与策略模型 这三个模型在代码上好像没太大区别 策略模型与状态模型 之前看过一大神的文章 http://www.cnblogs.com/java-my-life/archive/2012/06/08/2538146.html  看不之后感觉不错... 总结出 "策略模型与状态模型" 根本区别 "状态模式"的行为是平行性的,不可相互替换的;而"策略模式"的行为是平等性的,是可以相互替换的 代理模型与策略模型 看到网上的 "代 ...
用MyEclipse6.0写了一个spring2.0+struts1.2+hibernate3.0的工程,在没有加入log4j.properties时运行一切正常.该配置文件加入后启动tomcat时报以下异常: ERROR [org.hibernate.proxy.BasicLazyInitializer] - CGLIB Enhancement failed: com.movie.model.UserInfo java.lang.ExceptionInInitializerError at org.hibernate.proxy.CGLIBLazyInitializer.getProxy ...
以是小弟搭架ssh时报的错 这是我启动不报错,但是启动之后再发部时报的错: 信息: Illegal access: this web application instance has been stopped already.  Could not load java.net.BindException.  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused ...
Global site tag (gtag.js) - Google Analytics