GeekNote
首页
搜索
登录
注册
首页
热门
关注中
最新
HackerPie
数据结构:单调栈
单调栈是指从栈顶到栈底,栈内元素的值符合单调性的一种特殊数据结构。从栈顶到栈底,元素的值单调递减,称为单调递减栈;反之,称为单调递增栈。
2022年03月30日 05:03
·
0 点赞
·
0 评论
HackerPie
Failed to stop or restart Nginx server through serevice command
Many people are accustomed to start a Nginx web server through init scripts and then they can control the state of the server through ser...
2013年08月09日 03:39
·
0 点赞
·
0 评论
计算机天才
开源x64程序混淆器Alcatraz
项目地址 https://github.com/weak1337/Alcatraz
2023年02月03日 10:26
·
0 点赞
·
0 评论
计算机天才
关于C/C++和python字符串编码
上次实习的时候写了个鸟项目,编码的事情一直没清楚,因为那个项目主要是英文居多,所以什么编码一般都不会出问题。
2023年04月05日 15:12
·
0 点赞
·
0 评论
askender
本周Dweb分享交流和产品试玩活动
Dweb=去中心化互联网或者分布式互联网,实际是一种开放互联网的实现方式。 你是否有对现在互联网内容质量和交流深度不满意的时刻呢? 你是否好奇下一代互联网有哪些可能性呢? 你是否对人类协作效率的提升感兴趣呢? 你是否关注科技和人文结合的更多样的可能和进展呢? 如果对以上问题...
2021年10月14日 15:38
·
0 点赞
·
0 评论
计算机天才
在ubuntu上快速配置Clash脚本
忍无可忍
2023年02月11日 07:12
·
0 点赞
·
0 评论
吕小荣
terraform.tfvars 与 variables.tf 的区别
2021年06月30日 00:00
·
0 点赞
·
0 评论
busylog
Example Windows Sandbox conf (wsb)
enable the feature:
2025年06月05日 08:10
·
0 点赞
·
0 评论
计算机天才
CloudStudio解决一次Docker启动不了的原因
2023年03月10日 11:01
·
0 点赞
·
0 评论
busylog
OpenWrt snapshot in systemd-container
(apt install systemd-container)
2025年02月21日 11:45
·
0 点赞
·
0 评论
写 bug 的大耳朵图图
Springboot业务信息国际化
用户上传一个 excel 文件,要对 excel 内容做校验,然后返回校验结果。校验通过之后,在执行导入。但是现在平台要做国际化,支持中英双语,目前校验结果是直接中文返回,为了完成国际化需求,需要根据请求头中的 Accept-language 来决定返回何种语言的内容。
2023年03月27日 12:22
·
0 点赞
·
0 评论
计算机天才
windows wldp机制
wldp机制由wldp.dll实现。像有一些系统进程比如svchost.exe、explorer.exe可能会加载这个dll来做一些安全策略。
2023年02月04日 15:56
·
0 点赞
·
0 评论
计算机天才
两种API接口的优势和劣势
一种是使用用户分配的内存,一种是用在函数内用库函数分配内存,第二种显然更省事,但是如果有强移植性需求(不管是win,linux,arm,各种移动端和嵌入式端等),就用第一种。
2023年03月19日 06:23
·
0 点赞
·
0 评论
crabOnSubway
测试新文章发布
1.主索引 主索引通常是对每一存储块有一个索引项,索引项的总数和存储表所占的存储块数目相同,存储表的每一存储块的第一条记录,又称为锚记录(anchor record), 或简称为块锚(block anchor)
2022年11月24日 08:04
·
0 点赞
·
1 评论
sai
nohup 启动自动断掉,页面无法访问
nohup启动后端和前端项目,页面过一段会突然502了,解决方法是用nohup启动后,需要再执行exit退出当前控制台
2022年06月30日 06:45
·
0 点赞
·
0 评论
HackerPie
DIY an interesting timer through terminal-notifier and crontab under Mac OS X
Today I will show you how to DIY an intersting notifier automatically running per hour under the Mac OS X 10.8 and higher, all we need ar...
2014年01月12日 07:51
·
0 点赞
·
0 评论
Mark24
代码会说话之一个脚本帮你检查项目 996 状态
项目地址 Mark24Code/check_996
2022年08月16日 11:18
·
0 点赞
·
0 评论
写 bug 的大耳朵图图
基于Centos7的UI自动化环境Dockerfile
2023年03月05日 14:04
·
0 点赞
·
0 评论
busylog
add Windows Firewall Rules to Block UWP Applications
to create the firewall rule, you need to get the package SID. the normal method is DeriveAppContainerSidFromAppContainerName. but thankfu...
2022年08月23日 00:30
·
0 点赞
·
0 评论
计算机天才
windbg常用命令
https://www.csdn.net/tags/OtTaYgysNDMzNTUtYmxvZwO0O0OO0O0O.html ,讲的很全面。
2023年01月31日 10:47
·
0 点赞
·
0 评论
查看更多