Parallels Desktop 16 被称为macOS上最强大的虚拟机软件,可以在 Mac 下同时模拟运行 Win、Linux、Android 等多种操作系统及软件而不必重启电脑,并能在不同系统间随意切换。 Parallels Desktop 16 在最新的macOS Big Sur 11.0系 ...
分类:
系统相关 时间:
2021-07-02 16:11:02
阅读次数:
0
1、 https://www.cnblogs.com/zhaoyingjie/p/6160363.html 开始以为是这个样子: [python] view plain copy class BlogForm(forms.Form): title = forms.CharField(required ...
分类:
其他好文 时间:
2021-07-02 15:30:38
阅读次数:
0
列表属性 ol,ul{ /*list-style: disc;*/ /*实心圆点*/ /*list-style: square;*/ /*实心小方块*/ /*list-style: circle;*/ /*空心圆点*/ /*list-style: decimal;*/ /*1/2/3数字排序*/ / ...
分类:
Web程序 时间:
2021-07-01 17:29:11
阅读次数:
0
GET /megacorp/employee/_search megacorp :索引库 employee:类型 curl 'http://localhost:9200/?pretty' pretty:美化结果输出 GET /_count { "query": { "match_all": {} } ...
分类:
其他好文 时间:
2021-07-01 17:21:12
阅读次数:
0
接口请求中加header有时400报错,请求失败 查看信息应该是header传值有问题,语法格式有误,可能是header中有特殊字符为编码,服务器无法理解此请求。尝试fix,将header全部utf-8编码后再请求。 1 var token = SpUtil.getToken() 2 try { 3 ...
分类:
移动开发 时间:
2021-07-01 17:04:10
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <!-- 文档流 文档流处在网页的最底层,他表示的是一个页面中的位置 我们所创建的元素都处在文档流中 元素在文档流中的特点 块元素 ...
分类:
其他好文 时间:
2021-07-01 17:02:11
阅读次数:
0
osmdroid's MapView is basically a replacement for Google's MapView class. First of all, create your Android project, and follow HowToMaven if you're u ...
分类:
移动开发 时间:
2021-07-01 16:54:55
阅读次数:
0
学习HTML5的第三天: 1.带样式的表格表单 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>表格表单</title> <style type="text/css"> tr { border: none; height: 30 ...
分类:
Web程序 时间:
2021-07-01 16:36:54
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>垂直外边距的重叠</title> <style type="text/css"> .box1{ /* 为上面的元素设置一个下外边距 */ width: 100px; height: ...
分类:
其他好文 时间:
2021-07-01 16:28:08
阅读次数:
0
1.创建一个Android Demo项目,设置拍照,读取等权限(基本的就不讲了,主要说明重点。) 2.创建自定义View public class CropImageView extends View { // 在touch重要用到的点, private float mX_1 = 0; privat ...
分类:
移动开发 时间:
2021-07-01 16:20:29
阅读次数:
0