码迷,mamicode.com
首页 >  
搜索关键字:windows 7 pomelo 环境搭建    ( 81968个结果
文件文本的操作
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
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
linux环境搭建elasticsearch
1 下载解压elasticsearch tar -zxvf elasticsearch-7.6.1-linux-x86_64.tar.gz 2)修改config/elasticsearch.yml vim config/elasticsearch.yml cluster.name: my-appli ...
分类:系统相关   时间:2021-06-03 18:02:47    阅读次数: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
【教程】Linux上安装MySQL
相比Windows系统,Linux系统上安装MySQL比较简单,本文将详细介绍如何在Ubuntu系统安装MySQL。 PART 1 安装MySQL 1.更新软件源 sudo apt update 2.安装MySQL sudo apt-get install mysql-server sudo apt ...
分类:数据库   时间:2021-06-03 17:48:23    阅读次数:0
kubectl工具安装指南
kubectl是一个用于连接Service Mesh控制平面的工具,可以安装在办公电脑的Windows系统上,也可以安装在虚拟机的Linux系统上,只要网络能与控制平面的公网地址互通即可。下面分别介绍在Windows系统和Linux系统的安装方法。 1. Windows上安装kubectl1.1. ...
分类:其他好文   时间:2021-06-03 17:36:36    阅读次数:0
裁剪PNG图片透明部分
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:其他好文   时间:2021-06-02 20:39:46    阅读次数:0
81968条   上一页 1 ... 16 17 18 19 20 ... 8197 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!