Git Product home page Git Product logo

msktmi.github.io's People

Contributors

dependabot[bot] avatar msktmi avatar

Stargazers

 avatar  avatar

Watchers

 avatar

msktmi.github.io's Issues

使用 Cloudflare 对 blog 进行 301 重定向 | Mst

https://blog.msktmi.com/posts/2023/3256749390.html

背景前段时间买了域名,但除了挂博客外目前没有其他用途,于是在折腾一段时间后终于把博客挂在了二级域名(blog)下,并设置 apex 域和 www 子域的301重定向到二级域名下(域名空着也是空着不如先用起来)所以我需要的操作是把 blog 指向 example.github.io ,并将 顶级域名 和 www 指向 blog example.com && www.exampl

MongoDB for C#/.NET | Mst

https://blog.msktmi.com/posts/2023/530611942.html

MongoDB 的更新操作符$符号这个符号是一个占位符,用来更新数组中匹配查询条件的第一个元素。例如,如果你想要更新books数组中title为”The Catcher in the Rye”的元素的author字段,你可以使用以下代码: 123var filter = Builders.Filter.Eq("books.title",

解决 PapaParse 获取 URL 文件编码错误 | Mst

https://blog.msktmi.com/posts/2023/97572495.html

​PapaParse 这个插件虽说强大,可以快速将 CSV 文件转为 JSON 格式来渲染表格,但是某些地方真的让人很难受,比如它自带的 encoding 配置只能对通过 input 上传的本地文件起作用,而通过 URL 远程取到的文件不支持… 解决方案先用 XMLHttpRequest() 获取到文件,然后设置 FileReader() 改变文件的编码,最后使用 PapaParse 直接解析。

尝试使用预制菜替代外卖 | Mst

https://blog.msktmi.com/posts/2024/1857581413.html?

起因最近讨伐预制菜的呼声很高,主要还是因为预制菜冒充现做菜抛开事实不谈,如果点的低价外卖都是预制菜,那为何不直接加入预制菜?选择困难的我在一连看了几个大品牌预制菜后决定丢掉大脑开始踩坑,毕竟吃的东西光看评测也看不出来什么 废话少说,开吃! 注意:本篇文章主观性极强! 吃吃吃卤肉饭 ★★★★★ 居然还有点东西? 味道偏咸一点,但汤汁很下饭,比较适合重口味的人(看来大家说料理包口味偏重不是没有

Hexo + Github Actions 实现自动部署 | Mst

https://blog.msktmi.com/posts/2023/2933477798.html

准备工作 简单了解 Hexo,GitHub Actions 以及 Github Secrets 安装 Hexo 熟练使用 Baidu 或 Bing 大小姐 源码与网页同仓库方案源码与渲染后的博客静态页面放在同一个仓库的不同分支, 以 Hexo 分支为源码,master 分支为渲染后的静态页面 创建仓库 创建名称为 username.github.io 的仓库 username 是自己的用户名

Win10 输入法显示仅桌面 | Mst

https://blog.msktmi.com/posts/2023/3385504687.html

在一次普通的重启后我的突然输入法挂掉了,在中重装输入法与重启电脑后依然没有恢复正常,看来是阿三程序员留给我的小惊喜 问题描述 无法输入中文且不会跳出输入备选框 使用 win+space 切换输入法也没有任何反应 右下角语言栏消失 语言设置界面显示:”输入法(仅桌面)” 解决方案百度的结果五花八门,大部分可以通过重新运行 ctfmon.exe 解决,但对我却无效,就在任务管理器中查找 CTF 加载

约定式提交 | Mst

https://blog.msktmi.com/posts/2023/210468433.html

突然发现自己的 commit 记录很乱,就先从添加 类型 开始吧 约定式提交 原网址:中文 | 英文 概述约定式提交规范是一种基于提交信息的轻量级约定。 它提供了一组简单规则来创建清晰的提交历史; 这更有利于编写自动化工具。 通过在提交信息中描述功能、修复和破坏性变更, 使这种惯例与 SemVer 相互对应。 类型 参数 说明 feat 用于表示在代码库中新增了一个功能 fix

猫国建设者(Kittens Game)修改存档 | Mst

https://blog.msktmi.com/posts/2024/1966840030.html

猫国建设者 (Kittens Game) 网址:游戏 | Wiki 《猫国建设者》是一款由 bloodrizer 开发的文字放置村庄管理网页游戏。在游戏里,你管理着一个村庄的猫咪,它们会不断地获取资源、学习技术。 使用 JS 连点器获取猫薄荷注意:会解锁成就:不道德的巅峰(作弊玩游戏) 开启浏览器控制台后直接粘贴下面的代码12345678window.__clickelm = docume

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.