/var/mobile/Containers/Data/Application/百度网盘GUID/Documents/32位随机文件夹/Cache/32位随机文件名(扩展名不变)
自行根据文件大小判断
如:
/var/mobile/Containers/Data/Application/73239646-F55F-4AE9-AC20-9A8C913D297A/Documents/166fe081acd0a0b8b0401a3917d8bae8/Cache/690f450e5ua8b188b7495ecb4e0b93ad.zip
[更多...]
出现这个情况有很多原因,我遇到的情况是最近安装了 Hestia(越狱屏蔽检测)造成的。

[更多...]
----> 曾经的 DIY 2012-6-10。整整11年了。
------------------------------------

这台十一年的老装备,与当时装机时对比,主要设备 CPU,主板,内存,显卡,机箱,电源,都没换过,
曾经以为,一台电脑正常6年就需要换代,它跟着我服役了十一年,而且日常上网办公影音也没任何问题。
[更多...]
10年前配置的电脑( ->曾经的 DIY - 2012-6-10<-)。
原本打算退役。结果疫情、矿业、各种却芯,退役计划暂缓。
最近升级M.2 Pci-e 4.0 x4 SSD,已购三星PM9A1、东芝THNSF5256。考虑到年份已久,主板需要升级BIOS,华擎z77 极限玩家6。

[更多...]
很早之前安装过一些自颁发的根证书
设置 --> 通用 --> 关于本机 --> 证书信任设置

这些自安装的根证书只能禁用,不能删除。
并且不会在 描述文件 中显示(通用 --> 描述文件)
不能删除的原因应该是很早之前安装的,系统经过升级,在描述文件中已不再显示。
[更多...]
大致参考
https://doc.owncloud.org/server/9.0/admin_manual/installation/source_installation.html#ubuntu-
installation-label
国内可能安装 libapache2-mod-php5 出错
E: Package 'libapache2-mod-php5' has no installation candidate
编辑 /etc/apt/sources.list 加上
deb http://ftp.es.debian.org/debian stable main contrib non-free
deb-src http://ftp.es.debian.org/debian stable main contrib non-free
deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free
再运行 sudo apt-get update
----------
安装 mysql
安装中设置mysql的root账号和密码
sudo apt-get install mysql-server
[更多...]
该工具为服务器端和客户端。在使用之前,需要先将服务器端部署在支持Python的服务器上面,然后通过客户端连接并创建本地代理。
Windows
测试环境 Windows Server 2016 TP4
首先需要在Azure的设置中给服务器添加可访问的端口

[更多...]