
● IDE/编辑器
文章平均质量分 56
bat67
这个作者很懒,什么都没留下…
展开
-
VS Code 快捷键(中英文对照)
VsCode 快捷键有五种组合方式Ctrl + Shift + ? : 这种常规组合按钮Ctrl + V Ctrl +V : 同时依赖一个按键的组合Shift + V c : 先组合后单键的输入Ctrl + Click: 键盘 + 鼠标点击Ctrl + DragMouse : 键盘 + 鼠标拖动常用 General按 Press功能 Functi翻译 2017-07-27 10:48:25 · 3772 阅读 · 0 评论 -
Codeblocks : Tips of a day
You can disable thesetips on startup if you uncheck the "Show tips at startup" box below You can have morethan one project open simultaneously Each project can havemore than one build target.原创 2017-08-25 19:12:57 · 666 阅读 · 0 评论 -
Sublime text 3143 授权码/注册码
Sublime text3 3143 在2017年9月13号进行的更新,之前的license key都不能用了,分享一个新的—– BEGIN LICENSE —–TwitterInc200 User LicenseEA7E-8900071D77F72E 390CDD93 4DCBA022 FAF6079061AA12C0 A37081C5 D0316412 4584D13694D7原创 2017-09-18 03:24:23 · 5562 阅读 · 2 评论 -
Sublime Text3 终于更新了!!(附最新版注册码)
时隔一年,Sublime Text3 终于更新了!上一次更新还是在2016年9月,先装上看看好不好用!!Changelog3.0 (Build 3143)13 September 2017See also the Announcement PostRefreshed UI theme, including full high DPI supportNew iconA原创 2017-09-16 14:59:52 · 14521 阅读 · 0 评论 -
整理:使用 Visual Studio Code (vscode) 编写、运行、 调试 Java 应用程序
作为一个喜欢折腾的人,最近抽空折腾一下VScode怎么写java程序。不断更新中。。附一个原来写的C++的:这两个链接,第二个稍微简单一些1)Visual Studio Code配置C、C++环境/编写运行C、C++(Windows)2)Visual Studio Code (vscode) 配置C、C++环境/编写运行C、C++(Windows)【真正的小白版】此文对于已经配置好...原创 2017-10-19 21:19:31 · 175422 阅读 · 11 评论 -
整理:Visual Studio Code (vscode) 配置C、C++环境/编写运行C、C++(主要Windows、简要Linux)
现在是2019.7.21,由于这阵一直在忙,今天我用最新的VSCode(Version 1.36.1) 和最新的Cpp插件(version 0.24.0)按照本文的安装步骤从零开始试了一下,由于vscode版本和cpp插件版本更新确实变化了很多,2019年7月21日更新的我会用这个颜色(粉色?)标示出来,供大家参考进行配置。也可以参考官方文档:https://code.visualstudio.c...原创 2017-07-25 21:13:12 · 700767 阅读 · 309 评论 -
VSCode launch.json中的各种替换变量的意思 ${workspaceFolder} ${file} ${fileBasename} ${fileDirname}等
VS Code supports variable substitution inside strings inlaunch.jsonand has the following predefined variables:${workspaceFolder}- the path of the folder opened in VS Code ${workspaceRootFolderNa...翻译 2017-10-21 13:00:51 · 35056 阅读 · 3 评论 -
VSCode tasks.json中的各种替换变量的意思 ${workspaceFolder} ${file} ${fileBasename} ${fileDirname}等
When authoring tasks configurations, it is often useful to have a set of predefined common variables. VS Code supports variable substitution inside strings in thetasks.jsonfile and has the follow...翻译 2017-10-21 13:00:51 · 21797 阅读 · 2 评论 -
修改Spyder的theme为暗色配色(全部为dark theme,非Syntax coloring为暗色背景)
这个issue里有详细讨论,我用下面的方法成功了 https://github.com/spyder-ide/spyder/issues/2350For Anaconda3 users on Windows 10 :下载安装QDarkStyleSheet,在控制台输入 pip install qdarkstyle 在Anaconda安装路径打开 ....\Anaconda3\Lib\si...原创 2018-11-10 20:44:04 · 23124 阅读 · 10 评论 -
CodeBlocks 配色方案设置
最终效果(官方sublime修改版)官方配色codeblocks是一个功能很强大编程软件,我们在安装codeblocks后软件默认的是白底黑字界面,这种界面在长时间写代码时会对眼睛造成很大伤害,增加眼疲劳,因此我们需要一个清晰干净明了,不刺眼的编程界面。下面教我们如何配置一个养眼的编程界面。官方地址 Syntax highlighting custom原创 2017-07-26 09:29:28 · 62225 阅读 · 18 评论 -
codeblocks官方配色CB_Colour_Themes.conf
如何使用见:http://blog.youkuaiyun.com/bat67/article/details/76102436 <!-- application info: svn_revision: 10702 build_date: Jan 25 2016, 21:18:14 gcc_version: 4.9.2 Windows Unicode -->原创 2017-07-26 09:39:08 · 13207 阅读 · 3 评论 -
VS2012简单的使用感受+插件推荐
我安装的是VS2012 Ultimate英文版(90天试用版),安装时间大概在一个小时左右(安装的同时还在做别的)。总体感觉上,除了界面大变样之外,和VS2010差别不大。从打开VS2010项目sln文件不需要升级这一点来看,似乎是同一核心的,只是换了个皮?【注: VS2010升级Service Pack 1之后可以直接打开VS2012创建的sln文件哦】IDE的启动速度和项目转载 2016-07-31 23:26:31 · 939 阅读 · 0 评论 -
Visual Studio 的免费性能调试工具
一、介绍 Team版和Premium版的Visual Studio都包含了性能调试器,而Professional版却缺少这个特性。这篇文章里,我将展示一种方法,使用免费的工具来对C++程序进行性能调试,并且使用一个简单的程序来对结果中的信息进行有效地显示。二、方法此方法包含如下四步:使用Visual Studio产生特殊的"/PROFI翻译 2016-07-31 23:32:41 · 1100 阅读 · 0 评论 -
VS2012与win7不兼容的解决办法
有些win7系统64位安装了vs2012后会包不兼容的情况,下面给出了解决方法。方法/步骤VS2012在win7 64位系统安装快结束时报出一个不兼容的错误。步骤阅读这种情况官方给出解决方法:http://www.microsoft.com/en-us/d原创 2016-08-01 09:04:06 · 3247 阅读 · 0 评论 -
VS 插件推荐
直接在Tools-Extensions and Updates-Online中搜索就可以安装了(中文版位于:菜单-工具-扩展和更新-联机-Visual Studio库)1.Visual Studio Achievements这个就是传说中的VS成就插件了,现在也有了For VS2012的版本,喜欢玩网游的程序员们,一边编程一边解锁成就的感觉不错吧?2.Spell C原创 2016-08-01 09:22:00 · 763 阅读 · 0 评论 -
DIY 一套正版、免费、强大的 Visual Studio 2012 IDE
作为开发软件的程序员,应在力所能及的情况下使用正版软件。最近一直在用VisualStudio 2012 Express Desktop/Web 版本开发项目。VisualStudio 2012 Express 是免费的,功能基本上够用,但是还是有很多不足,如:(1)无法安装扩展;这个很致命,比如,想安装IronPython,没办法;想安装 Mono for Android,没办法。转载 2016-08-01 09:28:00 · 1035 阅读 · 0 评论 -
VS2012使用初体验 VS2012与VS2010的区别说明
今天下载了Visual Studio 2012玩了一下,在这里分享一下主要的新功能,不过vs2012对操作系统的要求也高了,win7以上版本才可以,大家注意下紫黑蓝相间的界面,卓尔不群。Visual Studio 2010 Ultimate VS2010中文旗舰版附可用KEYhttp://www.jb51.net/softs/28147.htmlMicrosoft Visual转载 2016-07-31 23:30:13 · 5894 阅读 · 0 评论 -
Sublime Text 3 最新注册码大全
Sublime Text 作为程序员开发神器,听说最新版更新了 并且增加了不少新特性。马上到官网下载了最新版 Sublime Text 3 3126 使用了下,反应速度比以前的确更快了。随手找了几个Sublime Text 3 3126 注册码分享给大家。亲测有效!虽然Sublime Text不用购买注册码也能使用,但是使用过程中偶尔会弹出让购买的小窗口也不是很爽。记录一些搜集的 Subl原创 2017-06-27 22:01:19 · 10910 阅读 · 0 评论 -
Pycharm Edu 自带入门教程:Getting Started for Students
OverviewThis guide aims to help the students get a grip of PyCharm Edu and pass through the initial course of Python programming.The first startHaving launched PyCharm Edu, you see the Wel原创 2016-08-09 23:04:24 · 5662 阅读 · 0 评论 -
Pycharm Edu 自带入门教程:Getting Started for Educators
On this page:1、PyCharm Edu basics2、Prerequisites3、Creating a course4、What’s inside this project?5、Python interpreter6、Creating the first lesson7、Writing a task text8、Writing an e原创 2017-07-30 20:39:22 · 3298 阅读 · 0 评论 -
codeblocks default.conf 的原始备份,忘记备份可以复制以下下代码
具体见:http://blog.youkuaiyun.com/bat67/article/details/76102436 <!-- application info: svn_revision: 10702 build_date: Jan 25 2016, 21:18:14 gcc_version: 4.9.2 Windows Unicode -->原创 2017-07-26 09:35:54 · 10053 阅读 · 4 评论 -
Visual Studio Code (vscode) 配置C、C++环境/编写运行C、C++(Windows)【真正的小白版】
写在前面:由于这学期(或者说这一年)一直在忙别的,也没什么闲心看博客了,近期发现自己的这篇文章:整理:Visual Studio Code (vscode) 配置C、C++环境/编写运行C、C++(Windows)竟然有了好多访问,也有不少童鞋问各种问题,非常感谢大家的支持,本来是自己整理的没想到有这么多人看hhh,正好近期自己换了台笔记本,就照着自己写过的VScode的教程自己搭建了一遍,...原创 2018-07-29 14:34:49 · 207259 阅读 · 175 评论