摘要: https://www.bilibili.com/video/BV1C619Y5EQw 1. 给硬件保留的内存不是虚拟内存。 2. 物理内存是真实存在的内存。物理内存一小部分保留给硬件用,另一部分给操作系统用。操作系统把其中一部分自己用,剩下的部分留着准备分配给其它程序用。 3. 虚拟内存不是真实存 阅读全文
posted @ 2024-11-25 21:23 China Soft 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://fe.okki.com/post/63721db5e81bf53bcf1cbff7/ https://learn.microsoft.com/zh-cn/microsoft-edge/devtools-guide-chromium/memory-problems/dom-leaks 阅读全文
posted @ 2024-11-06 11:12 China Soft 阅读(26) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/M-MAKI/p/17085360.html 分析简述 创建dump文件;通过 !address -summary 和 !eeheap -gc 判断是否为内存泄漏;通过!dumpheap -stat观察出问题的类型;通过!dumpheap -mt MT 阅读全文
posted @ 2024-10-17 09:56 China Soft 阅读(133) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lm970585581/p/18140564 什么是LLaMA-Factory? LLaMA-Factory是一个在github上开源的,专为大模型训练设计的平台。项目提供中文说明,可以参考官方文档:https://github.com/hiyouga 阅读全文
posted @ 2024-10-07 22:30 China Soft 阅读(391) 评论(0) 推荐(0) 编辑
摘要: https://gitee.com/GrowingGit/GitHub-Chinese-Top-Charts 阅读全文
posted @ 2024-03-30 21:09 China Soft 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 思维导航 C#/.NET/.NET Core 学习、工作、面试指南 DotNetGuide 简介 DotNetGuide 技术社区 Issues 宝藏存库 优质学习资料收录栈 编程效率提升技巧集 C#/.NET/.NET Core 充电站 C#/.NET/.NET Core 面试宝典 C#/.NET 阅读全文
posted @ 2024-02-24 12:45 China Soft 阅读(90) 评论(0) 推荐(0) 编辑
摘要: https://www.iconfont.cn/ 阅读全文
posted @ 2024-02-23 10:36 China Soft 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 主要安装包: sudo apt install libgdiplus sudo apt install libice6 sudo apt install libsm6 https://blog.51cto.com/u_16175491/6665924 https://www.saoniuhuo.co 阅读全文
posted @ 2023-12-23 19:29 China Soft 阅读(41) 评论(0) 推荐(0) 编辑
摘要: vscode配置(windows) 在vscode中安装Python与 QT for Python和code runner插件(推荐) Python与 QT for Python插件开发PySide必备code runner(可以右键运行py文件) 安装PySide6 pip install PyS 阅读全文
posted @ 2023-12-22 22:22 China Soft 阅读(384) 评论(0) 推荐(0) 编辑
摘要: https://github.com/bianchenglequ/netcodetop 收集GitHub上有关.Net有趣、有用、热门的开源项目。内容包括:Web开源框架、Win开源项目、开源库、实战项目、企业级项目等,让你用很短时间感受到开源的魅力,爱上开源! 文章最新首发于微信公众号 编程乐趣, 阅读全文
posted @ 2023-09-22 23:39 China Soft 阅读(228) 评论(0) 推荐(0) 编辑
摘要: https://www.easy-dotnet.com 阅读全文
posted @ 2023-09-12 22:52 China Soft 阅读(110) 评论(0) 推荐(0) 编辑
摘要: https://github.com/SciSharp/LLamaSharp The C#/.NET binding of llama.cpp. It provides APIs to inference the LLaMa Models and deploy it on local environ 阅读全文
posted @ 2023-09-09 12:47 China Soft 阅读(353) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Fatfish7/article/details/131925595 先说结论全精度llama2 7B最低显存要求:28GB全精度llama2 13B最低显存要求:52GB全精度llama2 70B最低显存要求:280GB 16精度llama2 7B预测最 阅读全文
posted @ 2023-08-09 23:27 China Soft 阅读(2141) 评论(0) 推荐(0) 编辑
摘要: sudo wget http://ftp.loongnix.cn/dotnet/6.0.10/6.0.10-1/deb/dotnet-host-6.0.10-1-loongarch64.deb sudo wget http://ftp.loongnix.cn/dotnet/6.0.10/6.0.10 阅读全文
posted @ 2023-07-10 14:31 China Soft 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 在当今数字化时代,数据分析和可视化成为企业决策和发展的重要支撑,很多 BI 工具昂贵的许可费用,让许多中小型企业用户和个人用户望而却步,开源 BI 工具的出现,让其成为很多用户进行数据分析展示的首选。目前市面上主流的开源 BI 产品,例如 Metabase 和 Superset,都是由国外的开发者开 阅读全文
posted @ 2023-07-04 12:13 China Soft 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 2023年06月26日是自然语言处理(Natural Language Processing, NLP)领域的转折点,一系列深度学习模型在智能问答及情感分类等NLP任务中均取得了最先进的成果。近期,谷歌提出了BERT模型,在各种任务上表现卓越,有人称其为“一个解决所有问题的模型”。 BERT模型的核 阅读全文
posted @ 2023-06-26 22:56 China Soft 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 前言 Huggingface的Transformers库是一个很棒的项目,该库提供了用于自然语言理解(NLU)任务(如分析文本的情感)和自然语言生成(NLG)任务(如用新文本完成提示或用另一种语言翻译)的预先训练的模型。其收录了在100多种语言上超过32种预训练模型。这些先进的模型通过这个库可以非常 阅读全文
posted @ 2023-06-22 12:43 China Soft 阅读(372) 评论(0) 推荐(0) 编辑
摘要: # 1、基本安装sudo apt update sudo apt install docker.io //通过宝塔的docker管理器安装? // wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && s 阅读全文
posted @ 2023-05-03 00:31 China Soft 阅读(1412) 评论(0) 推荐(0) 编辑
摘要: https://learn.microsoft.com/en-us/dotnet/core/install/windows?tabs=net60#dependencies https://blog.csdn.net/weixin_43596442/article/details/119801821 阅读全文
posted @ 2023-04-20 12:30 China Soft 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 这才是最好用的Office软件?OnlyOffice协作办公软件使用体验 (baidu.com) 说起 Office 办公软件,我想大家最常用的应该就是微软的 Microsoft Office 以及国产的 WPS Office,这两款办公软件优点明显,不过我相信大家和我一样也发现了其存在的明显不足, 阅读全文
posted @ 2023-04-16 22:14 China Soft 阅读(680) 评论(0) 推荐(0) 编辑
摘要: 在前端开发中,尤其是在处理SVG图形和大量线段绘制时,性能优化是非常重要的。虽然不像WinForms中的`SuspendLayout`和`ResumeLayout`那样直接控制布局更新的暂停与恢复,但在Web环境中也有多种方法可以提高SVG渲染性能。以下是几种常见的优化策略: ### 1. 使用批量 阅读全文
posted @ 2024-12-16 14:18 China Soft 阅读(8) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_47588164/article/details/141361374 如何避免重排(reflow)和重绘(repaint) 1.1. 避免重排 (Refow) 1.1.1. 减少DOM操作: 1.1.2. 避免使用特定属性: 1.1.3. 使 阅读全文
posted @ 2024-12-16 14:12 China Soft 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_45831414/article/details/141990707 前端堆栈分配经验笔记概述在前端开发中,“堆栈分配”通常不是一个直接涉及的概念,因为现代前端开发语言如JavaScript已经很大程度上抽象掉了底层的内存管理。然而,理解JavaSc 阅读全文
posted @ 2024-12-12 12:08 China Soft 阅读(17) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lmy5215006/p/18583743 .Net托管堆布局 加载堆 主要是供CLR内部使用,作为承载程序的元数据。 HighFrequencyHeap存放CLR高频使用的内部数据,比如MethodTable,MethodDesc. 通过is判断类型 阅读全文
posted @ 2024-12-12 12:03 China Soft 阅读(1) 评论(0) 推荐(0) 编辑
摘要: `sudo -S` 是 `sudo` 命令的一个选项,它指示 `sudo` 从标准输入(stdin)读取密码,而不是从终端提示用户输入。通常情况下,当你使用 `sudo` 执行一个需要提升权限的命令时,它会在终端中弹出一个交互式的提示,要求你输入密码。而使用 `-S` 选项可以让 `sudo` 接受 阅读全文
posted @ 2024-12-12 11:36 China Soft 阅读(8) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Diagnostics; class Program { // 定义root密码(请用你的实际密码替换) private const string RootPassword = "your_root_password_here"; static 阅读全文
posted @ 2024-12-12 11:24 China Soft 阅读(4) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash # 设置root密码为环境变量 export ROOT_PASSWORD="your_root_password_here" # 检查是否以普通用户运行 if [ "$EUID" -eq 0 ]; then echo "不要以root权限直接运行此脚本" exit fi # 阅读全文
posted @ 2024-12-12 11:15 China Soft 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 现象:Unhandled exception. System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached, or the per-process 阅读全文
posted @ 2024-12-12 11:14 China Soft 阅读(12) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_45507349/article/details/132448834 var builder = WebApplication.CreateBuilder(args); builder.WebHost.UseKestrel(options = 阅读全文
posted @ 2024-12-10 09:27 China Soft 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/sheng_chao/p/18581139 升讯威在线客服与营销系统是基于 .net core / WPF 开发的一款在线客服软件,宗旨是: 开放、开源、共享。努力打造 .net 社区的一款优秀开源产品。 背景 我在业余时间开发的这个客服系统,有一个问 阅读全文
posted @ 2024-12-09 12:10 China Soft 阅读(16) 评论(0) 推荐(0) 编辑