码迷,mamicode.com
首页 >  
搜索关键字:file ext4magic 数据恢复    ( 52391个结果
Simple GAN的原理及Pytorch实现
follow this video: https://www.youtube.com/watch?v=OljTVUVzPpM paper: https://papers.nips.cc/paper/2014/file/5ca3e9b122f61f8f06494c97b1afccf3-Paper.pd ...
分类:其他好文   时间:2021-05-24 11:57:23    阅读次数:0
postsql
https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm yum install postgresql13-contrib postgresql13-se ...
分类:数据库   时间:2021-05-24 10:29:11    阅读次数:0
Redis的持久化和事务小结
持久化配置 RDB(Redis DataBase)策略 , redis默认策略 AOF(Append Only File)策略 小结: 根据需求选择开启持久化策略,一般开启RDB就够了 事务 Redis的事务:允许把一组redis命令放在一起,把命令序列化,然后一起执行,保证部分原子性 multi ...
分类:其他好文   时间:2021-05-24 10:23:15    阅读次数:0
PAT Advanced 1002 A+B for Polynomials (25 分) c++语言实现(g++)
This time, you are supposed to find A+B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu ...
分类:编程语言   时间:2021-05-24 10:17:27    阅读次数:0
Pycharm鼠标滚动控制字体大小
一、pycharm字体放大的设置 File —> Settings —> Keymap —>在搜寻框中输入:increase —> Increase Font Size(双击) —> 在弹出的对话框中选择Add Mouse Shortcut 在弹出的对话框中同时按住ctrl键和鼠标滚轮向上滑。 二、 ...
分类:其他好文   时间:2021-05-24 10:15:27    阅读次数:0
SheetJS读取日期为指定格式
看看我 //读取Excel数据 function getExcelData(file, callback) { var reader = new FileReader(); //文件加载完成后调用 reader.onload = function (e) { var data = e.target. ...
分类:Web程序   时间:2021-05-24 09:33:58    阅读次数:0
DOM用法
一、DOM 简介 DOM (Document Object Model)是指文档对象模型,通过它,可以访问HTML文档的所有元素。 DOM(Document Object Model)是一套对文档的内容进行抽象和概念化的方法。 当网页被加载时,浏览器会创建页面的文档对象模型(Document Obj ...
分类:其他好文   时间:2021-05-24 09:31:13    阅读次数:0
[Python]configparser模块读取配置文件
config.ini [phone] imei = 123456789 num = 0 / 14 build = 00WWYL test.py CUR_DIR = os.path.dirname(os.path.abspath(__file__)) configFilePath = os.path. ...
分类:编程语言   时间:2021-05-24 09:30:30    阅读次数:0
QT之XML的解析与生成
1、解析 QFile file(ui->comboBox->currentText()); //打开文件 bool isOK = file.open(QIODevice::ReadOnly | QIODevice::Text); if(isOK){ QXmlStreamReader reader(& ...
分类:其他好文   时间:2021-05-24 09:30:13    阅读次数:0
Python os 批量修改文件名
# -*- coding: utf-8 -*-import os#设定文件路径path=r'D:\郭鹏历届真题解析2007-2020'i=1#对目录下的文件进行遍历for file in os.listdir(path):#判断是否是文件 file_name=os.path.join(path,fi ...
分类:编程语言   时间:2021-05-24 09:25:18    阅读次数:0
52391条   上一页 1 ... 23 24 25 26 27 ... 5240 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!