• 2024-03-19项目中请求第三方接口踩坑记录
    问题代码@Slf4jpublicclassTestWechat{public<TextendsWxBaseReq,KextendsWxBaseResp>KsendV3(Tt,Stringmethod,Class<K>kClass){Kk=null;Stringbody=JSON.toJSONString(t);StringapiUrl="";
  • 2023-06-09取公共的APIURL​
    取公共的APIURL​项目新增common目录,里面有个common.js constcommon={getapiurl(){ varapiurl=uni.getStorageSync("apiurl"); if(apiurl==undefined||apiurl==''){ apiurl="http://product.niunan.net"; uni.setStorageSync
  • 2023-03-21jenkins学习笔记之十五:SonarSQube API使用
    本章主要通过SonarSQubeAPI在pipeline第一次执行时就指定自定义的质量配置和质量阈API 文档:http://192.168.1.134:9000/web_api一、编写sonarAPI(sonarapi.groovy)注
  • 2022-10-17SonarQube实战
    前言由于项目繁多且每个项目对应质量规则和质量域是不尽相同的,故根据gitlab项目要求自动在SonarQube上创建项目,且指定其质量规则和质量域常用SonarQubeApi: 1.查找项
  • 2022-09-25Chrome插件开发background_js支持跨域请求与返回async和await的处理
    background.js的配置chrome.runtime.onMessage.addListener((request,sender,sendResponse)=>{switch(request.type){case'fetchChromeXmlrpc':