1.按键win+R打开 cmd 2.npm -v 若出现版本号 证明没问题 3.node -v 若出现版本号 证明没问题 若没出现版本号 http://nodejs.cn/ 该网站进行下载对应版本,下载后一路点击next,默认安装到c盘,不用配置了。 选中miniprogram-- 在终端打开-- ...
分类:
微信 时间:
2021-04-26 12:59:06
阅读次数:
0
Xshell 建立连接异常。再分析具体是linux ping windows 正常,windows ping linux无法成功 解决方案 ...
Delphi WinAPI SetThreadLocale - 设置调用线程的当前区域设置,改变语言环境 原型语法: BOOL SetThreadLocale( LCID Locale //指定区域设置的区域设置标识符。 ); Locale 可选参数: LOCALE_CUSTOM_DEFAULT L ...
分类:
编程语言 时间:
2021-04-24 13:17:09
阅读次数:
0
如果要在 Windows 中运行 Linux 命令,那么 Cygwin 是一个推荐的工具。Cygwin 创建于 1995 年,旨在提供一个原生运行于 Windows 中的 POSIX 兼容环境。Cygwin 是由 Red Hat 员工和许多其他志愿者维护的自由开源软件。 二十年来,Windows 用 ...
#新建url文件,以名filelist.txt为例 vim filelist.txt #把文件下载地址url填进去 #执行命令下载 wget -bc -i filelist.txt #选项说明 -b, --background 启动后转入后台。 -c, --continue 继续下载部分下载的文件。 ...
分类:
Web程序 时间:
2021-04-24 13:11:34
阅读次数:
0
Mongdb mongdb入门 mongdb安装 linux下安装mangdb wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel62-3.2.10.tgz 下载完成后解压 tar zxvf mongodb-linux-x8 ...
分类:
数据库 时间:
2021-04-24 11:58:27
阅读次数:
0
案例 ''' 对话框:QDialog QMessageBox QColorDialog QFileDialog QFontDialog QInputDialog QMainWindow QWidget QDialog ''' import sys from PyQt5.QtCore import * ...
分类:
其他好文 时间:
2021-04-24 11:57:51
阅读次数:
0
下面我们再给出一个线程不安全的例子。 例:1.8.2 class BookMark_to_win { int bookNum=10; void onlySellOne() { if (bookNum > 0) { System.out.println(Thread.currentThread().g ...
分类:
编程语言 时间:
2021-04-23 12:23:20
阅读次数:
0
来源:https://blog.csdn.net/xifeijian/article/details/15660185 在Window系统中有个Hosts文件(没有后缀名),在Windows98系统下该文件在Windows目录,在Windows2000/XP系统中位于C:\Winnt\System3 ...
IPFS搜索引擎 https://ipfs-search.com/ https://www.ipse.io/ IPFS浏览 https://explore.ipld.io/ IPFS应用 https://github.com/ipfs/ipfs-desktop IPFS文件CID分享列表(可直接用I ...
分类:
其他好文 时间:
2021-04-23 11:52:01
阅读次数:
0