• 2024-10-02Linux删除多余内核
    Linux删除多余内核使用aptdist-upgrade升级系统后,有时会更新新的内核。我们可以把旧的内核删掉来释放磁盘空间。查看当前的内核信息#查看当前正在使用的内核uname-a#查看系统当中的所有内核aptlist*linux*--installed#或ls/lib/modules|wc-l#有多少个内核
  • 2024-09-27章15——泛型generic
    泛型的引入泛型引入前后代码的比较publicstaticvoidmain(String[]args){ArrayListarrayList=newArrayList();arrayList.add(newDog("wang",10));arrayList.add(newDog("xin",1));arrayList.add(newDog("ran&quo
  • 2024-09-18关于 OpenWrt 固件 和 ImmortalWrt 固件
    关于OpenWrt固件介绍OpenWrt是一个广泛使用的开源固件项目,专门为路由器和其他网络设备设计。它不仅提供了基础的网络功能,还允许用户自定义设备的功能,使其成为一个非常强大的平台。起源和发展:OpenWrt最初是在2000年代初为LinksysWRT54G/GS路由器开发的一个固件替
  • 2024-09-18PLC结构化文本(ST)——泛型常量(Generic Constatnt)
    PLCStructuredTextObjectOrientedProgrammingPLC结构化文本(ST)——泛型常量(GenericConstatnt)泛型常量最近将TwinCAT3升级到最新版本Build4026.10发现一个比较有意思的变量类型,也是TC3.1Build4026新增的一个类型泛型常量(GenericConstatnt)。其实CODESYS很早就新增了这个
  • 2024-09-117. 安装软件包
    原生的openwrt里没有安装一些额外用到的软件包(即插件),下面记录一下怎么在imx8平台的openwrt上安装软件包,并且在luci界面的服务选项里使用原生luci界面没有服务选项1.openwrt换软件源 /etc/opkg/distfeeds.conf#原始源#src/gzopenwrt_corehttps://downloads.openwr
  • 2024-09-06WPF Generic eventhandler for various event
    publicMainWindow(){InitializeComponent();this.AddHandler(ListBox.SelectionChangedEvent,newSelectionChangedEventHandler(GenericHandler));this.AddHandler(Button.ClickEvent,newRoutedEventHandler(GenericHandler));}
  • 2024-09-06[Typescript] Handle Errors with a Generic Result Type
    Considerthis Result type:typeResult<TResult,TError>=|{success:true;data:TResult;}|{success:false;error:TError;};The Result typehastwotypeparametersfor TResult and TError.Itreturnsadisc
  • 2024-08-30C++ Windows API CreateFile
    前言本文介绍windows提供的打开文件或创建的系统接口-----CreateFile().开发中,时常有打开文件的需求,日常我们使用的是c++标准库内的ofstream和ifstream来进行文件的创建、读写。但是Windows系统本身也为我们提供了相关的接口。内容CreateFime函数原型HANDLECreateFil
  • 2024-08-22oem 软件更新 p9348486_112000_Generic,zip
    [oracle@prdb19oemtmp]$emclilogin-username=sysmanEnterpassword:Loginsuccessful[oracle@prdb19oemtmp]$emcliimport_update_catalog-file=p9348486_112000_Generic.zip-omslocalUnabletoreadthefilep9348486_112000_Generic.zip.Verifythefilep
  • 2024-08-13379 Generic Task
    示例Program.csusingSystem.Diagnostics;namespaceTaskExample{internalclassProgram{staticvoidMain(string[]args){UpCounterupCounter=newUpCounter();DownCounterdownCounter=newDownCounter(
  • 2024-07-25c#:继承
    写一个例子基类敌人类(hpspeed方法:moveai)派生出来两个类boos类type1enemy类usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;namespacetest_05_继承{internalclassProgram{staticvoid
  • 2024-06-16Trusty qemu + android环境搭建详细步骤
    下载源码mkdirtrustycdtrustyrepoinit-uhttps://android.googlesource.com/trusty/manifest-bmasterreposync-j32编译./trusty/vendor/google/aosp/scripts/build.pygeneric-arm64查看编译结果lsbuild-root/build-generic-arm64/lk.bin安装运行依赖sud
  • 2024-06-05C# 12 new feature Collection Expression,Primary Consctructor,Generic type alias,
    usinglistOfInt=System.Collections.Generic.List<int>;namespaceConsoleApp36{internalclassProgram{staticvoidMain(string[]args){GenericTypeAlias();}staticvoidGenericTypeAlias()
  • 2024-06-04EasyMocap Demo 运行&理解
    安装环境与依赖OpenPoseonLinuxMint21.3(Ubuntu22.04)https://github.com/AClon314/tauri-vuetify-learn/blob/c57c203a27eadd4a39142002fb61230bf750d6d4/src-tauri/capabilities/mobile.json#L31C5-L38C7装好了pytorch,cuda,cuDnn,还需要手动编译Openpose,卡在了make-j8,
  • 2024-06-03VS Code自定义代码模板
    VSCode自定义代码模板VSCode作为一款轻量级的编辑器,使用体验极佳,具有很多有用的小功能,也有着非常丰富的插件,日常写代码的时候自动补全和各种模板能够有效的提高编码的效率,这里介绍两种我常使用的自定义代码块或者模板的设置方法。集成自定义代码段VSCode自带了用户定
  • 2024-05-08dubbo 泛型调用示例 (dubbo generic call)
     1.背景泛型调用适用于观察者模式,即有很多广泛的消费者,但生产者又不想依赖消费者的client包,比如常见的API开放平台的回调机制; 2.泛型调用要实现泛型调用,几个核心点:泛型入参如何构建泛型服务service如何构建泛型调用结果如何拿到 2.1泛型入参 泛型入参须是Ha
  • 2024-04-17安装软件提示 Runtime Error (at 28:321): Generic faiure Swbemlocator
    第一次遇见这个问题,查了下,根据ai智能提示总结下。报错解释:这个错误通常表示在Windows操作系统中,在安装或运行软件时,与WindowsManagementInstrumentation(WMI)服务交互时出现问题。SwbemLocator是一个COM对象,用于连接到WMI服务,进行系统管理任务。"Genericfailure"意味着操作
  • 2024-04-13P2344 [USACO11FEB] Generic Cow Protests G
    原题链接题解1.观察数据法:看到\(1e^5\)想到线性递推,想到遍历每头奶牛试着在它们后面添加隔断时的分组方案数2.对于奶牛\(i\)它的状态转移方程为\(dp[i]+=dp[j];j<i;sum[j]<=sum[i]\)3.上述可以把\(sum\)看成x轴,\(dp\)看成\(f(x)\),这样就变成了求小于\(sum[i]\)的
  • 2024-04-09Ubuntu Desktop 免费的文件 / 目录差异比较工具 (Beyond Compare 为收费软件)
    UbuntuDesktop免费的文件/目录差异比较工具[BeyondCompare为收费软件]1.Installation2.MeldDiffViewer3.LocktoLauncherReferencesMeld-Visualdiffandmergetoolhttps://meldmerge.org/Meldhelpsyoucomparefiles,directories,an
  • 2024-04-09ubuntu安装AX200 wifi驱动
    第一步:先了解自己的无线网卡的品牌和型号;可以在:此电脑->管理->设备管理器->网络适配器 中找到,或者下载一个鲁大师查看第二步:下载驱动文件;例如我的无线网卡是intelAX200,我便曲intel官网下载,如: intel的linux无线网卡驱动下载链接: intel无线网卡驱动(linux)第三步:下载kernel
  • 2024-04-09循环
    usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespace_0821汪敏{classProgram{staticvoidMain(string[]args){/*intt=0;//计数器for(inti=0;i<=200;i++
  • 2024-04-09嵌套循环
    usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespace_1808_21_汪敏{classProgram{staticvoidMain(string[]args){//for(intj=1;j<=10;j++)//外层循环//{
  • 2024-04-095.7打补丁—编译和官方一致的Linux_Generic包
    5.7打补丁—编译和官方一致的Linux_Generic包需求来源某客户现场业务系统出现了查询丢失数据问题(数据库为MySQL5.7.21,使用Linux-Generic包部署)。已查明:丢数据问题是触发了MySQL5.7的一个bug,该bug在5.7的后继版本已修复。客户不想升级数据库版本,希望将fix的代码打到5.7.21重
  • 2024-04-07openGauss学习笔记-257 openGauss性能调优-使用Plan Hint进行调优-Custom Plan和Generic Plan选择的Hint
    文章目录openGauss学习笔记-257openGauss性能调优-使用PlanHint进行调优-CustomPlan和GenericPlan选择的Hint257.1功能描述257.2语法格式257.3示例openGauss学习笔记-257openGauss性能调优-使用PlanHint进行调优-CustomPlan和GenericPlan选择的Hint257.
  • 2024-04-06Use cases for Rust generics
    Rustprovidesthreemainusagescenariosforgenericparameters,eachwithitsuniquepurposesandadvantages:DelayedBinding:Genericsallowdelayingtheconcretetypebindingofdatastructures,providingflexibilityandcodereusability.Whendefinin