windows下使用itunes进行iphone备份的时候,会发现备份的路径无法修改。默认为:C:\Users\[用户名]\AppData\Roaming\Apple Computer\MobileSync\Backup 。但将备份文件放在系统盘显然不太安全,而且随着iphone备份文件越来越大,也 ...
分类:
其他好文 时间:
2020-01-19 12:52:18
阅读次数:
115
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:
其他好文 时间:
2020-01-17 21:13:06
阅读次数:
93
In computer science, a heap is a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:
其他好文 时间:
2020-01-17 20:50:35
阅读次数:
68
通过对消息函数(SendMessage、PostMessage、Perform)的一般应用,来说明sendmessage、postmessage函数和perform 方法调用方式和结果的区别。 一、程序界面 二、程序代码及注释 unit Unit1; interface uses Windows, ...
find结合grep模糊匹配文件搜索关键字 不知道哪个单词在哪个文件里面可以使用这种方法 ...
分类:
系统相关 时间:
2020-01-15 14:10:57
阅读次数:
100
Self-supervised learning and computer vision 2020-01-15 08:05:47 Source: https://www.fast.ai//2020/01/13/self_supervised/ Introduction to self-supervi ...
分类:
其他好文 时间:
2020-01-15 09:35:25
阅读次数:
164
1.查看当前的主机名 [root@fangjian ~]# hostnamectl Static hostname: brace Pretty hostname: Brace Icon name: computer-vm Chassis: vm Machine ID: 201912251116078 ...
分类:
系统相关 时间:
2020-01-14 13:33:19
阅读次数:
104
1.联网 cd /ect/syscofig/network-scripts ls vi ifcfg-ens33 ONBOOT=yes reboot ping www.baidu.com 2.检查yum是否可用 3.install X Window System 4.yum groupinstall ...
分类:
其他好文 时间:
2020-01-13 23:41:56
阅读次数:
107
在写UWP应用时,通常会需要在代码里面判断当前是什么设备类型,以便在不同的设备上显示出不同的效果或者内容。 1. 通常我们都知道如何在C#代码里面去判断 public static DeviceFormFactorType GetDeviceFormFactorType() { switch (An ...
分类:
其他好文 时间:
2020-01-13 19:56:38
阅读次数:
75
simple faster RCNN 代码地址: https://github.com/chenyuntc/simple-faster-rcnn-pytorch/tree/master 作者解析: https://zhuanlan.zhihu.com/p/32404424 YOLOv3 代码地址: ...
分类:
编程语言 时间:
2020-01-13 14:39:13
阅读次数:
97