上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 46 下一页
摘要: Angular HttpClient POST 服务器获取不到参数问题 参数是一串json字符串,而不是一个的参数 改前 改后 改前: //调用登录接口 var api = 'http://127.0.0.1/authentication/form'; var dd=this.validateFor 阅读全文
posted @ 2020-12-23 11:16 三瑞 阅读(374) 评论(0) 推荐(0)
摘要: 1、git rm -r --cached 要忽略的文件 (如: git rm -r --cahced build/*, 如修改列表中的内容全部是不需要的, 那么你可以使用最最简单的命令搞定git rm -r --cached .) 2、将要忽略的文件添加到.gitignore文件中去(如果是目录的话 阅读全文
posted @ 2020-12-22 14:12 三瑞 阅读(171) 评论(0) 推荐(0)
摘要: SpringBoot 读取 resources下的文件报错 cannot be resolved to absolute file path because it does not reside in the file system: jar java.io.FileNotFoundExceptio 阅读全文
posted @ 2020-12-21 20:50 三瑞 阅读(10468) 评论(0) 推荐(0)
摘要: 腾讯短信SDK 引用有时报 java.lang.NoSuchMethodError: org.json.JSONObject.put(Ljava/lang/String;Ljava/util/Collection;)Lorg/json/JSONObject; 发送短信是会在下面红色处报上面的错: S 阅读全文
posted @ 2020-12-19 12:23 三瑞 阅读(1413) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-12-02 10:52 三瑞 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-12-01 14:36 三瑞 阅读(0) 评论(0) 推荐(0)
摘要: Server Fram 删除后,其它网站立马正常了! 阅读全文
posted @ 2020-11-27 21:25 三瑞 阅读(116) 评论(0) 推荐(0)
摘要: 在http{ ... } 中间加入 # HTTPS server # server { listen 4343 ssl; server_name 域名; ssl_certificate D:/SoftWare/nginx-1.16.1/cert/Nginx/1.crt; ssl_certificat 阅读全文
posted @ 2020-11-27 21:15 三瑞 阅读(264) 评论(0) 推荐(0)
摘要: “/”应用程序中的服务器错误。 编译错误 说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。 编译器错误消息: BC30560: “ExtensionAttribute”在命名空间“System.Runtime.CompilerServices”中 阅读全文
posted @ 2020-11-27 10:03 三瑞 阅读(1119) 评论(0) 推荐(0)
摘要: 解决方案 原因:这是因为中间的这台服务器nginx 没有携带实际服务器http请求数据包的头部文件 解决方案:nginx配置文件,全局部分,http括号内添加: http{ server{ location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$ { proxy_pass 阅读全文
posted @ 2020-11-26 23:42 三瑞 阅读(1326) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 46 下一页