current location:Home > Technical Articles > Development Tools

  • Microsoft releases Developer News extension for Visual Studio after user complaints
    Microsoft releases Developer News extension for Visual Studio after user complaints
    Microsoft has launched a new Developer News extension for Visual Studio so developers can keep up with all the latest software releases and developer activity. This feature used to be on the start page of Visual Studio 2017, but newer versions removed it. To access the news feed after installing the extension, you should see it docked near Solution Explorer and if you click on that tab you will get the news feed. If you don't need the news feed you can go to view and toggle development
    Common Problem . visual-studio-code 779 2023-04-15 10:55:13
  • Let's talk about what folders can be deleted in the uniapp project
    Let's talk about what folders can be deleted in the uniapp project
    When developing applications using UniApp, we will generate many folders and files. Some folders may be deletable because they are unnecessary and occupy your memory. However, you should be careful when deleting folders and files to ensure that you don't delete useful files and cause problems with your application. Here are some folders that can be deleted: 1. unpackage folder This folder contains previously packaged applications that are used for local testing. If you no longer need these files, you can delete them. However, before deleting
    uni-app . visual-studio-code 2473 2023-04-14 19:53:44
  • Do you have to use the command line with Laravel?
    Do you have to use the command line with Laravel?
    Laravel is a popular PHP development framework that is widely used in web application development. When developing with Laravel, many developers use command line tools to complete various tasks, such as creating models, controllers, migrations, and more. So, does Laravel have to use the command line? This article will answer this question for you. First, we need to understand the role of Laravel’s command line tool Artisan. Artisan is provided by Laravel
    Laravel . visual-studio-code 473 2023-04-14 17:07:14
  • The best combination for writing Python code on Windows!
    The best combination for writing Python code on Windows!
    How to do Python development on Windows? Should I use a plain text editor like the masters do, or should I use a more complete IDE? Should I use the built-in command line tool, or do I need to install a new Terminal? This article will show you how to use MS Terminal and VS Code officially maintained by Microsoft to protect Python development. One of the great benefits of using Windows is that it has so many applications, and even a powerful GPU can do other "work" in your free time. However, unlike Linux or macOS, developing on Windows will always encounter many challenges, whether it is file encoding or environment control.
    Python Tutorial . visual-studio-code 888 2023-04-14 13:31:03
  • Visual Studio Code Extensions: Best of 15 Years 2023
    Visual Studio Code Extensions: Best of 15 Years 2023
    Visual Studio Code is a mini version of the Visual Studio IDE, it is lightweight, can use a large number of extensions, supports all languages ​​and more. When it comes to extensions, you should know the best Visual Studio Code extensions to increase your productivity. For Visual Studio IDE users, we've got a guide listing some of the best extensions for Visual Studio. In this guide, we'll provide you with a bunch of Visual Studio Code extensions that will help you be more efficient and productive. Let's jump right into it. What is the best Visual Studio
    Common Problem . visual-studio-code 945 2023-04-13 14:31:06
  • Introduction to OpenAI and Microsoft Sentinel
    Introduction to OpenAI and Microsoft Sentinel
    Welcome to our series about OpenAI and Microsoft Sentinel! Large language models, or LLMs, such as OpenAI’s GPT3 family, are taking over the public imagination with innovative use cases such as text summarization, human-like conversations, code parsing and debugging, and many other examples. We've seen ChatGPT write screenplays and poems, compose music, write essays, and even translate computer code from one language to another. What if we could harness this incredible potential to help incident responders in security operations centers? Well, of course we can – and it’s easy! Microsoft Sentinel already includes a
    Common Problem . visual-studio-code 1600 2023-04-13 12:07:11
  • How to get started in golang
    How to get started in golang
    Golang, also known as the Go language, is an open source programming language developed by Google. Its emergence provides a new choice for developing efficient, maintainable, and scalable applications. In recent years, with the rapid development of the Internet industry, Golang's application scenarios have become more and more extensive, bringing many opportunities to Golang developers. So, for those who want to enter the Golang field, how do they get started? Next, this article will share some relevant knowledge and suggestions about Golang. 1. To learn the basic knowledge of Golang, you must
    Golang . visual-studio-code 525 2023-04-13 09:24:08
  • How to write Python code on Windows? Excellent strategy is coming!
    How to write Python code on Windows? Excellent strategy is coming!
    How to do Python development on Windows? Should I use a plain text editor like the masters do, or should I use a more complete IDE? Should I use the built-in command line tool, or do I need to install a new Terminal? One of the great benefits of using Windows is that it has so many applications, and even a powerful GPU can do other "work" in your free time. However, unlike Linux or macOS, developing on Windows will always encounter many challenges. Whether it is file encoding, environment control or project compilation, there will always be some magical gains during the development process. These are especially prominent for beginners: various dependency errors may occur when we install a certain library,
    Python Tutorial . visual-studio-code 1848 2023-04-12 22:22:07
  • Five essential tips to improve the readability of Python code
    Five essential tips to improve the readability of Python code
    There are many methods in Python that can help us understand the inner workings of the code. Good programming habits can make our work more effective with half the effort! For example, we might end up with code that looks a lot like the image below. While not the worst, there are some things we need to expand on, such as: what do f and d stand for in the load_las_file function? Why do we check the result in the clay function? What types do these functions need? Floats? DataFrames? In this article, we will focus on five basic tips on how to improve the readability of your application/script through documentation, prompt input, and correct variable names. 1. CommentsWe can
    Python Tutorial . visual-studio-code 2331 2023-04-12 20:58:08
  • Learn about the syntax differences between ASP and PHP in one article
    Learn about the syntax differences between ASP and PHP in one article
    ASP and PHP are two common server-side programming languages, both used for building dynamic websites. Although they are both capable of generating dynamic pages and interactive functionality, there are some differences in their syntax and features. This article will learn about the syntax differences between ASP and PHP. 1. Syntax style ASP uses VBScript or JavaScript as the scripting language, while PHP uses its own syntax - similar to C language. Therefore, ASP code structure is usually more influenced by Visual
    PHP Problem . visual-studio-code 473 2023-04-12 14:36:01
  • Great combination for writing Python code on Windows!
    Great combination for writing Python code on Windows!
    How to do Python development on Windows? Should I use a plain text editor like the masters do, or should I use a more complete IDE? Should I use the built-in command line tool, or do I need to install a new Terminal? One of the great benefits of using Windows is that it has so many applications, and even a powerful GPU can do other "work" in your free time. However, unlike Linux or macOS, developing on Windows will always encounter many challenges. Whether it is file encoding, environment control or project compilation, there will always be some magical gains during the development process. These are especially prominent for beginners: various dependency errors may occur when we install a certain library,
    Python Tutorial . visual-studio-code 1089 2023-04-11 21:58:16
  • Take stock of those ChatGPT open source projects that are working well
    Take stock of those ChatGPT open source projects that are working well
    ChatGPT is very popular recently, and the news about ChatGPT is overwhelming. There are also many projects related to ChatGPT on Github, and the number of stars is growing rapidly. Let’s take a look at those ChatGPT open source projects that are fun! Browser extension ChatGPT for GoogleChatGPT for Google is a browser extension that can display ChatGPT responses and Google search results. It supports Chrome/Edge/Firefox. The extension has the following features: Supports all mainstream search engines. Supports OpenAI official API from plug-in pop-up window. inside
    AI . visual-studio-code 2374 2023-04-11 16:28:03
  • Let's talk about the installation steps and precautions of Golang
    Let's talk about the installation steps and precautions of Golang
    Golang is a very popular programming language. It has the characteristics of high efficiency, high concurrency, and easy learning, and is favored by the majority of developers. However, installing Golang can be difficult for beginners. Below, this article will introduce the installation steps and related precautions of Golang to help those who want to learn Golang set up a development environment. 1. Download the Golang installation package. Open the official website (https://golang.org/dl/), select the Golang installation package suitable for your system and download it.
    Golang . visual-studio-code 671 2023-04-11 14:46:55
  • How to view thinkphp source code
    How to view thinkphp source code
    ThinkPHP is a widely used PHP open source framework. It is simple to use, efficient and flexible. It is called the "Chinese version of laravel" by many people. For developers who are learning the ThinkPHP framework, reading the source code can allow you to better learn framework design concepts and various PHP techniques. So, how to read the ThinkPHP source code? Here are some suggestions. ## Step 1: Preparation Before starting to read the ThinkPHP source code, you must first prepare the following tools: - IDE: such as PhpS
    ThinkPHP . visual-studio-code 1123 2023-04-11 14:56:46
  • How to use vue in vscode
    How to use vue in vscode
    In recent years, the Vue framework in the field of front-end development has become increasingly popular and has become an irreplaceable part of web development. For front-end development, choosing an excellent code editor is very important. Among them, Visual Studio Code (hereinafter referred to as VS Code) is undoubtedly the first choice of many front-end developers. So, how to use the Vue framework in VS Code? This article will introduce it to you. Step 1: Install VS Code and Vue.js First, you need to download and install VS Code, here
    Front-end Q&A . visual-studio-code 6819 2023-04-11 13:59:46

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28