码迷,mamicode.com
首页 >  
搜索关键字:powershell studio    ( 16767个结果
android studio 如何升级sdk
1.打开android studio 2. 3. 4. 5. 6.下一步就行了,后面需要点击accept/接受就开始下载了 ...
分类:移动开发   时间:2020-07-18 22:56:45    阅读次数:142
VS自动按日期生成版本号
VS自动按日期生成版本号,修改解决方案文件 <PropertyGroup> <TargetFramework>netstandard2.1</TargetFramework> <Revision>$([System.DateTime]::Now.ToString("yyyy.MM.dd.HHmm") ...
分类:其他好文   时间:2020-07-18 22:29:46    阅读次数:113
AndroidStudio 插件记录
AI提示自动补齐代码插件 Codota TabNine 自动为Color值命名框架 Name That Color ...
分类:移动开发   时间:2020-07-18 21:58:54    阅读次数:81
ANdroid Studio下载
安装好Android Studio4.0。下载地址:https://developer.android.google.cn/studio安装教程:https://blog.csdn.net/xuw_xy/article/details/89524335 ...
分类:移动开发   时间:2020-07-18 21:55:38    阅读次数:360
yb课堂 VSCODE编译器和开发环境搭建 《二十五》
前端编辑器 vscode:免费开源的现代化轻量级代码编辑器,支持大部分主流的开发语言的语法高亮、智能代码补全、自定义热键、代码对比DIFF、GIT等特性,支持插件扩展,软件跨平台支持Win、Mac以及Linux 其他:sublime、hbuilder、webstorm vscode安装地址:http ...
分类:其他好文   时间:2020-07-18 20:01:57    阅读次数:81
python json格式化打印
编写python脚本,调试的时候需要打印json格式报文,直接打印看不出层次,可以使用json.dumps格式化打印 import json import requests def test_json(): r=requests.get('https://home.testing-studio.co ...
分类:编程语言   时间:2020-07-18 19:50:51    阅读次数:71
web前端程序员代码编辑器推荐
Visual Studio Code Visual Studio Code中文版是微软推出的带 GUI 的代码编辑器,软件功能非常强大,界面简洁明晰、操作方便快捷,设计得很人性化。软件主要改进了文档视图,完善了对 Markdown的支持,新增php语法高亮。 Atom ATOM,是一个现代的文本编辑 ...
分类:Web程序   时间:2020-07-18 00:33:57    阅读次数:114
VSCode调试网页JavaScript代码
一、调试准备 Windows10 64bits IDE:Visual Studio Code1.28.2 安装插件:Chrome(安装方法:Debug -> Install Additional Debuggers... -> Debugger for Chrome,重新启动vscode即可。) 二 ...
分类:编程语言   时间:2020-07-17 19:36:54    阅读次数:93
SharePoint Online: Create Multiple Lists from a CSV File using PowerShell
How to Create Multiple lists from CSV File? We can use the combination of CSV and PowerShell to create multiple lists in bulk in SharePoint Online. He ...
分类:系统相关   时间:2020-07-17 14:13:50    阅读次数:83
.Net Gacutil工具(全局程序集缓存工具)使用教程
GAC(Global Assembly Cache)全局程序集缓存,是用于存放.Net应用程序共享的程序集。 像平常我们在Visual Studio中引用系统程序集时,这些程序集便来自于GAC。 下面介绍如何使用Gacutil.exe来对GAC进行管理 Gacutil会随 Visual Studio ...
分类:Web程序   时间:2020-07-17 13:59:16    阅读次数:93
16767条   上一页 1 ... 29 30 31 32 33 ... 1677 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!