`
文章列表
<!--[if !supportLists]-->   <!--[endif]-->SSL协议的握手过程 为了便于更好的认识和理解 SSL 协议,这里着重介绍 SSL 协议的握手协议。SSL 协议既用到了公钥加密技术(非对称)又用到了对称加密技术,对称加密技术虽然比公钥加密技术的速度快,可是公钥加密技术提供了更好的身份认证技术。SSL 的握手协议非常有效的让客户和服务器之间完成相互之间的身份认证,其主要过程如下:   ①客户端的浏览器向服务器传送客户端 SSL 协议的版本号,加密算法的种类,产生的随机数,以及其他服务器和客户端之间通讯所需要的各种信息。 &l ...
Overview of web Service Security   1. Wire-level Security 1) The client and Service need insurance for client and service sides 2) the sent data need be encrypted 3) the data should be integrity. The send data should be the same as the received data.   2. Authentication and Authorization ...
Container-Managed Security for Web Service   (Tomcat  is the reference implementation, it can not only be used to published Restful web service as servlet, but also can publish SOAP-based web service.) It provides not only user authentication but also wire-level security.    Securing the ...
<!--[if !supportLists]-->1.         <!--[endif]-->Create a ws project “JasperReportProject”   2.  Write some classes needed to be accessed or deployed.             @WebService(name="Example", targetNamespace="http://www.jsoso.com/wstest", serviceName=&quo ...
1. stipulate ['stipjuleit] vi. 规定;保证 vt. 规定;保证 adj. [植]有托叶的 2. herein [,hiə'rin] adv. 于此;在这方面 Herein is the source code for a barebone service that will be secured with ws-security 3. Hint [hint]  n. 暗示;线索 vt. 暗示;示意 vi. 示意   the words have the same mean ...
I record the information when i read the security of ws    1. authoriztion roles could detemine the level of access to system resource 2. privileged actions accompany a role. 3. the change is minor. 4. Tomcat provides container-managed security in three steps 5. the newly minted ['mintid] somet ...
1. in web.xml, there are two classes of JAX-WS: WSServlet and WSServletContainerListener     <listener> <listener-class> com.sun.xml.ws.transport.http.servlet.WSServletContextListener</listener-class> </listener> <servlet> <servlet-name>ladss</ ...
 最近在看电视剧《士兵突击》, 老A的队长袁朗管理自己的下属依据每个人的性格不同进行管理。。    ---许三多  更多的肯定    ---成才  通过"讽刺"来激发他。。       管理真是一门艺术。。。

English Evening

iron rice bowl   -----------iron ['aiən] laptop, note clone -  perfum  sofa talk show healthy for you i donot know vary much   i looks confused.   Business news:   estate [i'steit]   fixed assets  - 固定资产 eventure   sunking ship ocean ['əuʃən] treasure plenty of  recovering the tr ...
<!--[if !supportLists]-->1.    1. 在服务器中生成证书:(注:生成证书时,CN要和服务器的域名相同,如果在本地测试,则使用localhost) keytool -genkey -alias keystore -keyalg RSA -keysize 1024 -validity 730 -keystore     C:\tomcat603\conf\server.keystore   “C:\tomcat603\conf\server.keystore” 这个参数用来保存生产的密钥库     <!--[if !supportL ...
为了参加salesforce考试, 准备了很长时间。 觉得下面几点要非常注意,深入研究。  <!--[if !supportLists]-->1.    <!--[endif]-->What should be considered  when creating an application? <!--[if !supportLists]-->2.    <!--[endif]-->Force.com  consideration. <!--[if !supportLists]-->3.    <!-- ...
If the content of vlaue for some property exceeds size of tb, please use work-break;break-all stydle.   <td style="word-break: break-all;">                  ${fn:trim(person.firstname)}&nbsp;${fn:trim(person.minitial)}&nbsp;${fn:trim(person.lastname)} </td>     w ...
这是一个非常有用的工具类用于验证credit card, 是apache alidation的工具类。    http://www.apache.org/licenses/LICENSE-2.0   package org.apache.commons.validator; import java.util.ArrayList; import java.util.Collection; import java.util.Iterator; import org.apache.commons.validator.util.Flags; /** ...
EccTrxCmd logWSCall = new EccTrxCmd() {             long startTime = System.currentTimeMillis();             @Override             protected void executeHelper() throws EppicExceptions, SQLException {                 int duration = (int) (System.currentTimeMillis() - startTime);                 ...
1 this is a hyper link <a href="javascript: personDetail('${benefitList[0].benefit.childId}', '${caseNbr}')">${fisrstNm} ${lastNm}</a>     <s:form name="voucherInfoForm" method="post"  action="/auth/auth_detail.eppic">   <s:hidden name ...
Global site tag (gtag.js) - Google Analytics