Retrofit Retrofit是OkHttp的加强版,是一个RESTful的网络加载框架。底层是实用OkHttp封装的。 App应用程序通过 Retrofit 请求网络,实际上是使用 Retrofit 接口层封装请求参数、Header、Url 等信息,之后由 OkHttp 完成后续的请求操作。 ...
分类:
移动开发 时间:
2021-06-30 18:01:37
阅读次数:
0
1. 登录github并创建一个仓库 2. 安装git客户端 2.1 下载git 官网:git-scm.com/download/ 镜像:https://npm.taobao.org/mirrors/git-for-windows/?utm_source=qq&utm_medium=social&u ...
分类:
Web程序 时间:
2021-06-30 18:00:40
阅读次数:
0
.NET代码保护软件.NET Reactor更新至v6.7.0.0版本,为 Linux 和 OSX(.NET Standard 2.x、.NET Core 3.x、.NET 5)添加了“NecroBit”保护支持 ,欢迎下载体验。 ...
分类:
Web程序 时间:
2021-06-29 16:12:28
阅读次数:
0
1、 rm(list = ls()) dir() for (i in list.files(pattern=".r$")) { source(i) } 2、 rm(list = ls()) dir() for (i in dir()) { if(substr(i,nchar(i)-1,nchar(i ...
分类:
编程语言 时间:
2021-06-29 15:38:29
阅读次数:
0
1.打开Pycharm->VCS->Enable Version Control Integration->Git->remote->输入SSH 2.Define Remotes 3.复制SSH 到GIt Open Git bash 4.复制最后黄色的到git ,添加ssh key 5.复制SSH ...
分类:
其他好文 时间:
2021-06-29 15:28:35
阅读次数:
0
[Django REST framework - Web应用模式,restful规范,安装及使用] Web应用模式 在开发Web应用中,有两种应用模式: 前后端混合开发(前后端不分离):返回的是html的内容,需要写模板 前后端分离:只专注于写后端接口,返回json,xml格式数据 前后端不分离 ...
分类:
Web程序 时间:
2021-06-29 15:22:40
阅读次数:
0
Python部分内置函数 class bytearray([source[, encoding[, errors]]]) 返回一个新的 bytes 数组。 bytearray 类是一个可变序列,包含范围为 0 <= x < 256 的整数。它有可变序列大部分常见的方法 可选形参 source 可以用 ...
分类:
编程语言 时间:
2021-06-28 21:03:27
阅读次数:
0
导入一个项目的时候,报了Unable to load class 'javax.xml.bind.JAXBException'这个错。 解决: 将jdk换成jdk1.8就可以了。 原来的版本是android studio 4.2.1自带的jdk11的。 ...
分类:
编程语言 时间:
2021-06-28 20:39:12
阅读次数:
0
简介 sh是Unix最初使用的shell,Linux默认为bash,是sh的扩展。 source <FileName>:在当前bash环境下,读取并执行FileName中的命令,该FileName可以无执行权限,该命令可以用命令.代替; sh <FileName>或者bash <FileName>: ...
分类:
系统相关 时间:
2021-06-28 20:30:05
阅读次数:
0
识别银行卡云函数card2/index.js: const cloud = require('wx-server-sdk') cloud.init({ env: cloud.DYNAMIC_CURRENT_ENV, }) exports.main = async (event, context) = ...
分类:
微信 时间:
2021-06-28 20:21:21
阅读次数:
0