本文分类:news发布日期:2025/10/23 0:35:18
相关文章
20251020周一日记
20251020周一日记为什么上周五没写日记?因为在集中办公耶!
周五:
1.早上开项目启动大会,一群老总来,有点像誓师大会。开始干活,第一天还没啥人吃零食。
2.下午上课,本来说是要汇报?结果老师微笑着走了忘了这事…
建站知识
2025/10/23 0:35:18
WPF loading data asynchronously and contextmenu save as json in mvvm
Install-Package Prism.Wpf;
Install-Package Prism.DryIOC;
Install-Package System.Text.Json;<prism:PrismApplication x:Class="WpfApp36.App"xmlns="http://schemas.microsoft.com/winfx/2006/…
建站知识
2025/10/20 22:25:09
Android 源码解析系列1- Android init 进程启动流程
Android 源码解析系列1- Android init 进程启动流程Android 源码解析系列1- Android init 进程启动流程
init进程是用户空间的第一个进程.如下
g1930fua_g210_ai:/ $ ps -ef | grep init
#uid pid ppid C…
建站知识
2025/10/20 22:24:53
英语_阅读_Start school_待读
When children start school for the first time, parents often feel a sense of excitement coupled with a touch of sadness at the end of an era. This is the start of a new adventure for children playing a…
建站知识
2025/10/20 22:21:50
2025.10.20总结
今天继续学软考相关内容,目前过完操作系统剩下的相关知识
上午上课的时候进行项目演示有很多的收获,与它们的项目相比我目前的开发而言还存在很多的不足
操作系统作为系统资源的管理者,当然也需要对内存进行管理,要…
建站知识
2025/10/20 22:21:44
题解:Luogu P2075 区间 LIS
题意
给定长度为 \(n\) 的排列 \(p\),\(q\) 次询问 \(l,r\),求 \(p[l,r]\) 的 LIS 长度。\(1\leq n,q\leq 10^5\)。
题解
挺牛的题。
考虑如何刻画 LIS。感觉上 DP 没有什么前途,考虑另一种经典的 \(\mathcal{O}(n\…
建站知识
2025/10/20 22:14:16