码迷,mamicode.com
首页 >  
搜索关键字:glance windows image    ( 121602个结果
20210604# python 将webp格式转为png
convertImage.py # 功能 : 将当前工作目录下所有webp格式转为png or jpg # -*- coding: UTF-8 -*- import os from PIL import Image # 返回当前工作目录 CURRENT_PATH = os.getcwd() # 转换 ...
分类:编程语言   时间:2021-06-04 19:06:58    阅读次数:0
win10需要新应用打开此calculator的解决方法
win10运行calc打开计算器提示 需要新应用打开此calculator的解决方法 1、先将所有程序关闭,以管理员身份运行 Windows PowerShell;2、在Windows PowerShell框中键入下面命令:Get-AppXPackage -AllUsers | Foreach {A ...
分类:Windows程序   时间:2021-06-04 19:02:29    阅读次数:0
Windows “在此系统上禁止运行脚本”解决办法
Windows “在此系统上禁止运行脚本”解决办法 set-executionpolicy remotesigned ...
分类:Windows程序   时间:2021-06-04 18:50:15    阅读次数:0
文件文本的操作
import os with open('a.txt','wb') as fp; file = open('a.txt','w',encoding = 'utf-8') # w是覆盖并且重新写入 file.write('Python') # 文件的杜西呃怎么打印出来是个中文字符 # print(fi ...
分类:其他好文   时间:2021-06-04 18:48:35    阅读次数:0
docker镜像
列出镜像: docker images REPOSITORY: 镜像所在仓库名称 TAG: 镜像版本 IMAGE ID: 镜像id CREATED: 镜像创建时间 SIZE: 镜像大小 唯一表示一个镜像: repository:tag 或者imageId 网络中搜索需要的镜像: docker sea ...
分类:其他好文   时间:2021-06-04 18:47:30    阅读次数:0
windows dos命令查看端口占用情况,以及根据pid杀进程
一、查看端口占用情况: netstat -ano|findstr "9901" 9901是要查询的端口号 查询结果如图: 最后一行是进程的pid。 二、杀进程 taskkill /f /pid 612 612是要杀的进程pid /f表示强制执行 如果要根据进程的pid查看进程的详细信息: Ctrl+ ...
分类:Windows程序   时间:2021-06-04 18:42:58    阅读次数:0
Login failed for user 'IIS APPPOOL\web2'
Error: I am getting following error while openning connection with Database from asp.net application. [SqlException (0x80131904): Login failed for use ...
分类:移动开发   时间:2021-06-03 18:29:29    阅读次数:0
一、kettle安装及建立数据库连接
1、下载pdi-ce-9.0.0.0-423.zip并解压 2、windows下运行Spoon.bat 3、界面如下 4、转换上右键-新建-保存,另存为,然后关闭再打开就是打开的新建的文件 5、DB连接-新建 出现问题如下: Driver class 'org.gjt.mm.mysql.Driver ...
分类:数据库   时间:2021-06-03 18:16:41    阅读次数:0
火狐mac windows 不同步
http://mozilla.com.cn/thread-352987-1-1.html http://mozilla.com.cn/thread-330960-1-1.html http://mozilla.com.cn/forum.php?mod=viewthread&tid=330960&pa ...
分类:Windows程序   时间:2021-06-03 17:59:15    阅读次数:0
Sql Server基础环境配置
1、数据库环境搭建时,必须提前规划好服务器的配置与数量,包括服务器的数据量,操作系统,网络,IP需求等 2、Sqlserver的标准化安装 C:System,D:App,E:Data,F:log,G:Backup,H:tempdb H盘解释:SQL Server自带的数据库 原因:分盘装载数据,能提 ...
分类:数据库   时间:2021-06-03 17:57:47    阅读次数:0
121602条   上一页 1 ... 39 40 41 42 43 ... 12161 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!