摘要:
电脑可以ping通,但是无法上网。 防火墙关闭,ip重新设置。无效 netsh winsock reset 设置,重启机器,无效。 各种方法都式了,都是可以ping 通,无法上网。 突然想看看ie配置,因为ie经常代理的设置。 出现本地代理的选项,且被选中,去掉勾,成功访问网页。 阅读全文
摘要:
npm ERR! code 128 npm ERR! git dep preparation failed npm ERR! command E:\software\node-v16.20.0-win-x64\node.exe E:\software\node-v16.20.0-win-x64\no 阅读全文
摘要:
https://www.cnblogs.com/zhydate/articles/10383150.html 阅读全文
摘要:
pdf 电子签章验签 https://www.eolink.com/news/post/44504.html https://blog.csdn.net/listeningsea/article/details/122547736 http://cn.voidcc.com/question/p-fs 阅读全文
摘要:
08:39:30.719 [main] DEBUG cn.com.jit.new_vstk.dataAggregator.AbsRecevieChunk - recevie cost time:0 ms 08:39:30.719 [main] DEBUG jar.org.apache.http.im 阅读全文
摘要:
pdf 电子签章 借鉴 : https://www.cnblogs.com/wolf-shuai/p/14487595.html https://blog.csdn.net/weixin_44385486/article/details/127495462 https://github.com/in 阅读全文
摘要:
RestTemplate https 解决办法 import com.alibaba.fastjson2.JSON; import com.jiayingsoft.scip.web.entity.rsp.CaTokenRsp; import org.apache.http.conn.ssl.Noop 阅读全文
摘要:
对客户端< >服务端传输数据加密。 上送文件流不加密,其他信息加密。 返回信息加密。 切面的方式进行解密,不修改业务逻辑。 找到对应的方法,对应的参数,进行解密。 @Around("@annotation(com.jiayingsoft.scip.annotation.ScipSecureityMe 阅读全文
摘要:
MethodSignature signature = (MethodSignature) joinPoint.getSignature(); 为什么这里可以转回为MethodSignatrue ,官网上没有这么说,如果这里转换失败,那运行会报错,这是不允许的。 必须找到调用这里的代码,看看这里的S 阅读全文
摘要:
Module build failed (from ./node_modules/css-loader/dist/cjs.js):TypeError: this.getOptions is not a function Module build failed (from ./node_modules 阅读全文