惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

A
Arctic Wolf
T
Tenable Blog
T
Troy Hunt's Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Privacy & Cybersecurity Law Blog
NISL@THU
NISL@THU
Application and Cybersecurity Blog
Application and Cybersecurity Blog
H
Hacker News: Front Page
S
Secure Thoughts
AWS News Blog
AWS News Blog
L
LINUX DO - 最新话题
D
Darknet – Hacking Tools, Hacker News & Cyber Security
M
MIT News - Artificial intelligence
T
Tor Project blog
S
Schneier on Security
PCI Perspectives
PCI Perspectives
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
美团技术团队
Google DeepMind News
Google DeepMind News
V
Visual Studio Blog
爱范儿
爱范儿
Google DeepMind News
Google DeepMind News
Cyberwarzone
Cyberwarzone
T
The Exploit Database - CXSecurity.com
罗磊的独立博客
T
Threat Research - Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
V
V2EX
C
CXSECURITY Database RSS Feed - CXSecurity.com
Stack Overflow Blog
Stack Overflow Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
GRAHAM CLULEY
L
LINUX DO - 热门话题
D
Docker
J
Java Code Geeks
GbyAI
GbyAI
H
Heimdal Security Blog
The Hacker News
The Hacker News
MongoDB | Blog
MongoDB | Blog
V
Vulnerabilities – Threatpost
T
Tailwind CSS Blog
Cloudbric
Cloudbric
TaoSecurity Blog
TaoSecurity Blog
C
CERT Recently Published Vulnerability Notes
Y
Y Combinator Blog
Recorded Future
Recorded Future
Cisco Talos Blog
Cisco Talos Blog
T
Threatpost
The Register - Security
The Register - Security
Hacker News - Newest:
Hacker News - Newest: "LLM"

博客园 - SZW

微信 SDK + Senparc.AI + MCP 打造微信 AI 开发助手(二):在 Cursor、VS Code 等 IDE 中自动编写 微信 SDK + Senparc.AI + MCP 打造微信 AI 开发助手(一):网页版 Senparc.AI 系列教程(二):配置大模型,开始开发应用 Senparc.AI 系列教程(一):概要 Senparc.Weixin SDK 微信平台开发教程(二十四):顺应 GenAI 应用,自动“续航”回复超长文本消息 微信新菜单类型 article_id 设置教程 微信 CLI 工具正式发布 v1.0 微信支付 V3 开发教程(一):初识 Senparc.Weixin.TenPayV3 [备忘]如何备份 VPN 文件 - SZW 动态 WebApi 引擎使用教程(3行代码完成动态 WebApi 构建) [备忘] 解决 rzc discover exited with code -2147450730 问题 “此 Url 可用于服务器 token 签名校验”提示 在开发环境内网穿透测试微信公众号 1个类,2个方法,3句代码,完成微信公众号开发的极简流程 [重要更新]微信小程序登录、用户信息相关接口调整:使用 wx.getUserProfile 取代 wx.getUserInfo [备忘]使用 .NET Core 模板生成时,在 .csproj 文件中使用条件编译的注意点 [备忘]处理错误:Your project does not reference ".NETFramework,Version=v4.5" framework. Add a reference to ".NETFramework,Version=v4.5" in the "TargetFrameworks" ... WeChatSampleBuilder V2.0 使用教程(网页版+桌面版) SCF(SenparcCoreFramework) 系列教程(一):项目介绍及快速搭建
Senparc 基础库全面适配 .NET 8.0
SZW · 2023-11-10 · via 博客园 - SZW

概要

  Senparc 全家桶中的基础库已经全面适配 .NET 8.0,目前随着 .NET 8.0 的 RC 版本不断发布,对应的版本号也将同步进行更新,直到本月 Ignite 大会微软官方发布 .NET 8.0 正式版,我们将第一时间发布正式版,并和大家分享升级和使用过程中的经验。

  此外,Senparc 全家桶还更新了 NeuCharFramework,并上线了 PromptRange(提示词靶场)的 XNCF 模块预览版。

.NET 8.0 更新详情

  Senparc.CO2NET、Senparc.NeuChar、Senparc.Weixin SDK 均已全部适配(最新版本号后缀 -rc.2)。

  涉及开源项目:

  CO2NET:https://github.com/Senparc/Senparc.CO2NET 

  NeuChar:https://github.com/Senparc/NeuChar

  Senparc.Weixin SDK:https://github.com/JeffreySu/WeiXinMPSDK

 相关库已升级至 -rc.2 版本,等待 .NET 8.0 正式版发布

NeuCharFramework 更新

  NeuCharFramework 开源地址:https://github.com/NeuCharFramework/NCF

  在线文档:https://www.ncf.pub/docs/

  本次一起更新的还有 NeuCharFramework 开发框架,前段时间我们已经通过直播演示了使用 AI 自动生成项目代码的功能,本次更新进一步优化了 AI 功能,并且为 0 代码进行数据库迁移和更新做了大幅优化:

  1、创建 XNCF 模块后,项目地址会被自动记录,下次不必再手动填写(包括数据库迁移的时候);

  2、数据库迁移功能添加了自动选择项目的功能;

  3、数据库迁移功能添加了自动更新版本号的功能。

  效果如下:

新版本 XNCF 模块生成器,附带 AI 工具测试版

0 代码完成数据库更新

  至此,更新数据库的所有迁移、更新,除了需要手动指定一个更新的名称(必须)以外,已经完全脱离键盘输入。

Senparc.AI 更新

  Senparc.AI 开源地址:https://github.com/Senparc/Senparc.AI

  更新内容:

  1、集成 PromptRange(提示词靶场)

  2、更新到 Semantic Kernel 次新版本(最新 beta 版有问题)

  相关 Senparc.AI 演示及离线大模型的相关内容见:https://www.bilibili.com/video/BV1yj411a75g/?vd_source=9a1adb15288ea169283785c244f78c55