02 2022 档案
摘要:1 <!--修改一个代办信息--> 2 <update id="updateBoard" parameterType="com.spring.board.entity.Board"> 3 update web_board 4 <set> 5 <if test="title != null">titl
阅读全文
摘要:前端代码 1 <div class="custom-control custom-checkbox " style="float: right;"> 2 <input type="checkbox" class="custom-control-input" name="remFlag" id="re
阅读全文
摘要:1 package com.webservice.client.config; 2 3 import org.apache.cxf.jaxws.endpoint.dynamic.JaxWsDynamicClientFactory; 4 import javax.xml.namespace.QName
阅读全文
摘要:1 /** 2 * 使用 HMAC-SHA1 签名方法对对encryptText进行签名 3 * 4 * @param encryptText 被签名的字符串 5 * @param encryptKey 密钥 6 * @return 返回签名后的Base64串 7 * @throws Excepti
阅读全文
摘要:Base64URLSafeString 1 /** 2 * 将内容进行Base64加密 3 * 4 * @param content 5 * @return 6 * @throws UnsupportedEncodingException 7 */ 8 public static String Ba
阅读全文