1270 热度

程序员常用的工具软件推荐

现如今,技术发展十分迅猛,开发者只有通过不断的学习才能跟得上时代的步伐。而为了便于学习和工作(减少996),涌现了很多优秀的开发工具用以帮助开发者提高工作效率。现在我把我工作多年来收集实用的开发利器分享出来,希望能够给同学们参考借鉴(以下排名不分先后)。假如各位同学有更好的值得推荐的利器欢迎在文末留言或者去GitHub知识库中留下你宝贵的Issues。GitHub知识库地址:https://github.com/YSGStudyHards/DotNetGuide/issuesVisual StudioVisual Studio 2022 预览版比以往更快更可靠的 64 位 Visual ...

收录时间: 2021-09-26
分类: 开发工具
贡献者: Rector
866 热度

1分钟极速搭建基于BaGet的轻量级私有Nuget程序包服务器

大家好,我是专注.NET开发的码友网创建者Rector。在上一篇《NuGet是什么?为什么.NET项目中会有NuGet?如何使用NuGet程序包?》文章中,我们了解了:NuGet是什么?为什么.NET项目中会有NuGet?如何使用NuGet程序包?特别的,文中学习了如何安装基于微软官方托管(nuget.org)的共享NuGet包。那现在有人可能会问了:“我的程序集是个人或公司内部的,如果以都发布到nuget.org托管,那么不是所有都能下载和引用了吗?有没有可能把个人或公司内部的程序集上传到一个私有的NuGet服务器,只让部分开发者可以访问呢?”答案是肯定的,你想到的别人也同样遇到了,并且...

收录时间: 2021-09-14
分类: 开发工具
贡献者: Rector
1153 热度

Markdown Monster 2.0 is here

It's been a long road, but I've finally released Markdown Monster 2.0. Markdown Monster is a sophisticated, yet easy to use Markdown Editor for Windows. If you've followed this blog and my Twitter feed, you've probably seen some of the discussions around my (mis)adventures around the process of building the update for this version. It's big release in terms of underlying architecture and foundations. It's updating some technologies to provide some future proofing by moving away from some legacy technologies and with that opening up new functionality that will make it easier to add enhancements to the Web based editor and preview in the future.

收录时间: 2021-07-24
分类: 开发工具
贡献者: Rector
974 热度

Performance Improvements in NuGet

With each new release of Visual Studio comes a plethora of performance improvements when restoring NuGet packages, managing project dependencies, and browsing for the next great package to include in your solution.

收录时间: 2021-04-09
分类: 开发工具
贡献者: Rector
1226 热度

dotCover 2020.3 发布,按目标框架筛选覆盖率结果

dotCover 2020.3 发布。dotCover 是 .NET 的代码覆盖率分析工具,本次更新主要包括按目标框架筛选覆盖率结果;持续测试的不同模式构建;更好地覆盖范围突出显示;命令行工具增强功能等。

收录时间: 2020-12-23
分类: 开发工具
贡献者: Rector
1592 热度

How to use, open, resize, and split Panes in the Windows Terminal

My love and appreciate for the new open-source Windows Terminal is well-documented. I enjoy customizing the Windows Terminal with a nice prompt. The Terminal of course has Tabs so you can open many different shells at once within a terminal instance, often I want to do things like Split Screen/Split Pane. "Use Tmux!" you might shout, and that's a valid thing to yell if I was only living in Linux (using WSL2). There are several multi-pane options to choose from within a shell using something like tmux.

收录时间: 2020-10-08
分类: 开发工具
贡献者: Rector
AD 友情赞助
1539 热度

DataGrip 2020.2.1 发布,减少导出至 Excel 的内存消耗

DataGrip 2020.2.1 发布了,主要更新内容包括: DBE-11268:修复了导致出现参数弹出框而不是上下文菜单的错误 DBE-10951:编辑 CSV 文件时不再冻结 DBE-10749:修复 OVER 子句中的代码补全 ...

收录时间: 2020-08-20
分类: 开发工具
贡献者: Rector
2182 热度

十分钟搭建自己的私有NuGet服务器-BaGet

开始搭建BaGet上传程序包在vs中使用其他最后前言NuGet是用于微软.NET(包括 .NET Core)开发平台的软件包管理器。NuGet能够令你在项目中添加、移除和更新引用的工作变得更加快捷方便。通常使用NuGet都是官方的服务,但你有没有想过搭建自己的NuGet呢?在私有的NuGet上托管一些自己的类库,公司内部的类库等。。。搭建私有NuGet的方法有很多,比如NuGet.Server、ProGet、MyGet等等。本文使用的是BaGet,搭建过程也非常简单,下面进入正题。开始搭建BaGetBaGet是一个构建于ASP.NET Core 基础上的 NuGet V3 服务器的开源...

收录时间: 2020-08-05
分类: 开发工具
贡献者: Rector
1485 热度

DataGrip 2020.2 发布,多引擎数据库平台

