码迷,mamicode.com
首页 >  
搜索关键字:tools    ( 10556个结果
Harmony OS 开发指南——DevEco Device Tool 安装配置
本文介绍如何在Windows主机上安装DevEco Device Tool工具。 坑点总结: 1. 国内部分网络环境下,安装npm包可能会很慢或者超时,推荐使用国内npm源(如淘宝源、华为源等);2. serialport这个npm包安装的过程中需要编译源码,需要先安装windows-build-tools再安装这个包才会成功;3. DevEco Device Tool中打包了预编译的.exe文件,只能在Windows版的VSCode中使用(暂不支持Linux和Mac OS);
分类:其他好文   时间:2020-10-05 21:29:14    阅读次数:49
在windows下搭建编程环境git+vscode安装配置教程
git+vscode是一个非常友好的bash for windows的编程环境组合,本文介绍了如何在window系统中配置它们。 ...
分类:Windows程序   时间:2020-09-24 20:56:43    阅读次数:64
idea 集成TortoiseSVN 安装使用
1.下载TortoiseSVN 安装 选择安装地址,点开command line client tools选中第二条。 安装完成后,桌面右击鼠标,出现这两个功能说明安装成功。 2.打开idea - File - Settings - Version Control - Subversion 选择sv ...
分类:其他好文   时间:2020-09-21 11:35:01    阅读次数:47
01 | ip addr的内容解析
如何查看ip地址 Windows Linux ipconfig ifconfig ip addr ifconfig和ip addr的区别 ifconfig : net-tools ip addr: iproute2 IP地址类别 IP地址是一个网卡在网络世界的通讯地址,相当于我们现实世界的门牌号码。 ...
分类:其他好文   时间:2020-09-18 01:47:34    阅读次数:28
Compile error: Cannot find a C++ compiler that supports both C++11 and the specified C++ flags
reno@MyComputer:~/tools/cmake-3.12.4$ ./configure CMake 3.12.4, Copyright 2000-2018 Kitware, Inc. and Contributors C compiler on this system is: cc Er ...
分类:编程语言   时间:2020-09-18 01:02:04    阅读次数:40
DotNet Core 3.1 EF Core 数据库迁移(Migration)
开发环境 编译器:VS2019 数据库:SqlServer 2019 运行环境 DotNet Core SDK(3.1.400) SqlServer迁移方式 依赖包 Microsoft.EntityFrameworkCore Microsoft.EntityFrameworkCore.SqlServ ...
分类:数据库   时间:2020-09-18 00:24:17    阅读次数:38
Windows Server 2019 Datacenter OVF 模板 百度网盘 下载
1. VM 版本 11,即兼容 ESXi 6.0 / Fusion 7.x / Workstation 11.x / Player 7.x 及以上版本 2. VM-Tools 基于 vSphere 7.0,版本:11.0.5 3. 启用 CPU、内存热添加
分类:Windows程序   时间:2020-09-17 23:45:22    阅读次数:93
k3 cloud部署包中的安装包变成了浏览器,不能安装
默认是关联金蝶程序打开的,直接点击运行,你这个被浏览器给改了,我也没注意打开是用的那个本地文件。 右键安装包,打开方式,找到安装目录Tools\PackageTool文件夹里面的Kingdee.Tools.PackageTool.Shell.exe和Kingdee.Tools.PackageTool ...
分类:其他好文   时间:2020-09-17 22:11:02    阅读次数:24
PHP爬虫 获取 Bilibili 视频封面图
原文链接 [PHP] 纯文本查看 复制代码 ? 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 <?php function curl($url ...
分类:Web程序   时间:2020-09-17 17:38:51    阅读次数:34
Python合并字典组成的列表
合并字典组成的列表 最近做了个数据合并的需求这里记录下: 题目要求如下: dict_of_list1 = [{"name": "zhangsan", "age": 18}, {"name": "lisi", "age": 19}, {"name": "wangwu", "age": 20}] dic ...
分类:编程语言   时间:2020-09-16 12:34:37    阅读次数:32
10556条   上一页 1 ... 17 18 19 20 21 ... 1056 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!