码迷,mamicode.com
首页 >  
搜索关键字:win    ( 18141个结果
小程序 vant weapp组件使用
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无法成功
Xshell 建立连接异常。再分析具体是linux ping windows 正常,windows ping linux无法成功 解决方案 ...
分类:Windows程序   时间:2021-04-24 13:42:05    阅读次数:0
Delphi WinAPI SetThreadLocale - 设置调用线程的当前区域设置,改变语言环境
Delphi WinAPI SetThreadLocale - 设置调用线程的当前区域设置,改变语言环境 原型语法: BOOL SetThreadLocale( LCID Locale //指定区域设置的区域设置标识符。 ); Locale 可选参数: LOCALE_CUSTOM_DEFAULT L ...
分类:编程语言   时间:2021-04-24 13:17:09    阅读次数:0
使用 Cygwin 在 Windows 中使用 Linux 命令
如果要在 Windows 中运行 Linux 命令,那么 Cygwin 是一个推荐的工具。Cygwin 创建于 1995 年,旨在提供一个原生运行于 Windows 中的 POSIX 兼容环境。Cygwin 是由 Red Hat 员工和许多其他志愿者维护的自由开源软件。 二十年来,Windows 用 ...
分类:Windows程序   时间:2021-04-24 13:13:36    阅读次数:0
对话框:QDialog
案例 ''' 对话框:QDialog QMessageBox QColorDialog QFileDialog QFontDialog QInputDialog QMainWindow QWidget QDialog ''' import sys from PyQt5.QtCore import * ...
分类:其他好文   时间:2021-04-24 11:57:51    阅读次数:0
java中什么是线程不安全给出一个例子
下面我们再给出一个线程不安全的例子。 例: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
windows下的host文件在哪里,有什么作用?
来源:https://blog.csdn.net/xifeijian/article/details/15660185 在Window系统中有个Hosts文件(没有后缀名),在Windows98系统下该文件在Windows目录,在Windows2000/XP系统中位于C:\Winnt\System3 ...
分类:Windows程序   时间:2021-04-23 12:21:45    阅读次数:0
IPFS文件资源分享库/CID列表
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
Docker容器操作
Docker中,一个镜像文件运行后,会生成对应的一个容器。 一、运行镜像,创建容器 # 简写 docker run 镜像ID|镜像名称[:tag] # 完整 docker run -d -p 宿主机端口:容器端口 --name 容器名称 镜像ID|镜像名称[:tag] # -d:后台启动 # -p ...
分类:其他好文   时间:2021-04-22 16:19:18    阅读次数:0
Javascript Promise技术
Simple explain: In ES2018 When the catch method is called with argument onRejected, the following steps are taken: Let promise be the this value. Retu ...
分类:编程语言   时间:2021-04-22 16:05:11    阅读次数:0
18141条   上一页 1 ... 13 14 15 16 17 ... 1815 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!