DataGrip 2020.2 发布了,主要更新内容包括: Data editor 单元格值的单独编辑器 数据编辑器中的 DML 预览 布尔值获得新 UI 新的裁剪数据界面 在数据编辑器的上下文菜单中导出到剪贴板 [Mon...

收录时间: 2020-07-30
分类: 开发工具
贡献者: Rector
1519 热度

ILSpy 6.1 发布,.NET 反编译工具

ILSppy 是一个开源的 .NET 反编译工具。目前,ILSpy 6.1 已发布,具体更新内容如下: New Language Features C# 9.0:Native ints C# 9.0:Attributes on local functions General ILSpy 现在...

收录时间: 2020-07-30
分类: 开发工具
贡献者: Rector
2542 热度

开源 5 款超好用的数据库 GUI 带你玩转 MongoDB、Redis、SQL 数据库

工欲善其事必先利其器,想要玩溜数据库,不妨去试试本文安利的 5 款开源的数据库管理工具。除了流行的 SQL 类数据库——MySQL、PostgreSQL 之外,文档型数据库 MongoDB、内存数据库 Redis 的管理工具也在列表之中。

收录时间: 2020-07-18
分类: 开发工具
贡献者: Rector
1595 热度

IntelliJ IDEA 2020.2 Beta

IntelliJ IDEA 2020.2 的首个 Beta 版本已发布。 下载地址:https://www.jetbrains.com/idea/nextversion/ 作为年度第二个重要更新版本,IntelliJ IDEA 2020.2 Beta 目前已实现所有的主要核心...

收录时间: 2020-07-10
分类: 开发工具
贡献者: Rector
1729 热度

IntelliJ IDEA 2020.1.3 发布

IntelliJ IDEA 2020.1.3 已发布,主要修复了以下错误: 修复 Maven Search for artifact 不显示结果的错误,现在会在新的 Gradle 项目中显示结果 [IDEA-238088] 修复 Maven Profile Selectio...

收录时间: 2020-07-09
分类: 开发工具
贡献者: Rector
1612 热度

DataGrip 2020.2 EAP 3 已经发布

DataGrip 2020.2 EAP 3 已经发布,此版本更新内容包括: Google BigQuery 方言 添加了一个新的 SQL 方言:Google BigQuery。目前还没有对 BigQuery 达成全面支持,不过已经可以正确高亮相关查...

收录时间: 2020-07-08
分类: 开发工具
贡献者: Rector
1476 热度

3 Ways to Customize Your Windows Terminal

Windows Terminal is here! From the buzz of the announcement at Microsoft Build 2019 to the release of 1.0 at Build 2020, it’s generated excitement and interest from the dev community. Get started by downloading the Preview here. As a refresher, Windows Terminal is a new, modern, fast, efficient, powerful, and productive terminal application for users of command-line tools and shells like Command Prompt, PowerShell, and WSL.

收录时间: 2020-07-01
分类: 开发工具
贡献者: Rector
AD 友情赞助
1860 热度

DataGrip 2020.1.5 发布,多引擎数据库平台

DataGrip 2020.1.5 发布了,更新内容包括: 最重要的 Windows 上的 SQL Server 身份验证问题已修复 其他修复 DBE-9876:以只读模式强制执行将运行正确的查询 DBE-10727:模式比较器遵守列顺序...

收录时间: 2020-06-28
分类: 开发工具
贡献者: Rector
1441 热度

IntelliJ IDEA 2020.2 EAP3 发布

IntelliJ IDEA 2020.2 EAP3 现已发布。与往常一样,用户可以免费使用 IntelliJ IDEA Ultimate 的 EAP 构建,有效期 30 天。 新版本的主要亮点内容如下: WSL2 中的 Git installed 支持。 St...

收录时间: 2020-06-16
分类: 开发工具
贡献者: Rector
1539 热度

Atom 1.48.0 发布,GitHub 推出的跨平台文本编辑器

Atom 1.48.0 现已发布。Atom 是 GitHub 专门为程序员推出的一个跨平台文本编辑器。具有简洁和直观的图形用户界面,并有很多有趣的特点:支持 CSS、HTML 与 JavaScript 等网页编程语言,支持宏...

收录时间: 2020-06-11
分类: 开发工具
贡献者: Rector
1681 热度

IntelliJ IDEA 2020.2 EAP2 发布,支持 Linux 上的 Emoji

IntelliJ IDEA 发布了 2020.2 的第二个抢鲜体验版本,用户同样可以免费使用 IntelliJ IDEA Ultimate 的 EAP 构建,有效期 30 天。 Java 使用数据流分析来分析异常堆栈跟踪 为了使用户更容易调...

收录时间: 2020-06-08
分类: 开发工具
贡献者: Rector
3818 热度

[你懂的]系列-JetBrains发布IntelliJ IDEA 2020.1.1下载地址(亲测可用)

IDEA 全称 IntelliJ IDEA,是java编程语言开发的集成环境。IntelliJ在业界被公认为最好的java开发工具,尤其在智能代码助手、代码自动提示、重构、JavaEE支持、各类版本工具(git、svn等)、JUnit、CVS整合、代码分析、 创新的GUI设计等方面的功能可以说是超常的。IDEA是JetBrains公司的产品,这家公司总部位于捷克共和国的首都布拉格,开发人员以严谨著称的东欧程序员为主。它的旗舰版本还支持HTML,CSS,PHP,MySQL,Python等。免费版只支持Java等少数语言。IDEA所提倡的是智...

收录时间: 2020-06-05
分类: 开发工具
贡献者: Rector
AD 友情赞助