frp内网穿透
使用的版本:0.52.3
服务端
我这使用的阿里云服务器的linux,假设该服务器的公网ip为11.11.11.11 frps.toml配置文件如下
bindPort = 18000
vhostHTTPPort = 18080
vhostHTTPSPort = 18443
maxPoolCount = 50
tcpmuxHTTPConnectPort = 18337
[we...1、 安装 jupyterlab,代码补全,中文等
pip install jupyterlab
//或者
conda install -c conda-forge jupyterlab
pip install jupyter-lsp
pip install jupyterlab-lsp
pip install python-lsp-server
pip install jupyterla...1、先去官网下载 Windows embeddable package包 2、解压后,下载:get-pip.py到文件夹下 3、使用 python get-pip.py 命令安装pip 4、修改文件:python版本._pth,去掉import site前面的#号注释 5、可以进入Scripts文件夹下,看pip命令是否正常使用了
CREATE TABLE order_temp ( order_day date, item_no text, order_qty real, qty real, input_time timestamp);
CREATE UNIQUE INDEX idx_order_temp_union ON order_t...