This website requires JavaScript.
Explore
Help
Sign In
bigstone
0 Followers
·
0 Following
Joined on
2022-01-09
Repositories
Projects
Packages
Public Activity
Starred Repositories
bigstone
pushed to
master
at
NewLife/X
2025-07-25 13:59:20 +08:00
30cd487960
[feat] Binary读写数据时,支持返回读写字节数,解决Stream不可搜索时无法计算数据量的问题
bigstone
pushed to
dev
at
NewLife/X
2025-07-25 13:59:12 +08:00
dd3f0de639
二进制序列化浮点数也要区分大小端
580fbcdb53
优化Binary读取数字类型时的内存分配
6490d3a3d7
[reactor] Binary新增EndOfStream,只是是否已达到数据流末尾,重构各个读取方法,在数据流到达末尾后不再向下读取。
138844ab18
合并
30cd487960
[feat] Binary读写数据时,支持返回读写字节数,解决Stream不可搜索时无法计算数据量的问题
Compare 5 commits »
bigstone
pushed to
master
at
NewLife/AntJob
2025-07-24 08:03:45 +08:00
f88dcae994
定时调度和数据调度才需要设置数据时间
bigstone
pushed to
master
at
NewLife/Stardust
2025-07-24 08:01:30 +08:00
f9a305f51a
网络质量评分,允许略微超过100%,也就是平均心跳延迟小于1ms
bigstone
pushed to
master
at
NewLife/Redis
2025-07-23 14:05:08 +08:00
903a8fa7ff
常见Redis操作增加记录埋点数值
bigstone
pushed to
master
at
NewLife/Stardust
2025-07-23 14:04:41 +08:00
b8486dc9bc
节点在线表增加内网外网网络质量
1b17ecfc10
[fix] 修正StarAgent自动更新后无法自动重启的问题
ba98e96def
改进ISpan埋点名称的使用
a9e1020c4a
优化网络质量计算公式,减小衰减系数,随着延迟增加,放缓积分下降速度。1ms为100%,10ms为99.1%,100ms为90.57%,500ms为60.71%,1000ms为36.82%
f48c3b7233
优化部署节点页
Compare 6 commits »
bigstone
pushed to
master
at
NewLife/XCode
2025-07-23 14:02:19 +08:00
7c442f0f05
如果新字段是非空,但是没有默认值,那么强制改为允许空。解决数据库表升级时,在原有表中新增非空有默认值字段时,不能自动正确生成相关sql语句的问题。
5afc017bf1
[fix] mysql索引名不能超过64个字符。fix:
https://github.com/NewLifeX/NewLife.XCode/issues/59
44ef16c980
[fix] 批量操作数据后,需要统一清空缓存。fix:
https://github.com/NewLifeX/NewLife.XCode/issues/61
85485dab32
[fix] 异步版DoAction需要await执行回调,否则Shard对象的状态可能有误
Compare 4 commits »
bigstone
pushed to
master
at
NewLife/Stardust
2025-07-19 08:03:40 +08:00
be52d38dc4
Upgrade Nuget
b77f0f913a
最后设置时间,避免因为代码执行原因导致误差过大
ab159e3507
[feat] 新增内网外网网络质量监测,基于到网关和星尘服务器的Ping丢包和延迟来综合平分
Compare 3 commits »
bigstone
pushed to
master
at
NewLife/AntJob
2025-07-17 08:08:08 +08:00
630d51da6b
Upgrade Nuget
a95d2772ba
v4.3 调度通信全部使用异步处理
4c6bd4c35d
[refactor] 重构IJobProvider,跟调度平台通信全部使用异步处理
1055413502
[fix] 修正aspnet/worker项目使用AntJob时无法从IOC容器解析得到处理器的问题
Compare 4 commits »
bigstone
pushed to
master
at
NewLife/Cube
2025-07-17 08:07:28 +08:00
d1c9e5aaae
增强可扩展字段的功能,支持把单个字段的Json/Xml映射到目标类,呈现到表单页并支持编辑保存
ec70e12618
整理代码,补充注释,消除编译警告
Compare 2 commits »
bigstone
pushed to
master
at
NewLife/XCode
2025-07-17 08:02:20 +08:00
8f322d643b
Upgrade Nuget
c3980192d0
fix using
238ca5c36a
优化实体列表二进制序列化和Csv读写
Compare 3 commits »
bigstone
pushed to
dev
at
NewLife/X
2025-07-17 07:59:29 +08:00
102c8861ca
新增DbTable.WriteRow,支持写入单行数据
01d3f936fb
DbTable.ReadRows支持传入-1,遍历数据流返回多行。有些场景生成db文件时,无法在开始写入长度。
Compare 2 commits »
bigstone
pushed to
master
at
NewLife/Cube
2025-07-15 16:21:56 +08:00
7097e3d7ee
大于100万条数据时,默认不启用数字型主键降序
bigstone
pushed to
master
at
NewLife/XCode
2025-07-15 11:22:53 +08:00
9cb2d74957
AsList
ddc2d7f0d0
实体列表批量操作时,先AsList转为本地列表,避免原始迭代被多次遍历
Compare 2 commits »
bigstone
pushed to
master
at
NewLife/AntJob
2025-07-14 14:13:40 +08:00
f4421ae13d
调度器启动时再解析处理类实例
91ad9b01cd
增加AddAntJob重载,支持指定服务端地址等
931e884876
[feat] 新增AddAntJob扩展,简化蚂蚁调度的使用
Compare 3 commits »
bigstone
pushed to
master
at
NewLife/Stardust
2025-07-14 14:07:22 +08:00
c122afb968
升级Remoting
fab9cc2872
应用退出时,销毁AppClient对象之后,不再允许请求业务接口
Compare 2 commits »
bigstone
pushed to
dev
at
NewLife/X
2025-07-14 13:59:27 +08:00
885a41778b
增加TooManyRequests
3b3189563d
常见Api响应代码增加BadRequest=400
Compare 2 commits »
bigstone
pushed to
master
at
NewLife/XCode
2025-07-12 08:02:15 +08:00
026247afc0
Upgrade Nuget
bigstone
pushed to
master
at
NewLife/Stardust
2025-07-11 21:57:26 +08:00
6e3778df98
Upgrade Nuget
fd9245d274
Merge branch 'github_master' of
http://git.newlifex.com/NewLife/Stardust
into github_master
16aced3f98
改善用户体验:添加返回主菜单选项
e1583f22aa
增强服务重启功能及日志记录
Compare 4 commits »
bigstone
pushed to
master
at
NewLife/Zero
2025-07-11 09:50:37 +08:00
f73484188a
增加快速拥有
First
Previous
1
2
3
4
5
...
Next
Last