染青的博客
  • 首页
  • 网站分享
  • AsmBB
  • typecho
  • 打赏
  • 登录
  • Bulma: Free, open source, and modern CSS framework based on Flexbox:https://bulma.io/

    Bulma:Free,opensource,andmodernCSSframeworkbasedonFlexbox(https://bulma.io/)Bulmaisafree,opensourceframeworkthatprovides...

    染青 2024-12-11 18:08
  • Dan Kegel's Web Hostel:http://www.kegel.com/

    DanKegel'sWebHostel(http://www.kegel.com/)DanKegel'sWebHostel DanKegel'sWebHostel(丹凯格尔网络旅馆)Environment 环境LocalCalifornia...

    染青 2024-12-10 22:57
  • C10K 问题

    C10K问题---TheC10Kproblem(http://www.kegel.com/c10k.html)TheC10KproblemC10K问题[HelpsavethebestLinuxnewssourceontheweb--subs...

    染青 2024-12-10 22:55
  • lib事件 --- libevent:https://libevent.org/

    lib事件---libevent(https://libevent.org/)libevent/libevent:Eventnotificationlibrary(https://github.com/libevent/libevent)T...

    染青 2024-12-10 22:42
  • 常用的算法逻辑

    判断是否是闰年的算法四年一闰,百年不闰,四百年再闰constisLeapYear=(year)=>(year%4===0&&year%100!==0)||year%400===0;获取1到N的连续数字的总和constg...

    染青 2024-12-10 17:17
  • vue-beauty: Beautiful UI components build with vue and ant design:https://gitee.com/reginx/vue-beauty/

    在vue项目中引入vue-beauty操作方法_vue.js_脚本之家(https://www.jb51.net/article/156068.htm)vue-beauty:BeautifulUIcomponentsbuildwithvue...

    染青 2024-12-10 17:13
  • 螺旋矩阵算法 - eshizhan - 博客园:https://www.cnblogs.com/eshizhan/archive/2010/06/01/1749013.html

    螺旋矩阵算法-eshizhan-博客园(https://www.cnblogs.com/eshizhan/archive/2010/06/01/1749013.html)#include<iostream>#include<...

    染青 2024-12-10 17:12
  • CSharp-StopWatchHelper

    usingSystem;usingSystem.Collections.Generic;usingSystem.Diagnostics;usingSystem.Linq;usingSystem.Text;usingSystem.Thread...

    染青 2024-12-10 17:06
  • CSharp-FastLogHelper

    namespaceCSharpTest.Helpers;///<summary>///快速输出日志帮助类///</summary>publicstaticclassFastLogHelper{staticFastLo...

    染青 2024-12-10 17:06
  • erusev/parsedown: PHP 中更好的 Markdown 解析器 --- erusev/parsedown: Better Markdown Parser in PHP:https://github.com/erusev/parsedown

    erusev/parsedown:PHP中更好的Markdown解析器---erusev/parsedown:BetterMarkdownParserinPHP(https://github.com/erusev/parsedown)Bet...

    染青 2024-12-10 15:47
  • CSharp-EnvironmentHelper

    环境变量帮助类,支持通过环境变量取值,支持string,int,long,bool,usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;...

    染青 2024-12-10 10:04
  • httpd

    httpd配置_optionsindexes默认启用吗-CSDN博客(https://blog.csdn.net/xzx__/article/details/80404852)httpd是Apache超文本传输协议(HTTP)服务器的主程序...

    染青 2024-12-9 18:08
  • 你试过不用if撸代码吗? | Fundebug博客 - 一行代码搞定BUG监控 - 网站错误监控|JS错误监控|资源加载错误|网络请求错误|小程序错误监控|Java异常监控|监控报警|Source Map|用户行为|可视化重现:https://blog.fundebug.com/2017/11/06/write-javascript-without-if/

    你试过不用if撸代码吗?|Fundebug博客-一行代码搞定BUG监控-网站错误监控|JS错误监控|资源加载错误|网络请求错误|小程序错误监控|Java异常监控|监控报警|SourceMap|用户行为|可视化重现(https://blog....

    染青 2024-12-9 18:06
  • 本福特定律

    本福特定律,也称为本福特法则,说明一堆从实际生活得出的数据中,以1为首位数字的数的出现概率约为总数的三成,接近直觉得出之期望值1/9的3倍。推广来说,越大的数,以它为首几位的数出现的概率就越低。它可用于检查各种数据是否有造假。本福特定律说明...

    染青 2024-12-9 18:03
  • Caddy - The Ultimate Server with Automatic HTTPS:https://caddyserver.com/

    Caddy-TheUltimateServerwithAutomaticHTTPS(https://caddyserver.com/)caddyserver/caddy:Fastandextensiblemulti-platformHTTP...

    染青 2024-12-9 18:02
  • SSO(Single Sign On)

    (转)单点登录的三种实现方式-纪煜楷-博客园https://www.cnblogs.com/jiyukai/p/9387779.html单点登录的三种实现方式-简书https://www.jianshu.com/p/613e44d4a464...

    染青 2024-12-9 17:50
  • SnowFlake算法

    漫画:什么是SnowFlake算法?(https://www.sohu.com/a/232008315_453160)漫画:什么是SnowFlake算法?-CSDN博客(https://blog.csdn.net/bjweimengshu/...

    染青 2024-12-9 17:47
  • aop

    SpringAOP之编译期织入、装载期织入、运行时织入_springaop织入在什么时候完成-CSDN博客(https://blog.csdn.net/wenbingoon/article/details/22888619)...

    染青 2024-12-9 17:45
  • Minesweeper: 索引 - xingd - 博客园:https://www.cnblogs.com/xingd/archive/2008/02/19/1072850.html

    Minesweeper:索引-xingd-博客园(https://www.cnblogs.com/xingd/archive/2008/02/19/1072850.html)Minesweeper就是经典的Windows自带的扫雷游戏,我会...

    染青 2024-12-9 17:44
  • Core War:https://www.corewars.org/index.html

    CoreWar(https://www.corewars.org/index.html)corewar_百度百科(https://baike.baidu.com/item/core%20war/6157795?fr=aladdin)Core...

    染青 2024-12-9 17:41
加载更多

个人资料

作者:染青
邮箱:335121817@qq.com

时间倒计时

    今日剩余 59.6%
    本周剩余 37.1%
    本月 22.0%
    本年剩余 52.2%

日历

最新文章

  • 东野圭吾-《放学后》-第一章-第一节
    2025-10-30
  • mh-nexus:https://mh-nexus.de/en/ hdx
    2025-10-26
  • WinHex: Hex Editor & Disk Editor, Computer Forensics & Data Recovery Software:https://www.x-ways.net/winhex/index-m.html
    2025-10-26
  • camelot-dev/camelot: A Python library to extract tabular data from PDFs:https://github.com/camelot-dev/camelot
    2025-09-30
  • Nano Banana 资源站:https://www.banana-nano.site/
    2025-09-16

分类

  • 未分类(0)
  • 大模型问答(1)
  • 游戏分享(1)
  • 地球生态(2)
  • 编程学习(245)
  • 代码片段记录(8)
  • 网站分享(324)
  • 思想分享(58)
  • docker等容器化技术(8)
  • 大模型LLM(2)
  • 人物志(7)
  • 操作系统(8)
  • 云服务(4)

友情链接

  • 我的 typecho
  • 我的博客园
  • 我的 discuz
Copyright © 2023 染青的博客. Powered by Emlog Pro
渝ICP备2021006754号
icp 渝公网安备50011202504573
这博客快要荒废了,【连续3天】都没有更新文章了。

纵然变化,依然故我。 | 墓志铭