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 阅读全文
posted @ 2022-02-26 23:34 勤快的懒羊羊 阅读(175) 评论(0) 推荐(0) 编辑
摘要:前端代码 1 <div class="custom-control custom-checkbox " style="float: right;"> 2 <input type="checkbox" class="custom-control-input" name="remFlag" id="re 阅读全文
posted @ 2022-02-24 13:56 勤快的懒羊羊 阅读(326) 评论(0) 推荐(0) 编辑
摘要:1 package com.webservice.client.config; 2 3 import org.apache.cxf.jaxws.endpoint.dynamic.JaxWsDynamicClientFactory; 4 import javax.xml.namespace.QName 阅读全文
posted @ 2022-02-20 11:56 勤快的懒羊羊 阅读(2137) 评论(0) 推荐(1) 编辑
摘要:1 /** 2 * 使用 HMAC-SHA1 签名方法对对encryptText进行签名 3 * 4 * @param encryptText 被签名的字符串 5 * @param encryptKey 密钥 6 * @return 返回签名后的Base64串 7 * @throws Excepti 阅读全文
posted @ 2022-02-17 09:41 勤快的懒羊羊 阅读(283) 评论(0) 推荐(0) 编辑
摘要:Base64URLSafeString 1 /** 2 * 将内容进行Base64加密 3 * 4 * @param content 5 * @return 6 * @throws UnsupportedEncodingException 7 */ 8 public static String Ba 阅读全文
posted @ 2022-02-17 09:38 勤快的懒羊羊 阅读(817) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示