appium官网:https://appium.io/docs/en/about-appium/getting-started/ 了解启动参数 https://appium.io/docs/en/writing-running-appium/caps/ 包括通用的和安卓和ios独有. 主要启动参数了 ...
分类:
移动开发 时间:
2021-06-28 19:08:54
阅读次数:
0
set内是一颗红黑树,好像我以后也是要学的 注意set是会自动排序的,但是你根本找不到每一个数的排名 因为,set没这个功能,开一个数组记录一下就好了 所以我们现在有这么几个函数 #include<bits/stdc++.h> using namespace std; #define re regi ...
分类:
其他好文 时间:
2021-06-28 18:30:07
阅读次数:
0
相关文件 muduo/net/Channel.h muduo/net/Channel.cc 作用 Channel可理解为一个文件描述符fd和如何处理它的事件的回调函数的封装。 Channel负责注册和响应IO事件. muduo用户一般不直接使用Channel,而使用更上一层的封装,如TCPConne ...
分类:
其他好文 时间:
2021-05-24 12:25:58
阅读次数:
0
Now our job as programmers changes from figuring out the rules, to determining the activities, to writing the code that matches the data to the labels ...
分类:
其他好文 时间:
2021-04-20 15:41:14
阅读次数:
0
进入查看:2021-2022学年英语周报八年级第25期答案及试题 It is never too old to learn.活到老,学到老。It is no use crying over spilt milk.覆水难收。It is the first step that costs trouble ...
分类:
其他好文 时间:
2021-04-10 13:19:01
阅读次数:
0
在告警日志里出现了大量ORA-3136的报错,于是mos上查看: 从MOS的465043.1:Troubleshooting ORA-3136: WARNING Inbound Connection Timed Out,这篇文章找到一些端倪: 这个报错指出客户端连接没有在规定的时间内通过认证,这个时 ...
分类:
其他好文 时间:
2021-04-09 13:04:02
阅读次数:
0
from django.contrib import admin# Register your models here.#注册模型# admin.site.register(模型类)from book.models import BookInfo, PeopleInfoadmin.site.regi ...
分类:
其他好文 时间:
2021-03-05 13:18:58
阅读次数:
0
因为自己的问题,在Git设置邮箱的时候打成了域名,一直没有发现,直到在Gitee上看项目的时候,发现了两个我的头像,才知道自己的配置错了。笑 如果你只是想要修改最后一次提交的历史(没有推送到远程服务器),可以使用命令: git commit --amend 像我这样的,只能重写整个Git历史。 为了 ...
分类:
其他好文 时间:
2021-03-01 13:20:48
阅读次数:
0
List是线程不安全的,通过一个数组存储数据,当容量达到数组上限时,创建一个新数组,因此存在线程安全问题 SafeList是在做增删改操作时返回一个新的ReadonlyList,所以不存在线程安全问题 /// <summary> /// SafeList is mutable, but it use ...
分类:
编程语言 时间:
2021-02-20 12:22:14
阅读次数:
0
公司的C++工程迁移到了Centos8上面。现进行警告消除。发现如下警告。觉得挺有意思的记录一下。 Centos版本: cat /etc/redhat-releaseCentOS Linux release 8.2.2004 (Core) Gcc版本: gcc --versiongcc (GCC) ...
分类:
数据库 时间:
2021-02-15 11:58:50
阅读次数:
0