- 浏览: 4105 次
- 性别:
- 来自: 长沙
-
最近访客 更多访客>>
最新评论
-
zengye78:
<html><head><met ...
用httpService发送xml.toString()到tomcat
文章列表
org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
SessionHolder seesionh=(SessionHolder)
TransactionSynchronizationManager
.getResource(
org.springframework.context.ApplicationContextAware().getBean("sessionFactory"));
Session s=(Session)seesionh.getSession();//当前sess ...
package servletservice;
import java.security.*;
import javax.crypto.Cipher;
import javax.crypto.SecretKey;
import javax.crypto.SecretKeyFactory;
import javax.crypto.spec.DESKeySpec;
/**
* 字符串工具集合
* @author Liudong
*/
public class Encrypt {
private static final String PASSWORD_CRYPT_K ...
Flex重新编译framework.swc
- 博客分类:
- flex
No signed digest found in catalog.xml of the library, D:\Program Files\Adobe\Adobe Flash Builder 4 Plug-in\sdks\3.5.0\frameworks\libs\framework.swc. Compile the library with -create-digest=true and try again. 加入 compute-digest="true"如下:
<compc include-classes="FrameworkClasses" ...
System.useCodePage=true;
parameter.xml=("<?xml version=\"1.0\" encoding=\"UTF-8\"?>"+this.myDrawBoard.BuildXml().toString());
trace(parameter.xml);
parameter.action="update";
service.method="post";
service.url=this.myDrawBoard.DesignerCon ...