码迷,mamicode.com
首页 >  
搜索关键字:program files x86    ( 31958个结果
真机安装Linux系统 (CentOS与Ubuntu)
安装Linux系统 (CentOS与Ubuntu) 60% ) 制作U盘启动 说明:2.0也是可以的。 40%)i选对镜像so文件,我的CentOS镜像是CentOS-7.0-1406-x86_64-DVD.iso,而Ubuntu是(ubuntu-20.04.2.0-desktop-amd64.is ...
分类:系统相关   时间:2021-05-24 10:29:41    阅读次数: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
一个关于双目运算符的测试
编译环境 x86_64-w64-mingw32 gcc version 8.1.0 操作系统 window 10 X64 code #include <stdio.h> #define uint8_t unsigned char #define uint32_t unsigned int int m ...
分类:其他好文   时间:2021-05-24 10:20:00    阅读次数:0
MongoDB 学习 5 组件 MongoDB.Driver,增删改
使用组件 MongoDB.Driver 插入数据 class Program { static void Main(string[] args) { AddWorkerToMongo(); } static void AddWorkerToMongo() { var client = new Mon ...
分类:数据库   时间:2021-05-24 09:44:03    阅读次数:0
sqlserver之关于修改服务器排序规则
一、点击数据库连接,查看当前数据库服务器排序规则 方式二 在查询分析器中,输入SELECT SERVERPROPERTY(‘Collation’) ,获取服务器排序规则 二、停止数据库服务 三、进入数据库安装目录 cd C:\Program Files\Microsoft SQL Server\12 ...
分类:数据库   时间:2021-05-24 08:12:14    阅读次数:0
解决挂载mount: wrong fs type, bad option, bad superblock on
错误如下: mount: wrong fs type, bad option, bad superblock on 192.168.1.7:data/nfsdir2, missing codepage or helper program, or other error (for several fi ...
分类:其他好文   时间:2021-05-24 06:40:25    阅读次数:0
suse11-x86 配置裸设备
环境为suse11-oracleA、B 数据库主机配置裸设备 1、查看A、B主机是否存在共享盘 Oracle1:~# lvmdiskscan /dev/vg01/lv01 [ 100.00 GiB] /dev/sda1 [ 1.00 GiB] /dev/vg01/lv02 [ 10.00 GiB] ...
分类:其他好文   时间:2021-05-24 06:13:25    阅读次数:0
Blob,ArrayBuffer,FileReader,FormData,Buffer的理解
Blob,ArrayBuffer,FileReader,FormData,Buffer的理解 ...
分类:其他好文   时间:2021-05-24 05:36:43    阅读次数:0
解决securecrt绿色免安装版,浏览器无法调用telent协议的情况
打开记事本,输入以下内容,保存为reg文件,安装入注册表。 其中路径为securecrt的安装目录,自行修改 Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Classes\VanDyke.SecureCRT.URLH ...
分类:其他好文   时间:2021-05-24 05:28:59    阅读次数:0
Python自动化操作
一、遍历文件夹代码如下,大家可以根据自己的路径进行修改import osfor dirpath, dirnames, filenames in os.walk(r'C:\\Program Files (x86)'):print(f'打开文件夹{dirpath}') # 当前文件夹路径 if dirn ...
分类:编程语言   时间:2021-05-24 02:56:20    阅读次数:0
31958条   上一页 1 ... 9 10 11 12 13 ... 3196 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!