摘要: if test标签使用: 1.test中多个条件使用and链接 <if test = "str != null and str !=''"> 2. 判断字符串包含使用contains函数,主要contains单个字符时要加toString函数 <if test = "str != null and 阅读全文
posted @ 2020-11-12 11:28 wanxiang0501 阅读(625) 评论(0) 推荐(0) 编辑
摘要: 1.签名过程 2.验签过程 阅读全文
posted @ 2019-07-26 15:37 wanxiang0501 阅读(962) 评论(0) 推荐(0) 编辑
摘要: 1.pom文件中引入jar包: 2.svn操作代码 阅读全文
posted @ 2019-07-26 15:30 wanxiang0501 阅读(1965) 评论(0) 推荐(0) 编辑
摘要: 1.pom文件新增 2.maven配置文件中配置maven私服账号密码 3.打开命令终端,进入pom文件所在目录,执行命令mvn deploy 阅读全文
posted @ 2019-07-26 15:15 wanxiang0501 阅读(1466) 评论(0) 推荐(0) 编辑