ylb专题

ylb-VUE

1、项目的目录结构 2、前端起步 2.1 App.vue: <template><nav></nav><router-view/></template><style></style> 2.2 index 在views目录下创建IndexView.vue ,作为自定义首页面 初始化: <template><div>Index</div></template><script>

ylb-支付服务pay

总览: 1、工具类(签名工具类Pkipair和http工具类HttpUtil) 在pay模块util包下,创建签名工具类Pkipair和http工具类HttpUtil: package com.bjpowernode.util;import java.io.BufferedInputStream;import java.io.FileInputStream;import java.i