<?xml version="1.0" encoding="utf-8"?>
<!--  RSS generated by haodaima.com RSS Builder [2026-05-05 23:30:23]  --> 
<rss version="2.0" xmlns:im="http://purl.org/rss/1.0/item-images/" xmlns:dc="http://purl.org/dc/elements/1.1/" >
<channel>
<pubDate>Tue, 05 May 2026 23:30:23 +0800</pubDate>
<lastBuildDate>Tue, 05 May 2026 23:30:23 +0800</lastBuildDate>
<docs>https://www.haodaima.com</docs>
<link>https://www.haodaima.com</link>
<title>Ruby</title>
<image>
<title>Ruby</title>
<url><![CDATA[]]></url>
<link>https://www.haodaima.com</link>
</image>
<webMaster>https://www.haodaima.com</webMaster>
<generator>https://www.haodaima.com</generator>
<ttl>60</ttl>
<dc:creator>https://www.haodaima.com</dc:creator>
<dc:date>Tue, 05 May 2026 23:30:23 +0800</dc:date>
<item>
<title><![CDATA[防止删库跑路及高级代码投毒技巧]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_107275.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0402/066695a0a44861dce7b3eeb76c47ef82.png border='0' /><br />引言
事情是这样的，最近在做开源软件供应链安全相关的项目，之前没了解这方面知识的时候感觉服务器被黑，数据库被删，网站被攻，这些东西都离我们太遥远了，因为感觉好像]]></description>
<pubDate>2024-04-02 15:14:55</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_107275.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[如何使用Git管理二进制大对象的方法]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_107218.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0402/c192dfb0845ab1b643b9075ff802234c.jpg border='0' /><br />通过这系列的前六篇文章，我们已经学会使用 Git 来对文本文件进行版本控制的管理。我们不禁要问，还有二进制文件呢，也可进行进行版本控制吗？答案是肯定的，Git ]]></description>
<pubDate>2024-04-02 13:28:04</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_107218.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[Lua脚本语言简介]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_107154.htm]]></link>
<description><![CDATA[Lua是一种简单、可扩展、高效的脚本语言，被广泛应用于各种领域，如嵌入式系统、移动设备、Web服务器、有效。Lua一开始就被设计成能与C语言或其他语言编写的软件]]></description>
<pubDate>2024-04-02 11:16:30</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_107154.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[python操作yaml说明]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_107098.htm]]></link>
<description><![CDATA[1  安装PyYAMLpip install PyYAML2  加载yaml文件
直接使用yaml load()函数
demo yml :kind: Deplo]]></description>
<pubDate>2024-04-02 09:17:42</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_107098.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[JavaScript 三种创建对象的方法]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_106944.htm]]></link>
<description><![CDATA[JavaScript中对象的创建有以下几种方式： （1）使用内置对象 （2）使用JSON符号 （3）自定义对象构造 一、使用内置对象 JavaScript可用的]]></description>
<pubDate>2024-04-02 03:36:57</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_106944.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[MySQL实战文章(非常全的基础入门类好代码教程)]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_106892.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0402/5bae86c08ddf6f10cef00f91ff822457.png border='0' /><br />MySQL 是最流行的关系型数据库管理系统，在 WEB 应用方面 MySQL 是最好的 RDBMS(Relational Database Management]]></description>
<pubDate>2024-04-02 01:44:22</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_106892.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[mac下安装node.javascript的详细步骤]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_106782.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0401/6bfbb769298e02432b2b42ca7847948f.jpg border='0' /><br />mac 安装node js
第一步：官网下载
访问nodejs官网，链接: https:  nodejs org zh-cn ，选择红色选框内的点击安装。
LT]]></description>
<pubDate>2024-04-01 22:02:46</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_106782.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[推荐5款跨平台的PHP编辑器]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_106722.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0401/fb02743444572bac4752b71488264287.png border='0' /><br />IDE(集成开发环境)或换句话说PHP编辑器是开发人员在构建移动或Web应用必不可少的工具。在这篇文章中，我们将讨论有关PHP编辑器并分享5个最好的跨平台的PH]]></description>
<pubDate>2024-04-01 20:06:27</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_106722.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[Docker快速部署主流脚本语言JavaScript的全过程]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_106647.htm]]></link>
<description><![CDATA[1  关于JavaScript
JavaScript是目前所有主流浏览器上唯一支持的脚本语言，这也是早期JavaScript的唯一用途。Node js的出现，让]]></description>
<pubDate>2024-04-01 17:24:59</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_106647.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[替代pod&nbsp;update速度慢的lg]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_106582.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0401/3a12aca04fdc7f0f64b32dc651699b19.png border='0' /><br />1  安装方式
推荐使用bundle 安装lg_pod_plugin , 免去手动安装 gem install lg_pod_plugin , 方便后续升级lg]]></description>
<pubDate>2024-04-01 15:17:18</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_106582.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[ELK与Grafana联合打造可视化监控来分析nginx日志]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_106521.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0401/523f4cf73b76ae7ef41ed5ff6d81d0ce.png border='0' /><br />打造一个帅气的监控需要什么：
Grafana 前端数据分析平台Elasticsearch 全文检索引擎Logstash 日志收集处理框架dashboard 监控]]></description>
<pubDate>2024-04-01 13:10:52</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_106521.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[一文详解gRPC快速整合SpringCloud]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_106459.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0401/5bdbc7ca2439ac4d9caed760d2cce11c.jpg border='0' /><br />gRPCgRPC是由 google开发的一个高性能、通用的开源RPC框架，主要面向移动应用开发且基于HTTP 2协议标准而设计，同时支持大多数流行的编程语言。它]]></description>
<pubDate>2024-04-01 11:12:48</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_106459.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[ubuntu12.04环境下如何使用kvm ioctl接口如何实现最简单的虚拟机]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_106329.htm]]></link>
<description><![CDATA[qemu、virtual box、vmware、xen都是虚拟机，一般用户接触到的virtual box和vmware比较多，都是用来ubuntu中跑windo]]></description>
<pubDate>2024-04-01 06:42:33</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_106329.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[easy]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_106143.htm]]></link>
<description><![CDATA[easy_install更准确的说是一个和setuptools绑定的模块，一切下载、构建、安装和管理的工作都可以由它来担当。 一般的执行方式： easy_ins]]></description>
<pubDate>2024-04-01 00:29:19</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_106143.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[Linux中 sed 和 awk的用法详解]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_106025.htm]]></link>
<description><![CDATA[sed用法：
sed是一个很好的文件处理工具，本身是一个管道命令，主要是以行为单位进行处理，可以将数据行进行替换、删除、新增、选取等特定工作，下面先了解一下se]]></description>
<pubDate>2024-03-31 20:28:20</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_106025.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[Docker创建镜像、怎么修改、上传镜像等详细介绍]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_105944.htm]]></link>
<description><![CDATA[Docker 创建镜像、修改、上传镜像
–创建镜像有很多方法，用户可以从 Docker Hub 获取已有镜像并更新，也可以利用本地文件系统创建一个。一、创建镜像]]></description>
<pubDate>2024-03-31 17:43:59</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_105944.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[IDM UEstudio17中文安装破解激活好代码教程(附注册机)]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_105874.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0331/96660eb9d5ffedb495a38e4824071e3c.jpg border='0' /><br />uestudio 17是最好的代码编辑器idm uestudio的最新版本，新版本功能更加强大，改进了PHP Ruby，提升宏性能，优化了XML管理器，命令行更]]></description>
<pubDate>2024-03-31 15:33:15</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_105874.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[UTC时间、GMT时间、本地时间、Unix时间戳的具体如何使用]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_105806.htm]]></link>
<description><![CDATA[1 UTC时间 与 GMT时间
我们可以认为格林威治时间就是时间协调时间（GMT=UTC），格林威治时间和UTC时间均用秒数来计算的。
2 UTC时间 与 本地]]></description>
<pubDate>2024-03-31 13:19:20</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_105806.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[Runnable.com 在线测试代码片分享网站]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_105676.htm]]></link>
<description><![CDATA[<img src=https://cdnss.haodaima.top/uploadfile/2024/0331/98acaeb7af89cb2a50b91d18457ebd6f.jpg border='0' /><br />代码片段是开发者每天都要面对的东西，甚至有时候查找代码片段的时间比编写新代码的时间还要多。因为如果找到能够在项目中直接使用的代码片段，这意味着你无需绞尽脑汁“重]]></description>
<pubDate>2024-03-31 08:50:48</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_105676.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
<item>
<title><![CDATA[C#基本语法简介]]></title>
<link><![CDATA[https://www.haodaima.comruby/article_43_105594.htm]]></link>
<description><![CDATA[一 基础语法
1 C 区分大小写，所以myVar和MyVar是两个不同的变量。2 每个C 可执行文件（如控制台应用程序，Windows应用程序和Windows服]]></description>
<pubDate>2024-03-31 06:12:29</pubDate>
<guid><![CDATA[https://www.haodaima.comruby/article_43_105594.htm]]></guid>
<author>https://www.haodaima.com</author>
</item>
</channel>
</rss>
