笔记

将pip源更换到国内镜像 用pip管理工具安装库文件时,默认使用国外的源文件,因此在国内的下载速度会比较慢,可能只有50KB/s。幸好,国内的一些顶级科研机构已经给我们准备好了各种镜像,下载速度可达2MB/s。 其...

How to Install Sqlite3 on Windows 10

Sqlite is a serverless relational database management system, what we called as an embedded database. It is very lightweight and very easy to use. In this article we are going to see how to install...

Using Python environments in VS Code

An "environment" in Python is the context in which a Python program runs. An environment consists of an interpreter and any number of installed packages. The Python extension for VS Code provides h...

windows安装gitea服务

注册为Windows服务 要注册为Windows服务,首先以Administrator身份运行 cmd,然后执行以下命令: sc create gitea start= auto binPath= "\"C:\gitea\gitea.exe\" web --config \"C:\gitea\custom\conf\app.ini...

win10用组策略彻底关闭自动更新

使用 Win10 专业版系统的,可以进行以下操作方法: Win R 键,在运行框中输入 gpedit.msc 之后确定,打开组策略编辑器:计算机配置 > 管理模板 > Windows组件 > Windows 更新,双击进入。 进入后...

如何查看自己电脑的型号

如何查看自己电脑的型号 1.同时按下“win+r键”,在运行窗口输入“dxdiag”。 2.这个型号是硬件制造商写入的。 3.这个型号无法修改。

SSH配置+公钥证书认证方式登录

什么是SSH: SSH 为 Secure Shell 的缩写,由 IETF 的网络工作小组(Network Working Group)所制定;SSH 为建立在应用层和传输层基础上的安全协议。SSH 是目前较可靠,专为远程登录会话和其他网络服务提供安...

常用WP REST API 接口

1、文章 (1)获取最新文章(默认获取到最新的10篇文章) http://www.195440.com/wp-json/wp/v2/posts 与 http://www.195440.com/wp-json/wp/v2/posts?page=1 效果相同,page用于指定页数,WP REST AP...

iOS iPhone和iPad图标(icon)和启动图(LaunchImage)尺寸

一、iOS图标尺寸 如上传iOS AppStore,则必须提供1024px1024px的图标。 或企业内部分发,则需提供57px57px和512px*512px的图标。 1、iPhone 图标: (1)Spotlight搜索图标尺寸: 80px*80px,120p...