News

PMD 6.54 Released, Code Analyzer – News Fast Delivery

PMD is a code analyzer that can help find common programming problems such as unused variables, empty catch blocks, unnecessary object creation, and more. Initially supporting Java code only, JavaScript, Salesforce.com Apex and Visualforce, PLSQL, Apache Velocity, XML and XSL are now also supported. PMD 6.54 is officially released. This is a minor version. The […]

PMD 6.54 Released, Code Analyzer – News Fast Delivery Read More »

EverythingToolbar 1.0 released, supports Windows 11 – News Fast Delivery

EverythingToolbar is an instant file search integration for the Windows taskbar powered by Everything that replaces Windows Search on the operating system taskbar and makes file search on Windows faster and more reliable. EverythingToolbar was originally designed for Windows 10, and now it has been updated to version 1.0. Along with the update comes official

EverythingToolbar 1.0 released, supports Windows 11 – News Fast Delivery Read More »

AutoHotkey v2 officially released, Windows automation tool – News Fast Delivery

AutoHotkey, the Windows scripting language used to create shortcuts and automation, has officially released AutoHotkey v2 recently and has become the main version. The developer said that v1 will stop maintenance, and it is recommended that users do not continue to use it, and can gradually migrate to v2. Of course, if users have installed

AutoHotkey v2 officially released, Windows automation tool – News Fast Delivery Read More »

feilong 3.4.1 is released, a tool library that makes Java development easier- News Fast Delivery

feilong 3.4.1 is released, a tool library that makes Java development easier Let you get rid of a lot of repetitive underlying code and improve development efficiency; make your code更简炼,易写,易读,易于维护; Document address: http://feilong-core.mydoc.io/ maven dependency configuration: <dependency> <groupId>com.github.ifeilong</groupId> <artifactId>feilong</artifactId> <version>3.4.1</version> </dependency> Gradle dependency configuration: com.github.ifeilong:feilong:3.4.1 This upgrade has a total of 3 changes,

feilong 3.4.1 is released, a tool library that makes Java development easier- News Fast Delivery Read More »

WinGet 1.4 Released, Microsoft Open Source Package Manager – News Fast Delivery

WinGet, the Windows package manager, has released version 1.4. Windows Package Manager is a comprehensive package manager solution consisting of a command-line tool and a set of services for installing applications on Windows 10. winget is the CLI (command line interface) for Windows Package Manager, so it’s the main tool most people use to manage

WinGet 1.4 Released, Microsoft Open Source Package Manager – News Fast Delivery Read More »

Several senior Google “open source bosses” were laid off- News Fast Delivery – Chinese Open Source Technology Exchange Community

Google recently announced about 12,000 layoffs, involving multiple departments and organizations, as well as various positions, including many “open source leaders” with senior experience, such as: Chris DiBona: Head of Open Source at Google, founded the Google Open Source Office (OSPO) 18 years ago Jeremy Allison: Co-Founder of Samba and Engineer at Google Cat Allman:

Several senior Google “open source bosses” were laid off- News Fast Delivery – Chinese Open Source Technology Exchange Community Read More »

The truly intelligent ORM, sagacity-sqltoy-5.2.31 release- News Fast Delivery

Open source address: update content 1. Optimize reverse cache matching to obtain accurate key values. Use in(:keys) instead of like :nameKeyWords scenarios <sql id=”qstart_order_search”> <filters> <!– unmatched-return-self:缓存未匹配到key直接用名称代替(默认true) cache-not-matched-value: 缓存未匹配到给一个默认值 –> <cache-arg cache-name=”staffIdName” param=”staffName” alias-name=”staffIds” unmatched-return-self=”true”/> </filters> <value> <![CDATA[ select * from sqltoy_order_info where #[staff_id in (:staffIds)] ]]> </value> </sql> Key advantages of sqltoy:

The truly intelligent ORM, sagacity-sqltoy-5.2.31 release- News Fast Delivery Read More »

Global Open Source Technology Summit GOTC 2023 will be held in Shanghai in April- News Fast Delivery

The Global Open-source Technology Conference, or GOTC for short, is jointly sponsored by the Linux Foundation Asia Pacific, Open Source China and the Open Source Community. It is a grand open source technology feast for developers around the world. The first GOTC in 2021 was successfully held and received enthusiastic response. originally scheduled for 2022

Global Open Source Technology Summit GOTC 2023 will be held in Shanghai in April- News Fast Delivery Read More »

RXThinkCMF agile development framework ThinkPhp6.x+Layui version v3.1.0 release- News Fast Delivery

v3.1.0 is updated as follows:1. Solved the problem that the mandatory verification of the select drop-down selection box does not take effect;2. Optimize the date selection component so that it supports the selection of time periods, and the component calling method:{date:select param=”entry_date|entry time|datetime|-7,7|~” value=”$info.format_entry_date|default=”””}3. Restructure the permission structure, the administrator has all the permissions, and

RXThinkCMF agile development framework ThinkPhp6.x+Layui version v3.1.0 release- News Fast Delivery Read More »

Less than half a year after its birth, Intel stopped developing the RISC-V Pathfinder project-News Fast Delivery

Intel has been investing in RISC-V in recent years. For example, they joined the RISC-V International Foundation last year. Its Mobileye also launched the EyeQ Ultra chip based on RISC-V. In August last year, Intel also launched the Intel Pathfinder for RISC-V projects. Intel Pathfinder for RISC-V is an integrated development environment (IDE) that enables

Less than half a year after its birth, Intel stopped developing the RISC-V Pathfinder project-News Fast Delivery Read More »

This article will take you to get started with graph machine learning – Hugging Face – News Fast Delivery

This article mainly touches on the basics of graph machine learning. We start by learning what a graph is, why a graph is used, and how to best represent a graph. Then, we briefly introduce how you can learn on graph data, from the previous methods of neural network (while we will explore graph features)

This article will take you to get started with graph machine learning – Hugging Face – News Fast Delivery Read More »

Deno 1.30 released with built-in Node module- News Fast Delivery

Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. Deno 1.30 has been released, notable updates include: Support for built-in Node.js modules In Deno, npm packages can already access built-in Node.js modules such as fs, path, process, etc. through Deno’s Node.js compatibility layer. In

Deno 1.30 released with built-in Node module- News Fast Delivery Read More »