草庐IT

D_GNU_SOURCE

全部标签

Interview with Li Jiansheng: How Did I Choose to Become an Open Source Evangelist?

LiJiansheng,alsoknownbyhispennameKuoSi,isanopen-sourceevangelist,creatoroftheOpenSourceWaycommunity,andauthorof"TheMythsofOpenSource",atrilogyaboutopen-sourceachievements.AchanceencounterwithaRedHatLinux7.3CDchangedLiJiansheng'slifeandledhimheadlongintotheopen-sourcecommunity.Overnearlytwodecades,he

Meet Pan Juan, The Only Female Apache Member in China: How an Open-Source Project Grows from

"It'salrighttofollowtheApacheWay,butfindingMyWayisessentialaswell."–PanJuanApacheShardingSphere,atopApacheprojectandthefirstdatabasemiddlewareoftheApacheSoftwareFoundation,isgainingwiderinfluenceinChinaandabroad.Inthisarticle,weinvitedMs.PanJuan(TristaPan),thecorefoundingmemberofApacheShardingSphere

Meet Pan Juan, The Only Female Apache Member in China: How an Open-Source Project Grows from

"It'salrighttofollowtheApacheWay,butfindingMyWayisessentialaswell."–PanJuanApacheShardingSphere,atopApacheprojectandthefirstdatabasemiddlewareoftheApacheSoftwareFoundation,isgainingwiderinfluenceinChinaandabroad.Inthisarticle,weinvitedMs.PanJuan(TristaPan),thecorefoundingmemberofApacheShardingSphere

Meet Liu Yu from StreamNative: My Growth Path to Open Source in China

AsopensourcegainedpopularityinChinain2016,theemergenceofthecountry'sfirstopen-sourceprojectsandstartupshelpedtomakethetermmorevisible.Thatyear,LiuYu,whograduatedmerely12monthsearlier,wasintroducedtoopensourcebyaccidentandgraduallytransformedintoanopen-sourceprofessionalalongtheway.Inthisarticle,wein

Meet Liu Yu from StreamNative: My Growth Path to Open Source in China

AsopensourcegainedpopularityinChinain2016,theemergenceofthecountry'sfirstopen-sourceprojectsandstartupshelpedtomakethetermmorevisible.Thatyear,LiuYu,whograduatedmerely12monthsearlier,wasintroducedtoopensourcebyaccidentandgraduallytransformedintoanopen-sourceprofessionalalongtheway.Inthisarticle,wein

Alibaba Koordinator: An Open Source and Cloud Native Hybrid Deployment System

OnApril6,2022,Koordinator,Alibaba'scloud-nativehybriddeploymenttechnology,declareditsofficialopensource.Aspertheintroduction,KoordinatorhasbeenutilizedinAlibaba'slarge-scaleapplicationsformanyyearsandplayedavitalroleintheNovember 11OnlineShoppingFestivalin2021,whichreducednearly50percentofcomputinge

Alibaba Koordinator: An Open Source and Cloud Native Hybrid Deployment System

OnApril6,2022,Koordinator,Alibaba'scloud-nativehybriddeploymenttechnology,declareditsofficialopensource.Aspertheintroduction,KoordinatorhasbeenutilizedinAlibaba'slarge-scaleapplicationsformanyyearsandplayedavitalroleintheNovember 11OnlineShoppingFestivalin2021,whichreducednearly50percentofcomputinge

dotnet 6 修复在 System.Text.Json 使用 source generation 源代码生成提示 SYSLIB1032 错误

在dotnet6内置了通过源代码生成的方式进行序列化JSON对象,性能非常高。使用的时候需要将Json序列化工具类换成dotnet运行时自带的System.Text.Json进行序列化,再加上一个继承JsonSerializerContext的辅助类型,且在此类型标记JsonSerializableAttribute特性,将此类型传入序列化和反序列化即可完成对接。然而在使用的过程中,如果发现此辅助类型的实际代码没有生成,且输出提示SYSLIB1032警告,那可能就是此辅助类型没有写对导致如官方文档的对SYSLIB1032的描述,这是由于标记了JsonSerializableAttribute的

dotnet 6 修复在 System.Text.Json 使用 source generation 源代码生成提示 SYSLIB1032 错误

在dotnet6内置了通过源代码生成的方式进行序列化JSON对象,性能非常高。使用的时候需要将Json序列化工具类换成dotnet运行时自带的System.Text.Json进行序列化,再加上一个继承JsonSerializerContext的辅助类型,且在此类型标记JsonSerializableAttribute特性,将此类型传入序列化和反序列化即可完成对接。然而在使用的过程中,如果发现此辅助类型的实际代码没有生成,且输出提示SYSLIB1032警告,那可能就是此辅助类型没有写对导致如官方文档的对SYSLIB1032的描述,这是由于标记了JsonSerializableAttribute的

USRP-2974上安装Ubuntu20.04 + UHD 3.15 + GNU Radio 3.8 过程全记录

本文从安装好Ubuntu20.04系统说起,经历下述流程:换源北京外国语大学开源软件镜像站USRP-2974需要额外安装的驱动USRP-2974关于UHD的驱动安装官方教程USRP-2974_Getting_Started_GuideUHD和GNURadio安装教程UHD_and_GNU_Radio官网安装教程LinuxInstallGunRadioUHD官方教程 一、Ubuntu20.04更换apt源方便更新和下载,这里是北京外国语大学开源软件镜像站(https://mirrors.bfsu.edu.cn/help/ubuntu/)。首先,备份原来的源列表/etc/apt/sources.l