码迷,mamicode.com
首页 >  
搜索关键字:hard disk    ( 4451个结果
Linux:文件属性信息-软硬链接数(ln)
文件属性信息 硬链接数 硬链接: 概念说明: 超市的多个门 ??? 在一个分区中,inode号码相同的文件,互为硬链接 诞生过程: ln 链接的源文件 硬链接的文件信息 [root@oldboyedu oldboy] ln /oldboy/oldboy.txt /oldboy/oldboy_hard ...
分类:系统相关   时间:2020-01-11 15:16:04    阅读次数:107
如何使用Disk Drill 3为macOS恢复丢失的数据?
还在因误删数据而懊恼吗?disk drill mac版来帮您!这款苹果数据恢复软件提供磁盘监控、Mac清理、恢复驱动器、数据保护、数据备份等实用功能,支持快速扫描和深度扫描,所有丢失的数据都可以帮你找回,是找回你心爱数据的得力帮手! https://www.macdown.com 使用Disk Dr ...
分类:系统相关   时间:2020-01-10 14:11:59    阅读次数:144
window10 64位系统下redis服务端的下载-安装-配置-卸载
redis下载 windows下载地址:https://github.com/microsoftarchive/redis/releases 自己定义一个目录,解压一下,我的目录是这个,其中:redis-cli.exe是客户端,redis-server.exe是服务端 redis启动 之后cmd打开 ...
分类:Windows程序   时间:2020-01-10 11:02:44    阅读次数:166
#ICCV2019论文阅读#Fully_convolutional_Features
一 知识背景 3D scan&cloud points(点云)patch-based features,fully convolutional network, deep metric learning, sparse tensors,sparse convolutions, hard negeti ...
分类:其他好文   时间:2020-01-09 01:23:53    阅读次数:148
[Git] Use and Compare the Different git Reset Options: --hard, --soft, and --mixed
git reset has three primary options that we might use: --soft, --hard and --mixed (the default). We'll use git reset to undo the latest commit in all ...
分类:其他好文   时间:2020-01-08 21:04:23    阅读次数:75
ceph 对象存储s3
ceph s3cmd的命令 问题: 1. 使用access_key和secret_key获取的对象url,会缓存在浏览器disk cache中,导致每次第二次访问资源的时候,会报no cors的错误 2. 浏览器获取数据时,会显示(from disk cache) 针对问题2,调研 强缓存 强缓存 ...
分类:其他好文   时间:2020-01-08 20:50:42    阅读次数:187
电脑型号5
驱动精灵驱动管理硬件检测报告 电脑型号 兼容电脑台式机处理器 Intel(R) Pentium(R) CPU G4400 @ 3.30GHz内存容量 4.0GB显卡 Intel(R) HD Graphics 510硬盘 GALAX TA1D0120A SCSI Disk Device (120GB) ...
分类:其他好文   时间:2020-01-08 19:12:15    阅读次数:85
Python Files
ython Files In short, the built in function creates a Python file object, which serves as a link to an external file residing on your machine. what is ...
分类:编程语言   时间:2020-01-07 20:12:37    阅读次数:100
【OC知识点】alloc 和init
alloc:执行过程 (1)alloc (2)allocWithZone (3)class_createInstance (4)calloc (5)initIsa init: id _objc_rootInit(id obj){ // In practice, it will be hard to ...
分类:其他好文   时间:2020-01-07 16:34:39    阅读次数:101
Spring boot 缓存的使用
1 首先 引入配置: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-cache</artifactId> </dependency> 2 然后开始 缓存的使用 启动类上 ...
分类:编程语言   时间:2020-01-07 12:53:21    阅读次数:94
4451条   上一页 1 ... 40 41 42 43 44 ... 446 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!