<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
<title><![CDATA[我的生活感悟]]></title> 
<atom:link href="https://www.smalldu.cn/rss.php" rel="self" type="application/rss+xml" />
<description><![CDATA[阿杜]]></description>
<link>https://www.smalldu.cn/</link>
<language>zh-cn</language>
<generator>www.emlog.net</generator>
<item>
    <title>发票自动分类</title>
    <link>https://www.smalldu.cn/post/14</link>
    <description><![CDATA[针对财务人员开发的发票自动分类工具 <a href="https://www.smalldu.cn/post/14">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Mon, 27 May 2024 16:19:00 +0800</pubDate>
    <dc:creator>aduuuu213</dc:creator>
    <guid>https://www.smalldu.cn/post/14</guid>
</item>
<item>
    <title>gametrade.jp 贩卖综合管理系统</title>
    <link>https://www.smalldu.cn/post/12</link>
    <description><![CDATA[GameTrade贩卖综合管理系统
#### 主要功能与特色
商品全自动上下架、智能刷新、24小时发货、消息中台 <a href="https://www.smalldu.cn/post/12">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Thu, 16 May 2024 17:14:00 +0800</pubDate>
    <dc:creator>aduuuu213</dc:creator>
    <guid>https://www.smalldu.cn/post/12</guid>
</item>
<item>
    <title>记录一键脚本</title>
    <link>https://www.smalldu.cn/post/10</link>
    <description><![CDATA[梯子
bash  (curl -sL https://storage.googleapis.com/tiziblog/xray.sh) <a href="https://www.smalldu.cn/post/10">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Wed, 10 May 2023 10:23:00 +0800</pubDate>
    <dc:creator>aduuuu213</dc:creator>
    <guid>https://www.smalldu.cn/post/10</guid>
</item>
<item>
    <title>自考生网 www.zikaosw.cn 购买前需谨慎</title>
    <link>https://www.smalldu.cn/post/8</link>
    <description><![CDATA[# 自考网 在线题库 购买前需谨慎
避坑网址：www.zikaosw.cn <a href="https://www.smalldu.cn/post/8">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Wed, 12 Apr 2023 11:01:21 +0800</pubDate>
    <dc:creator>aduuuu213</dc:creator>
    <guid>https://www.smalldu.cn/post/8</guid>
</item>
<item>
    <title>Oracle 正则表达式 子匹配查询</title>
    <link>https://www.smalldu.cn/post/7</link>
    <description><![CDATA[下面是使用SQL正则表达式从文本中提取出1F的代码：
SELECT REGEXP_SUBSTR('B馆-1F-K101', '[^-]+', 1, 2) AS FLOOR FROM dual;
解释一下这个代码的含义： REGEXP_SUBSTR函数使用正则表达式从文本中提取匹配的子字符串。
'B馆-1F-K101'是要从中提取字符串的文本。
[^-]+是匹配不包含连字符（-）的所有字符的正则表达式。该表达式在第二个参数中使用，表示从第一个连字符到第二个连字符之间的所有字符。
1表示从文本的第一个字符开始搜索。
2表示上面正则表达式匹配的第2个子字符串，即1F。 使用上面的SQL语句，可以输出以下结果：
FLOOR
-----
1F
这个查询将从B馆-... <a href="https://www.smalldu.cn/post/7">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Fri, 10 Mar 2023 11:16:42 +0800</pubDate>
    <dc:creator>aduuuu213</dc:creator>
    <guid>https://www.smalldu.cn/post/7</guid>
</item>
<item>
    <title>IT运维工程师</title>
    <link>https://www.smalldu.cn/post/6</link>
    <description><![CDATA[本文是一份行业报告，旨在探讨IT运维工程师的工作内容、技能要求、市场需求和职业前景等方面。在当今数字化时代，IT运维工程师的职业前景非常广阔，他们承担着维护和优化公司信息技术基础设施的重任。本文将介绍IT运维工程师的角色，重点讨论他们的日常工作和所需的技能要求，同时还会探讨未来IT运维工程师的职业发展。 <a href="https://www.smalldu.cn/post/6">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Wed, 08 Mar 2023 16:36:49 +0800</pubDate>
    <dc:creator>aduuuu213</dc:creator>
    <guid>https://www.smalldu.cn/post/6</guid>
</item>
<item>
    <title>Nginx反向代理 + 缓存设置</title>
    <link>https://www.smalldu.cn/post/5</link>
    <description><![CDATA[http段添加
proxy_cache_path /cache levels=1:2 keys_zone=apicache:10m max_size=5g inactive=60m use_temp_path=off;
server段添加
location ~ .*\.(gif|jpg|png|css|js)(.*)  { proxy_pass http://$host; proxy_cache apicache; proxy_cache_valid 200 304 12h; proxy_cache_valid any 10m; add_header  Nginx-Cache $upstream_cache_status; proxy_cache_ke... <a href="https://www.smalldu.cn/post/5">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Mon, 07 Nov 2022 11:38:42 +0800</pubDate>
    <dc:creator>aduuuu213</dc:creator>
    <guid>https://www.smalldu.cn/post/5</guid>
</item>
<item>
    <title>CentOS7  DPI-1047: Cannot locate a 64-bit Oracle Client library</title>
    <link>https://www.smalldu.cn/post/4</link>
    <description><![CDATA[项目运行环境报错
centos7  python3.8
当代码运行到cx_Oracle时，报错：
cx_Oracle.DatabaseError: DPI-1047: Cannot locate a 64-bit Oracle Client library: libclntsh.so: cannot open shared object file: No such file or directory. See https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html for help 到网站下载 匹配版本
解压到服务器任意目录
/opt/oracle/instantc... <a href="https://www.smalldu.cn/post/4">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Fri, 14 Oct 2022 15:45:57 +0800</pubDate>
    <dc:creator>aduuuu213</dc:creator>
    <guid>https://www.smalldu.cn/post/4</guid>
</item>
<item>
    <title>Nginx 内网反向代理服务器</title>
    <link>https://www.smalldu.cn/post/3</link>
    <description><![CDATA[安装 Nginx
取自nginx官网文档
下面为Centos安装操作，其他系统安装请看官方文档 安装基础组件
sudo yum install yum-utils
设置 yum 存储库，创建名为 /etc/yum.repos.d/nginx.repo 以下内容的文件
[nginx-stable] 
name=nginx stable repo 
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/ 
gpgcheck=1 
enabled=1 
gpgkey=https://nginx.org/keys/nginx_signing。 key 
module_hotfixes=tr... <a href="https://www.smalldu.cn/post/3">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Tue, 05 Jul 2022 13:30:12 +0800</pubDate>
    <dc:creator>aduuuu213</dc:creator>
    <guid>https://www.smalldu.cn/post/3</guid>
</item>
<item>
    <title>欢迎使用emlog</title>
    <link>https://www.smalldu.cn/post/1</link>
    <description><![CDATA[恭喜您成功安装了emlog，这是系统自动生成的演示文章。编辑或者删除它，然后开始您的创作吧！ <a href="https://www.smalldu.cn/post/1">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Mon, 06 Jun 2022 12:03:47 +0800</pubDate>
    <dc:creator>aduuuu213</dc:creator>
    <guid>https://www.smalldu.cn/post/1</guid>
</item></channel>
</rss>