码迷,mamicode.com
首页 >  
搜索关键字:powershell studio    ( 16767个结果
Visual Studio出现“ 激活远程语言服务器 c#/Visual Basic 语言服务器客户端出错”请运行devenv/log并检查…………“错误解决办法
解决办法: 1、找到Visual Studio 的安装路径,然后找到devenv.exe, 复制下此时的路径。一般情况下都是 C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE 2、Windows+R 打开 cmd.exe,然后在cmd ...
分类:编程语言   时间:2020-06-25 12:10:50    阅读次数:526
VisualStudio C++使用汇编函数
Visual Studio编写C++代码使用汇编函数 新建空项目 新建如下源文件 ;test.asm ;测试函数 三个数相加 ;.386 .model flat, c ;public test_ .code test_ proc ;初始化栈帧指针 push ebp mov ebp,esp ;加载参数 ...
分类:编程语言   时间:2020-06-24 23:18:39    阅读次数:106
Android Studio用上Visual Studio Android Emulator
背景介绍 第一次接触Android官方的AVD(Android Virtual Device)时你可能会吐槽又慢又丑,不要紧,微软作为新晋安卓阵营最佳开发商,其实也为我们准备了一个脱胎于Windows Phone 模拟器的适用于Android 的 Visual Studio 模拟器(Visual S ...
分类:移动开发   时间:2020-06-24 21:48:41    阅读次数:393
常用开发办公工具
开发工具: 1.Navicat Premium 15 支持多种数据库 2.visual studio2019 3.visual studio Code 4.GitHub Desktop 5.ProcessOn ,XMIND 思维导图 6.mobaxterm 服务器连接工具 7.搜索Everythin ...
分类:其他好文   时间:2020-06-24 15:59:19    阅读次数:39
NLP实例
环境:window10 + python3.8 + Visual Studio Code 发现好的内容就收集到这里。 词云(WordCloud) Ref:Python 词云可视化 文本朗读(Text to speech) 语音合成(Speech synthesis)语音识别(Speech recog ...
分类:其他好文   时间:2020-06-24 14:12:35    阅读次数:86
vscode切换虚拟环境报错无法加载文件 E:\Python_project\shop_env\Scripts\Activate.ps1,因为在此系统上禁止运行 脚本。
在使用vscode切换python的虚拟环境时报错 解决方法如下: Windows+x打开面板,选择以管理员身份运行PowerShell,输入: set-executionpolicy remotesigned,接下来输入“y”表示执行。 再次打开vscode,重新切换虚拟环境就可以了 ...
分类:编程语言   时间:2020-06-24 11:56:59    阅读次数:196
Visual Studio Code 一款好用的IDE
Visual Studio Code 一款好用的IDE 集成开发工具 就是Eclipse啦,Visual Studio啦这类的工具。IDE (Integrated Development Environment) 集成开发环境 集成开发环境(简称IDE)软件是用于程序开发环境的应用程序,一般包括代码 ...
分类:其他好文   时间:2020-06-23 21:42:17    阅读次数:206
Windows10 添加shift + 右键打开cmd
前言:有的时候我们想在某个目录下鼠标右键选项打开cmd,但是win10默认鼠标右键打开是powershell,如下图: 介于使用cmd更加习惯,我们可以修改相关注册表来添加shift + 右键打开cmd。 一、右键添加cmd与powershell共存 1.电脑任意位置新建reg文件,如:addCmd ...
分类:Windows程序   时间:2020-06-23 21:38:33    阅读次数:143
openssl windows编译 32位&64位
openssl版本:openssl-1.0.1h 64位编译 1、编译环境:openssl-1.0.0a必须用vs2008编译(Open Visual Studio 2008 x64 Cross Tools Command Prompt),VC6+nasm32是无法编译了,因为openssl-1.0 ...
分类:Windows程序   时间:2020-06-23 15:40:51    阅读次数:86
Windows下Visual Studio 2013编译Lua 5.1.4版本
1、创建一个Visual C++的Empty Project,如果需要支持Windows XP将Platform Toolset设置为Visual Studio 2013 - Windows XP (v120_xp)。 2、Configuration Type设置为Dynamic Library ( ...
分类:Windows程序   时间:2020-06-23 13:25:52    阅读次数:68
16767条   上一页 1 ... 40 41 42 43 44 ... 1677 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!