问题 今天用Git上传项目时,最后一步push时命令行报错 error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 fatal: the remote end hung up unexpectedly fat ...
分类:
Web程序 时间:
2021-06-02 16:10:05
阅读次数:
0
1:效果 一运行起来,红色是下载的部分,蓝色是为下载部分,下载完之后先缩成一个椭圆,在缩成一个圆 GitHub地址:https://github.com/luofangli/MyDrawProgress 详细代码: <?xml version="1.0" encoding="utf-8"?><and ...
分类:
移动开发 时间:
2021-06-02 16:08:01
阅读次数:
0
(1)HTTP版本 HTTP/1.0:HTTP短连接 HTTP/1.1:HTTP长连接 HTTP/2.0:HTTP长连接+优化,支持更多并发连接 说明:可以使用curl -v www.baidu.com命令查看版本(curl相当于Linux的浏览器) (2)HTTP请求方法 方法 说明 支持的HTT ...
分类:
Web程序 时间:
2021-06-02 16:04:48
阅读次数:
0
GSettings 的配置文件是 xml 格式的,文件需以 .gschema.xml 结尾,文件名通常与 id 相同。配置文件安装在 /usr/share/glib-2.0/schemas/ 目录下,手动添加进去的文件需要执行 sudo glib-complie-schemas /usr/share ...
分类:
编程语言 时间:
2021-06-02 15:37:39
阅读次数:
0
Ajax:异步更新页面的技术,必须在http或者https网络网络协议下使用 1.原生js实现:共4步 2.jQuery:$.ajax(配置对象); 常用参数:url, type, data, success, error 3.fetch:fetch(配置).then(处理数据函数).then(接收 ...
分类:
Web程序 时间:
2021-06-02 15:26:14
阅读次数:
0
接口、内部类、异常[简单分类、异常体系结构、Error、Exception] ...
分类:
编程语言 时间:
2021-06-02 14:59:24
阅读次数:
0
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; ev ...
分类:
其他好文 时间:
2021-06-02 14:41:17
阅读次数:
0
一、异常 1.什么是异常? 在程序执行过程中,出现的非正常的、最终导致JVM的非正常停止的情况,就是异常 2.异常体系 异常机制的存在就是为了帮使用者找出程序中的问题所在,异常的根类是java.lang.Throwable,在其下还有两个子类:java.lang.Error和java.lang.Ex ...
分类:
其他好文 时间:
2021-06-02 14:40:22
阅读次数:
0
repo sync --helpUsage: repo sync [<project>...] Options: -h, --help show this help message and exit显示此帮助消息并退出 -f, --force-broken continue sync even if ...
分类:
其他好文 时间:
2021-06-02 14:35:51
阅读次数:
0
NGINX帮助 -h [19:08:40 root@localhost sbin]#nginx -h nginx version: nginx/1.16.1 Usage: nginx [-?hvVtTq] [-s signal] [-c filename] [-p prefix] [-g direc ...
分类:
其他好文 时间:
2021-06-02 13:27:09
阅读次数:
0