Windows常用快捷键 Ctrl+C 复制 Ctrl+V 粘贴 Ctrl+S 保存 Ctrl+A 全选 Ctrl+Z 撤销(返回上一步) Ctrl+X 剪切 Ctrl+N 新建窗口 Ctrl+W 关闭当前窗口 Alt+F4 关闭窗口 Alt+Tab 进行窗口切换 Shift+Delete 永久删除 ...
运行 regedit进入HKEY_CURRENT_USER\Console\Tomcat,如果没有Tomcat则新建。然后按照下图新建CodePage项 输入值,点确认,再次启动Tomcat,中文日志就可以正常显示 具体原理参照https://blog.csdn.net/chy555chy/arti ...
通过VS Code来实时预览markdown文件的效果,操作如下 新建一个文本文件,然后将其后缀名改成.md 然后用VS Code打开文件 打开命令行,在上菜单栏的view->command palette 或者用快捷键Ctrl+Shift+p 在命令行中输入Markdown: Open Previ ...
分类:
其他好文 时间:
2021-03-15 11:31:18
阅读次数:
0
启动/停止 服务 启动服务 net start mysql 停止服务 net stot mysql 查看服务启动状态 window+R -->services.msc -->找到MySQL ...
分类:
数据库 时间:
2021-03-15 11:24:34
阅读次数:
0
python\小脚本\地址经纬度解析.py # -*- coding: utf-8 -*- """ Created on Thu Nov 24 10:10:13 2016 @author: Acer """ # -*- coding: utf-8 -*- #import sys, urllib, u ...
分类:
其他好文 时间:
2021-03-15 11:02:26
阅读次数:
0
文件备份与重命名 # 2种方式打开文件、备份文件、 import os # 打开文件 class FileOpen: @staticmethod def file_open1(file): fp = open(file, "w+", encoding="utf-8") # 无需flush,因为clo ...
分类:
其他好文 时间:
2021-03-15 10:54:22
阅读次数:
0
VS Code 装好ESLint 插件报黄线的问题,具体解决方法如下所示: ESLint is disabled since its execution has not been approved or denied yet. Use the light bulb menu to open the ...
分类:
移动开发 时间:
2021-03-15 10:51:43
阅读次数:
0
SQLMANAGE 数据库连接管理 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;u ...
分类:
数据库 时间:
2021-03-12 14:16:14
阅读次数:
0
一、MSF原则概述 1 、推动信息共享与沟通( Foster open communication ) 2 、为共同的远景工作( Work toward a shared vision ) 3 、充分授权和信任( Empower team members ) 4 、各司其职,对项目共同负责( Est ...
分类:
其他好文 时间:
2021-03-12 14:07:48
阅读次数:
0
##安装依赖 yum install gcc gcc-c++ automake pcre pcre-devel zlip zlib-devel openssl openssl-devel ##解压 tar xf nginx-1.18.0.tar.gz -C /data/ ##创建虚拟用户 usera ...
分类:
其他好文 时间:
2021-03-12 13:27:36
阅读次数:
0