<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>维唯为为</title><link>https://luowei.github.io/</link><description>Recent content on 维唯为为</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Sat, 11 Apr 2026 10:35:22 +0000</lastBuildDate><atom:link href="https://luowei.github.io/index.xml" rel="self" type="application/rss+xml"/><item><title>关于我</title><link>https://luowei.github.io/about/</link><pubDate>Tue, 31 Mar 2026 00:00:00 +0000</pubDate><guid>https://luowei.github.io/about/</guid><description>关于维唯为为：一个长期折腾技术、关注软件开发与网络工程实践的独立博客作者。</description></item><item><title>留言板</title><link>https://luowei.github.io/messages/</link><pubDate>Tue, 31 Mar 2026 00:00:00 +0000</pubDate><guid>https://luowei.github.io/messages/</guid><description>欢迎留言交流</description></item><item><title>现代软件开发语法高亮与 Mermaid 图示例</title><link>https://luowei.github.io/posts/20260323-modern_dev_syntax_and_mermaid_showcase/</link><pubDate>Mon, 23 Mar 2026 04:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20260323-modern_dev_syntax_and_mermaid_showcase/</guid><description>用于验证主流编程语言、常见配置文件格式语法高亮与 Mermaid 渲染是否正常的示例文章。</description></item><item><title>常见的有机化合物的结构与性质</title><link>https://luowei.github.io/posts/20251214-cnh2n_2_cnh2n_aliphatic_hydrocarbons_saturated/</link><pubDate>Tue, 10 Mar 2026 14:31:00 +0000</pubDate><guid>https://luowei.github.io/posts/20251214-cnh2n_2_cnh2n_aliphatic_hydrocarbons_saturated/</guid><description>常见的有机化合物的结构与性质</description></item><item><title>常见的化学有机物化合物 甲醇乙醇</title><link>https://luowei.github.io/posts/20251212-post/</link><pubDate>Fri, 12 Dec 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20251212-post/</guid><description>常见的化学有机物化合物 甲醇、乙醇、甲酸、乙酸 甲醛、乙醛、二甲醚、乙醚</description></item><item><title>元素的化学性质的周期变化</title><link>https://luowei.github.io/posts/20251210-viii_0_5_6_2n2/</link><pubDate>Tue, 09 Dec 2025 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20251210-viii_0_5_6_2n2/</guid><description>元素的化学性质的周期变化</description></item><item><title>局域网内启用 mDNS, 以使用 `.local` 域名</title><link>https://luowei.github.io/posts/20250419-17358390284832/</link><pubDate>Sat, 18 Oct 2025 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250419-17358390284832/</guid><description>局域网内启用 mDNS, 以使用 &lt;code>.local&lt;/code> 域名</description></item><item><title>产品说明书 空气检测仪CHOH(甲醛)</title><link>https://luowei.github.io/posts/20251018-choh/</link><pubDate>Sat, 18 Oct 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20251018-choh/</guid><description>产品说明书 空气检测仪CHOH(甲醛) &amp;amp; TVOC(总挥发性有机物,Total Volatile Organic Compounds) 血压计 说明书 血糖仪 Sinocare 三诺 血脂血糖仪</description></item><item><title>rust 教程</title><link>https://luowei.github.io/posts/20251006-rust_rust_b/</link><pubDate>Mon, 06 Oct 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20251006-rust_rust_b/</guid><description>Rust 教程 Rust中的 Borrowing Rust中的不可变引用与可变引用 Rust中的可变借用与不可变借用不能发生重叠(因为在借用期间编译器要确保不变量引用不能不修改) 解决方法 引用必须有效 Rust中的类型系统默认是安全的 这里对 Option类型变量的 match 类似于swift 中的 &amp;hellip;</description></item><item><title>macos 上 nfs 共享设置</title><link>https://luowei.github.io/posts/20250907-macos_nfs/</link><pubDate>Sun, 07 Sep 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250907-macos_nfs/</guid><description>macOS 上 NFS 共享设置 macOS 上启用 nfsd 编辑 /ext/exports，设置 NFS 挂载点： 然后：重启 nfsd sudo nfsd restart 查看挂载点 showmount -e 再在另一台macOS 上挂载测试</description></item><item><title>swift 中 also 使用技巧</title><link>https://luowei.github.io/posts/20250814-swift_also/</link><pubDate>Thu, 14 Aug 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250814-swift_also/</guid><description>Swift 中 also 使用技巧 also 定义 使用示例</description></item><item><title>rxswift 笔记</title><link>https://luowei.github.io/posts/20250721-rxswift_ht/</link><pubDate>Mon, 21 Jul 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250721-rxswift_ht/</guid><description>RxSwift 笔记 源码： &lt;a href="https://github.com/DianQK/MeetRxSwift">https://github.com/DianQK/MeetRxSwift&lt;/a> RxSwift 中 Observable 及 dispose 使用 自定义 Observable 及 observer 的事件处理方法实现 RxSwift 中的 Subject 可以同时作为 &amp;hellip;</description></item><item><title>wireshark 抓包过滤规则</title><link>https://luowei.github.io/posts/20250713-wireshark/</link><pubDate>Sun, 13 Jul 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250713-wireshark/</guid><description>Wireshark 抓包过滤规则</description></item><item><title>uv 项目管理</title><link>https://luowei.github.io/posts/20250712-uv/</link><pubDate>Sat, 12 Jul 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250712-uv/</guid><description>uv 项目管理</description></item><item><title>flux 提示词框架结构</title><link>https://luowei.github.io/posts/20250703-flux/</link><pubDate>Thu, 03 Jul 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250703-flux/</guid><description>Flux 提示词框架结构 提示词生成指令 应用示例 其他 风格网络 AI绘画提示词 - PromlibBinkley-Ed SD 图片放大</description></item><item><title>comfyui 应用指南</title><link>https://luowei.github.io/posts/20250702-comfyui_com/</link><pubDate>Wed, 02 Jul 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250702-comfyui_com/</guid><description>ComfyUI 应用指南 ComfyUI 的节点管理器git clone 到 comfyui 的 custom_nodes 目录下重启 comfyui即可 &lt;a href="https://github.com/Comfy-Org/ComfyUI-Manager">https://github.com/Comfy-Org/ComfyUI-Manager&lt;/a> ComfyUI 的基本结构 ComfyUI Flux Kontext &amp;hellip;</description></item><item><title>ComfyUI FLUX.1 Kontext 配置</title><link>https://luowei.github.io/posts/20250701-comfyui_flux1_ko/</link><pubDate>Tue, 01 Jul 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250701-comfyui_flux1_ko/</guid><description>ComfyUI FLUX.1 Kontext 配置 FLUX.1 Kontext的ComfyUI完整使用指南 ComfyUI 社区对 Flux1 Kontext 介绍 Flux Kontext Creator for ComfyUI</description></item><item><title>ai agent 教程 OpenAI Agents SDK</title><link>https://luowei.github.io/posts/20250615-ai_agent_open/</link><pubDate>Sun, 15 Jun 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250615-ai_agent_open/</guid><description>AI Agent 教程 OpenAI Agents SDK</description></item><item><title>macos 上 java jdk</title><link>https://luowei.github.io/posts/20250606-macos_java_jdk/</link><pubDate>Fri, 06 Jun 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250606-macos_java_jdk/</guid><description>macOS 上 java jdk 环境配置 安装配置 jenv 在 .zshrc 添加设置默认的java_home 参考： Installing and Switching Java Versions on Mac OSXMac OS X and multiple Java versions</description></item><item><title>python zscaler 证书配置</title><link>https://luowei.github.io/posts/20250602-python_zscaler/</link><pubDate>Mon, 02 Jun 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250602-python_zscaler/</guid><description>python zscaler 证书配置 Option 1: Change global.cert option in command line For example: Option 2: Add &amp;ndash;cert option For example: If not working by option1 and &amp;hellip;</description></item><item><title>pytorch 教程</title><link>https://luowei.github.io/posts/20250602-pytorch_onnx/</link><pubDate>Mon, 02 Jun 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250602-pytorch_onnx/</guid><description>pytorch 教程 ONNX</description></item><item><title>ruby jekyll 环境配置</title><link>https://luowei.github.io/posts/20250528-ruby_jekyll/</link><pubDate>Wed, 28 May 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250528-ruby_jekyll/</guid><description>ruby jekyll 环境配置 相关链接： Install Jekyll in Ruby Evn</description></item><item><title>zsh 常用命令行工具配置</title><link>https://luowei.github.io/posts/20250528-zsh/</link><pubDate>Wed, 28 May 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250528-zsh/</guid><description>zsh 常用命令行工具配置 编辑 .zshrc</description></item><item><title>商品动画 - prompt Assistant</title><link>https://luowei.github.io/posts/20250516-prompt_as/</link><pubDate>Fri, 16 May 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250516-prompt_as/</guid><description>商品动画 - Prompt Assistant 你是一个为动画图像编写简短的、以动作为中心的提示的助手。 请为商品展示创建用于创建生动的动画图像的描述，要求： &amp;hellip;</description></item><item><title>orbstack 与 docker</title><link>https://luowei.github.io/posts/20250514-orbstack_docke/</link><pubDate>Wed, 14 May 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250514-orbstack_docke/</guid><description>orbstack 与 docker orbstack 一个比docker 性能更好更省资源的容器管理工具。</description></item><item><title>rvm 及 ruby 环境安装配置</title><link>https://luowei.github.io/posts/20250514-rvm_ruby/</link><pubDate>Wed, 14 May 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250514-rvm_ruby/</guid><description>rvm 及 ruby 环境安装配置 安装rvm: &lt;a href="https://rvm.io/rvm/install">https://rvm.io/rvm/install&lt;/a> 当前默认安装的RVM版本最高只支持Ruby 3.0版本，如果想要支持更高的Ruby版本，需要执行命令切换分支版本：rvm get master 切换成功后执行命令：rvm list known 安装Ruby &amp;hellip;</description></item><item><title>webdav 方案 python 环境 wsgidav</title><link>https://luowei.github.io/posts/20250513-webdav_python/</link><pubDate>Tue, 13 May 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250513-webdav_python/</guid><description>webdav 方案 python 环境 wsgidav 一个功能强大的 WebDAV 服务器，支持多种后端存储； PyWebDAV3 一个简单的 WebDAV 服务器实现，适合快速搭建 WebDAV 服务；</description></item><item><title>kubernetes k8s 环境搭建</title><link>https://luowei.github.io/posts/20250512-kubernetes_k8s/</link><pubDate>Mon, 12 May 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250512-kubernetes_k8s/</guid><description>Kubernetes (K8S) 环境搭建 minikube 模拟环境安装 minikube</description></item><item><title>promox ve pve 调整</title><link>https://luowei.github.io/posts/20250512-promox_ve_pve/</link><pubDate>Mon, 12 May 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250512-promox_ve_pve/</guid><description>Promox VE (PVE) 调整虚拟机 (VM) 的磁盘大小在PVE中选中硬盘，点击磁盘操作, 调整大小。注意：只能扩充磁盘无法缩小磁盘。 进入 vm 系统，使用 fdisk -l 或 lsblk 查看磁盘分区，给分区增加空间，使用命令：parted /dev/sda, 如果提示Fix 就 Fix 也可以. 然后 &amp;hellip;</description></item><item><title>node 环境及 pnpm 的安装</title><link>https://luowei.github.io/posts/20250511-node_pnpm/</link><pubDate>Sun, 11 May 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250511-node_pnpm/</guid><description>node 环境及 pnpm 的安装 安装 node 环境 **安装 pnpm ** 配置 vim ~/.zshrc 或 vim ~/.bashrc 添加如下内容：</description></item><item><title>安装配置 uv 及 uvx 安装</title><link>https://luowei.github.io/posts/20250511-uv_uvx/</link><pubDate>Sun, 11 May 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250511-uv_uvx/</guid><description>安装配置 uv 及 uvx 安装 编辑 vim ~/.zshrc,添加如下内容： 查看</description></item><item><title>将 python app.py 添加到 systemd service</title><link>https://luowei.github.io/posts/20250511-python_apppy/</link><pubDate>Sun, 11 May 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250511-python_apppy/</guid><description>将 python app.py 添加到 systemd service 以 suayptalha/Chat-with-Bitnet-b1.58-2B-4T 为例。 首先，添加 start.sh, 添加以下shell代码: 然后，创建 bitnet.service, 添加以下内容： 添加到 system service</description></item><item><title>ubuntu 永久修改主机名 hostname</title><link>https://luowei.github.io/posts/20250510-ubuntu_h/</link><pubDate>Sat, 10 May 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250510-ubuntu_h/</guid><description>Ubuntu 永久修改主机名 hostname 在Ubuntu系统中，修改计算机名称（也称为主机名）可以通过多种方法实现。以下是两种常用的方法：</description></item><item><title>换装应用 OOTDiffusion 与 IDM-VTON</title><link>https://luowei.github.io/posts/20250510-ootdiffusio/</link><pubDate>Sat, 10 May 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250510-ootdiffusio/</guid><description>换装应用 OOTDiffusion 与 IDM-VTON 安装配置 yisol/IDM-VTON 与 levihsu/OOTDiffusion 注释掉 import spaces 与 @spaces.GPU，配置gradio ip端口:block.launch(server_name=&amp;ldquo;0.0.0.0&amp;rdquo;, &amp;hellip;</description></item><item><title>ai agent 开发</title><link>https://luowei.github.io/posts/20250503-ai_agent_ai_a/</link><pubDate>Sat, 03 May 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250503-ai_agent_ai_a/</guid><description>AI Agent 开发 AI Agent 开发框架</description></item><item><title>在 debian 上将 Framepack 配置成 systemd service</title><link>https://luowei.github.io/posts/20250501-debian_fram/</link><pubDate>Thu, 01 May 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250501-debian_fram/</guid><description>在 debian 上将 Framepack 配置成 systemd service 按 framepack github install guide 安装启动后，在 framepack 新建文件 start_framepack.sh 并添加以下内容： 再新建一个 &amp;hellip;</description></item><item><title>使用 GroundingDINO 检测指定提示词中的对象</title><link>https://luowei.github.io/posts/20250426-matting_ob/</link><pubDate>Sat, 26 Apr 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250426-matting_ob/</guid><description>以下是实现 matting_object_detect 方法的完整代码，使用 GroundingDINO 检测指定提示词中的对象，并返回检测结果： 关键功能说明：输入输出：输入：图片路径 + 提示词（格式要求：&amp;ldquo;obj1 . obj2 .&amp;quot;） 输出：检测到的对象列表，每个对象包含：phrase: 匹配的提示词短语</description></item><item><title>独立开发者省钱之穷鬼套餐</title><link>https://luowei.github.io/posts/20250426-links/</link><pubDate>Sat, 26 Apr 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250426-links/</guid><description>独立开发者资料 相关Links独立开发者省钱之穷鬼套餐，从零开始完整实战，不花一分钱上线完整应用</description></item><item><title>7天糖异生控制 + 代谢灵活训练计划</title><link>https://luowei.github.io/posts/20251019-diet-and-sport-plan/</link><pubDate>Sat, 19 Apr 2025 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20251019-diet-and-sport-plan/</guid><description>7天糖异生控制 + 代谢灵活训练计划</description></item><item><title>糖异生（Gluconeogenesis）—— 低碳饮食与脂肪燃烧背后的核心机制</title><link>https://luowei.github.io/posts/20251019-gluconeogenesis-diet-and-health/</link><pubDate>Sat, 19 Apr 2025 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20251019-gluconeogenesis-diet-and-health/</guid><description>糖异生（Gluconeogenesis）—— 低碳饮食与脂肪燃烧背后的核心机制</description></item><item><title>Python3快速在当前目录建立HTTP(S)服务器</title><link>https://luowei.github.io/posts/20250415-17257252710627/</link><pubDate>Mon, 14 Apr 2025 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250415-17257252710627/</guid><description>Python3快速在当前目录建立HTTP(S)服务器</description></item><item><title>ai 自动化开发创作</title><link>https://luowei.github.io/posts/20250413-ai_mcp/</link><pubDate>Sun, 13 Apr 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250413-ai_mcp/</guid><description>AI 自动化开发、创作平台 MCP 平台 腾讯云开发平台 MCP 阿里云百炼平台 MCP mcp 服务器节点：https://github.com/modelcontextprotocol/servers 社区 MCP.soMCP MarketSmithery MCP servers 社区 自动开发 &amp;hellip;</description></item><item><title>debian 系统中环境变量的配置</title><link>https://luowei.github.io/posts/20250329-debian/</link><pubDate>Sat, 29 Mar 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250329-debian/</guid><description>Debian 系统中，环境变量的配置文件及其优先级 在 Debian 系统中，有多个配置文件可以用来设置环境变量。每个文件在不同的上下文中被读取，并具有不同的优先级。以下是常见的配置文件列表，以及它们的作用和优先级：/etc/profile &amp;hellip;</description></item><item><title>ansible 系统管理</title><link>https://luowei.github.io/posts/20250328-ansible/</link><pubDate>Fri, 28 Mar 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250328-ansible/</guid><description>Ansible 系统管理 相关链接 python | ansible，一个非常厉害的 Python 库Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.</description></item><item><title>Stable-Diffusion-WebUI 搭建使用</title><link>https://luowei.github.io/posts/20250322-stable_diffusion/</link><pubDate>Sat, 22 Mar 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250322-stable_diffusion/</guid><description>Stable-Diffusion-WebUI 搭建使用 Stable Diffusion WebUI 安装配置指引 python3.11</description></item><item><title>mcpmodel context</title><link>https://luowei.github.io/posts/20250318-mcpmodel_context/</link><pubDate>Tue, 18 Mar 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250318-mcpmodel_context/</guid><description>MCP(Model Context Protocol) AI 资源 参考： &lt;a href="https://openrouter.ai/">https://openrouter.ai/&lt;/a> &lt;a href="https://smithery.ai/">https://smithery.ai/&lt;/a></description></item><item><title>安装 leveldb 以及 plyvel 库</title><link>https://luowei.github.io/posts/20250316-leveldb_pl/</link><pubDate>Sun, 16 Mar 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250316-leveldb_pl/</guid><description>安装 leveldb 以及 plyvel 库</description></item><item><title>pyenv 使用及虚拟环境的设置</title><link>https://luowei.github.io/posts/20250314-pyenv/</link><pubDate>Fri, 14 Mar 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250314-pyenv/</guid><description>pyenv 使用及虚拟环境的设置 安装 pyenv pyenv 环境相关 在虚拟环境的激活脚本中设置环境变量 **使用 python venv 在当前目录创建虚拟环境 **</description></item><item><title>open-webui 配置安装</title><link>https://luowei.github.io/posts/20250311-open_webui/</link><pubDate>Tue, 11 Mar 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250311-open_webui/</guid><description>open-webui  配置安装 fdm.local 上配置安装 open-webui github repoInstall the Nvidia CUDA container toolkit To run Open WebUI with Nvidia GPU support</description></item><item><title>实现 git 仓库免输入密码配置</title><link>https://luowei.github.io/posts/20250311-git_remot/</link><pubDate>Tue, 11 Mar 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250311-git_remot/</guid><description>实现 Git 仓库的 remote 地址为 HTTPS 类型时的免输入密码 配置 Git 使用凭证助手来存储你的用户名和密码，这将会缓存凭证（默认缓存时间为 15分钟）： 如果希望永久存储，可以使用：</description></item><item><title>pve 上 nvidia vgpu</title><link>https://luowei.github.io/posts/20250303-pve_nvidia_vgp/</link><pubDate>Mon, 03 Mar 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250303-pve_nvidia_vgp/</guid><description>PVE 上 NVIDIA vGPU 配置 1.安装相关的依赖包 2.开启 iommu, 更新grub vim /etc/default/grub 环境变量GRUB_CMDLINE_LINUX_DEFAULT添加 intel_iommu=on iommu=pt： 3.配置内核，必须加载内核模块才能使 vGPU &amp;hellip;</description></item><item><title>network_100 MACVLAN</title><link>https://luowei.github.io/posts/20250228-network_100_macv/</link><pubDate>Fri, 28 Feb 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250228-network_100_macv/</guid><description>network_100 MACVLAN 地址列表 hostname - ip list</description></item><item><title>优化 brew 安装速度</title><link>https://luowei.github.io/posts/20250215-brew_h/</link><pubDate>Sat, 15 Feb 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250215-brew_h/</guid><description>优化 brew 安装速度更换 Homebrew 源,使用国内镜像源对于 GUI 应用程序，可以使用 Homebrew Cask 安装，这通常更快且更方便：brew install &amp;ndash;cask &amp;lt;应用名&amp;gt; 使用 brew bundle ：启用并行安装,Homebrew 支持并行安装多个软件包, &amp;hellip;</description></item><item><title>openwrt passwall 负载均衡配置</title><link>https://luowei.github.io/posts/20250126-openwrt_passwall/</link><pubDate>Sun, 26 Jan 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250126-openwrt_passwall/</guid><description>openwrt passwall 负载均衡配置 看到网上大多教程配置passwall 都是采用 socks套娃配置负载均衡 或 要开启 socks配置主开关，试了下其实用不着这样脱了裤子放屁，再绕了一大圈经多几层转发影响性能，最简单的方式就是：打开负载均衡，并添加一个负载均衡节点，然后直接使用这个节点即可。</description></item><item><title>openwrt ssl 证书配置</title><link>https://luowei.github.io/posts/20250103-openwrt_ssltls/</link><pubDate>Fri, 03 Jan 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250103-openwrt_ssltls/</guid><description>Openwrt SSL/TLS 证书配置 使用acme插件 renew 证书：/usr/lib/acme/client/acme.sh &amp;ndash;debug &amp;ndash;renew &amp;ndash;home /etc/acme -d r100.local, 生成的证书在 /etc/acme 的相对应的子目录下。 参考： 给 Openwrt &amp;hellip;</description></item><item><title>局域网内启用 mDNS, 以使用 `.local` 域名</title><link>https://luowei.github.io/posts/20250103-mdns_local_dns_debian_avahi/</link><pubDate>Thu, 02 Jan 2025 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250103-mdns_local_dns_debian_avahi/</guid><description>局域网内启用 mDNS, 以使用 &lt;code>.local&lt;/code> 域名</description></item><item><title>挖矿病毒处理排查</title><link>https://luowei.github.io/posts/20250103-shell_path_ld_library_preload/</link><pubDate>Thu, 02 Jan 2025 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250103-shell_path_ld_library_preload/</guid><description>挖矿病毒处理排查</description></item><item><title>openwrt 配置 Openclash</title><link>https://luowei.github.io/posts/20250101-openwrt_openc/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250101-openwrt_openc/</guid><description>Openwrt 配置 Openclash Shadowrocket小火箭配置Shadowrocket 是一个节点订阅/添加、自带分流、抓包、代理、DNS等功能的手机网络管理工具。订阅/配置节点使用 passwall 的服务器端功能配置一个服务节点（这个节点可以配置成 openclash 的 socks5 代理端口, &amp;hellip;</description></item><item><title>openwrt 固件定制</title><link>https://luowei.github.io/posts/20241229-openwrt_202/</link><pubDate>Sun, 29 Dec 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241229-openwrt_202/</guid><description>Openwrt 固件定制 20241229 定制软件包：</description></item><item><title>openwrt 中 docker</title><link>https://luowei.github.io/posts/20241228-openwrt_docker/</link><pubDate>Sat, 28 Dec 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241228-openwrt_docker/</guid><description>Openwrt 中 docker 镜像源 mirror 配置 查看less /etc/init.d/dockerd 发现配置如下： 故修改</description></item><item><title>Great open source software for home lab</title><link>https://luowei.github.io/posts/20230623-great_open_sourc/</link><pubDate>Mon, 23 Dec 2024 12:34:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230623-great_open_sourc/</guid><description>Great open source software for home lab links &lt;a href="https://www.youtube.com/watch?v=WSQHvwhbxS8">https://www.youtube.com/watch?v=WSQHvwhbxS8&lt;/a> &lt;a href="https://www.youtube.com/watch?v=HaLKciYfVfE">https://www.youtube.com/watch?v=HaLKciYfVfE&lt;/a></description></item><item><title>ipv6 配置相关 ipv6常识</title><link>https://luowei.github.io/posts/20241223-ipv6_ipv6/</link><pubDate>Mon, 23 Dec 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241223-ipv6_ipv6/</guid><description>IPv6 配置相关 IPv6常识 IPv6全球单播地址：能够在互联网上访问的 IPv6 地址，地址范围：位于 2000::/3 范围内，即以 2000 到 3FFF 的地址开头. IPv6 私有地址：有两类分别是链路本地地址和私有地址，地址范围：私有地址位于 fc00::/7（ULAs）和 fd00::/8 &amp;hellip;</description></item><item><title>使用 macvlan 配置网络让</title><link>https://luowei.github.io/posts/20241222-macvlan/</link><pubDate>Sun, 22 Dec 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241222-macvlan/</guid><description>使用 macvlan 配置网络让docker连接宿主机 ubuntu 上配置 macvlan Ticket：要将docker容器 nginx-ui 添加到一个名为：network_172_16 的 network 上，并指定ip地址为： 172.16.2.241，网关: 172.16.15.253， 其中宿主机ip: &amp;hellip;</description></item><item><title>ubuntu 18.04 安装 docker</title><link>https://luowei.github.io/posts/20241221-ubuntu_1804_d/</link><pubDate>Sat, 21 Dec 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241221-ubuntu_1804_d/</guid><description>ubuntu 18.04 安装 docker 及 docker-compose 安装docker， 并配置 docKer 权限How To Install and Use Docker on Ubuntu 18.04配置docker权限，将当前用户添加到 docker 用户组，以便不需要使用 sudo 就可以执行 &amp;hellip;</description></item><item><title>netshoot 使用示例</title><link>https://luowei.github.io/posts/20230406-netshoot_a_docke/</link><pubDate>Fri, 20 Dec 2024 18:15:13 +0000</pubDate><guid>https://luowei.github.io/posts/20230406-netshoot_a_docke/</guid><description>netshoot a Docker + Kubernetes network trouble-shooting swiss-army container. &lt;a href="https://github.com/nicolaka/netshoot">https://github.com/nicolaka/netshoot&lt;/a> 教程： &amp;hellip;</description></item><item><title>国内 docker 镜像源解决方</title><link>https://luowei.github.io/posts/20241220-docker/</link><pubDate>Fri, 20 Dec 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241220-docker/</guid><description>国内 docker 镜像源解决方案 添加镜像服务器 【2024年11月1日更新镜像服务器列表】 示例：synology 群晖 docker 镜像配置，群晖 Docker 守护进程配置文件位于/var/packages/ContainerManager/etc/dockerd.json ： &amp;hellip;</description></item><item><title>Avast Mac Security解决macOS上的恶意软件</title><link>https://luowei.github.io/posts/20230709-crack/</link><pubDate>Thu, 12 Dec 2024 23:33:08 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-crack/</guid><description>最近找Crack软件失误安装了恶意软件导致浏览器经常被重定向和弹出广告，装了个Avast Mac Security，找出了原因。</description></item><item><title>lvs 的4种工作模式</title><link>https://luowei.github.io/posts/20241204-lvs_4_lvs/</link><pubDate>Wed, 04 Dec 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241204-lvs_4_lvs/</guid><description>LVS 的4种工作模式LVS - NAT 模式， 网络层(三层)转发，标准NAT，要求：LVS同时有WAN与LAN接口，并且与真实主机(RealServer1，RealServer2)在同一个LAN网络 LVS - DR 模式， 链路层(二层)转发, 要求 &amp;hellip;</description></item><item><title>jetbrains 系列 ide 自动生成变量名</title><link>https://luowei.github.io/posts/20241125-jetbrains_ide/</link><pubDate>Mon, 25 Nov 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241125-jetbrains_ide/</guid><description>Jetbrains 系列 IDE Intellij、AppCode、Pycharm 等自动生成变量名快捷键 Introduce Variable</description></item><item><title>批量修改并裁剪当前目录下的所有文</title><link>https://luowei.github.io/posts/20241125-post/</link><pubDate>Mon, 25 Nov 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241125-post/</guid><description>批量修改并裁剪当前目录下的所有文件名 以适应在Synology 群晖加密目录下文件名过长的问题， 通过脚本中的 SUFFIX 变量指定要改的文件的后缀类型 批量逆序文件前缀索引字符</description></item><item><title>零刻EQ Pro的PVE配置</title><link>https://luowei.github.io/posts/20230520-eq_pro_pve/</link><pubDate>Fri, 22 Nov 2024 09:43:15 +0000</pubDate><guid>https://luowei.github.io/posts/20230520-eq_pro_pve/</guid><description>零刻EQ Pro的PVE配置 开机后按住Delete键进入BIOS设置； 查看核显及声卡编号及其硬件id 参考： PVE虚拟机核显直通及返回钩子脚本 &lt;a href="https://www.youtube.com/watch?v=iAs4STnDowU">https://www.youtube.com/watch?v=iAs4STnDowU&lt;/a> 硬核精华零成本PVE下如何提取核显VBIOS &amp;hellip;</description></item><item><title>What's .self in swift</title><link>https://luowei.github.io/posts/20230629-whats_self_type/</link><pubDate>Tue, 19 Nov 2024 20:17:07 +0000</pubDate><guid>https://luowei.github.io/posts/20230629-whats_self_type/</guid><description>What&amp;rsquo;s .self, .Type and .Protocol? Understanding Swift Metatypes type(of:) Dynamic Metatypes vs .self Static MetatypesSo type(of) returns the metatype of an &amp;hellip;</description></item><item><title>免费的GPT-4网站及工具</title><link>https://luowei.github.io/posts/20230822-gpt_4_ch/</link><pubDate>Mon, 18 Nov 2024 11:27:01 +0000</pubDate><guid>https://luowei.github.io/posts/20230822-gpt_4_ch/</guid><description>免费的GPT-4网站及工具 chat.forefront.ai &lt;a href="https://chat.forefront.ai/chat/new">https://chat.forefront.ai/chat/new&lt;/a> poe.com &lt;a href="https://poe.com/">https://poe.com/&lt;/a> ora.ai &lt;a href="https://ora.ai/create">https://ora.ai/create&lt;/a> &amp;hellip;</description></item><item><title>pve proxmox 修改 hostname</title><link>https://luowei.github.io/posts/20241117-pve_proxmox_h/</link><pubDate>Sun, 17 Nov 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241117-pve_proxmox_h/</guid><description>PVE (Proxmox) 修改 hostname PVE 修改 hostname, 按以下步骤修改：</description></item><item><title>nextcloud 配置布署</title><link>https://luowei.github.io/posts/20241116-nextcloud_n/</link><pubDate>Sat, 16 Nov 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241116-nextcloud_n/</guid><description>Nextcloud 配置布署 nextcloude github nextcloud docker-hubDocker系列 搭建nextcloud-fpm + nginx网络服务器 How to Install Nextcloud on Docker | Step-by-Step Setup Tutorial &amp;hellip;</description></item><item><title>ollama 本地大模型</title><link>https://luowei.github.io/posts/20241111-ollama/</link><pubDate>Mon, 11 Nov 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241111-ollama/</guid><description>ollama 本地大模型 修改 ollama serve host端口 Open-WebUI 外部连接配置 DeepSeek 参考：OpenAI compatibility设置ollama监听在0.0.0.0 Ollama+GGUF离线加载本地模型</description></item><item><title>在debian上配置dns服务</title><link>https://luowei.github.io/posts/20241105-debian_dns/</link><pubDate>Tue, 05 Nov 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241105-debian_dns/</guid><description>在debian上配置DNS服务 Next, customize the head document of this service: nano /etc/resolvconf/resolv.conf.d/head, add the following IP addresses: Lastly, update the &amp;hellip;</description></item><item><title>AI 学习资源</title><link>https://luowei.github.io/posts/20241103-ai_ai_youtub/</link><pubDate>Sun, 03 Nov 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241103-ai_ai_youtub/</guid><description>AI AI 学习资源Youtube AssemblyAI 【全108集】目前B站最全的AI绘画网课SD+ComfyUI+Midjourney保姆级教程 AI 工具集AI 排行榜：LLM, Text-to-Image, Video-Gen AI 工具集 AI 网址导航 AMZ123 AI导航合集 AI 321工具集 &amp;hellip;</description></item><item><title>磁盘扩容并扩展分区和文件系统</title><link>https://luowei.github.io/posts/20241103-post/</link><pubDate>Sun, 03 Nov 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241103-post/</guid><description>磁盘扩容并扩展分区和文件系统 扩展磁盘 /dev/sda 的容量后，你需要执行以下步骤来扩展分区和文件系统。这些步骤假设你已经将磁盘物理大小从 8G 扩展到 128G，并且只需要扩展现有的分区 sda1。 1. 检查当前分区状态 首先，确认当前的分区情况和文件系统的状态：</description></item><item><title>docker portainer 配置</title><link>https://luowei.github.io/posts/20241102-docker_portainer/</link><pubDate>Sat, 02 Nov 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241102-docker_portainer/</guid><description>docker portainer-ce run.sh</description></item><item><title>Grep命令详解</title><link>https://luowei.github.io/posts/20241101-17304761159799/</link><pubDate>Thu, 31 Oct 2024 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241101-17304761159799/</guid><description>Grep命令详解</description></item><item><title>Home Assistant 的 HACS 安装配置</title><link>https://luowei.github.io/posts/20231202-home_assistant/</link><pubDate>Thu, 31 Oct 2024 07:37:07 +0000</pubDate><guid>https://luowei.github.io/posts/20231202-home_assistant/</guid><description>Home Assistant 的 HACS 安装配置 Homa Assistant 下载：https://www.home-assistant.io/installation/alternative HACS 下载：https://hacs.xyz/docs/setup/download/ &amp;hellip;</description></item><item><title>Swift中的switch case的另类用法</title><link>https://luowei.github.io/posts/20230522-swift_switch_ca/</link><pubDate>Sun, 27 Oct 2024 02:41:54 +0000</pubDate><guid>https://luowei.github.io/posts/20230522-swift_switch_ca/</guid><description>Swift中的switch case的另类用法</description></item><item><title>PVE 工具脚本 PVE Tools</title><link>https://luowei.github.io/posts/20230417-pve_pve_to/</link><pubDate>Sat, 26 Oct 2024 09:30:07 +0000</pubDate><guid>https://luowei.github.io/posts/20230417-pve_pve_to/</guid><description>PVE 工具脚本 PVE Tools &lt;a href="https://github.com/ivanhao/pvetools">https://github.com/ivanhao/pvetools&lt;/a> 为proxmox ve写的工具脚本, 包括配置邮件，samba，NFS，zfs，嵌套虚拟化，docker，硬盘直通等功能。</description></item><item><title>EQ windows11 系统引导配置</title><link>https://luowei.github.io/posts/20231217-eq_windows11/</link><pubDate>Thu, 24 Oct 2024 23:10:49 +0000</pubDate><guid>https://luowei.github.io/posts/20231217-eq_windows11/</guid><description>EQ windows11 系统引导配置 配置启动顺序：如果要将PVE改成默认启动，修改Debian在Boot选项的最前面即可。如果多个系统在一个NVME磁盘上，则需要将焦点移动到“1”点，将NVME的磁盘中的顺序修改成Ubuntu/Debian在Windows上面，然后在“2”处将磁盘引导放在最上面。</description></item><item><title>PVE 命令行下常用的操作</title><link>https://luowei.github.io/posts/20231223-pve/</link><pubDate>Sun, 20 Oct 2024 08:00:40 +0000</pubDate><guid>https://luowei.github.io/posts/20231223-pve/</guid><description>PVE 命令行下常用的操作 解决PVE vm解锁关机问题： Proxmox (PVE)“can&amp;rsquo;t lock file ‘/var/lock/qemu-server/lock-xxx.conf‘ – got timeout” 解决方法应该是进入目录后 unlock ，操作如下： 到此重新启动虚拟机, &amp;hellip;</description></item><item><title>openwrt上配置wireguard</title><link>https://luowei.github.io/posts/20241020-openwrt_wiregu/</link><pubDate>Sun, 20 Oct 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241020-openwrt_wiregu/</guid><description>openwrt上配置wireguard PVE上配置linux-bridge OpenWRT中接口配置 OpenWRT中网口配置 OP 上添加 Wireguard 接口 wg0 并配置 OP 上配置 Wireguard 防火墙区域及通信规则 wireguard开启后的路由变化 多子网互联</description></item><item><title>使用 SDKMAN 神器, 管理安装JDK、 kotlin 与 scala</title><link>https://luowei.github.io/posts/20240627-sdkman/</link><pubDate>Sat, 19 Oct 2024 18:57:27 +0000</pubDate><guid>https://luowei.github.io/posts/20240627-sdkman/</guid><description>使用 SDKMAN 神器, 管理安装JDK、 kotlin 与 scala sdkmanhttps://sdkman.io/install</description></item><item><title>datalad一站式数据分布与管理</title><link>https://luowei.github.io/posts/20241019-datalad/</link><pubDate>Sat, 19 Oct 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20241019-datalad/</guid><description>DataLad - 一站式数据分布与管理解决方案 doc: &lt;a href="https://handbook.datalad.org/en/latest/index.html">https://handbook.datalad.org/en/latest/index.html&lt;/a></description></item><item><title>在debian上安装krfb, 并设置开机自启</title><link>https://luowei.github.io/posts/20230531-debian_krfb/</link><pubDate>Mon, 30 Sep 2024 00:14:27 +0000</pubDate><guid>https://luowei.github.io/posts/20230531-debian_krfb/</guid><description>在debian上安装krfb, 并设置开机自启 在Debian上安装Krfb，可以通过以下命令进行安装： 安装完成后，我们需要设置Krfb开机自启动。在Debian中，可以使用systemd来管理服务。具体操作步骤如下：创建一个名为krfb.service的systemd服务文件：在该文件中输入以下内容：</description></item><item><title>UNMS 服务地址</title><link>https://luowei.github.io/posts/20230415-unms/</link><pubDate>Sun, 29 Sep 2024 13:46:59 +0000</pubDate><guid>https://luowei.github.io/posts/20230415-unms/</guid><description>UNMS 服务地址</description></item><item><title>pve中使用 lvextend</title><link>https://luowei.github.io/posts/20240927-pve_lvextend/</link><pubDate>Fri, 27 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240927-pve_lvextend/</guid><description>pve中使用 lvextend 如何为 lvm_group 添加分区 在 Proxmox VE（PVE）中，使用 lvextend 命令为 LVM 组添加空间通常涉及以下步骤。这通常包括扩展物理卷（Physical Volume, PV），然后扩展逻辑卷（Logical Volume, LV）。以下是详细的步骤： &amp;hellip;</description></item><item><title>UIStackView 问题</title><link>https://luowei.github.io/posts/20230803-uistackview/</link><pubDate>Wed, 25 Sep 2024 22:20:40 +0000</pubDate><guid>https://luowei.github.io/posts/20230803-uistackview/</guid><description>UIStackView 问题 在使用 UIStackView 时，它会根据子视图的 intrinsic content size 自动调整高度，而不是根据约束进行调整。</description></item><item><title>Swift中的属性包装器</title><link>https://luowei.github.io/posts/20230820-swift/</link><pubDate>Tue, 24 Sep 2024 14:54:39 +0000</pubDate><guid>https://luowei.github.io/posts/20230820-swift/</guid><description>Swift中的属性包装器 在Swift中，属性包装器是一种特殊的属性包装模式，它允许我们在属性的声明中添加额外的代码来控制属性的访问和行为。属性包装器通过在属性的存储和访问之间添加一个包装器来实现这一目的。 &amp;hellip;</description></item><item><title>træfɪk 一个现代微服务中的反向代理</title><link>https://luowei.github.io/posts/20230406-tr_f_k_tr_f_k/</link><pubDate>Sun, 22 Sep 2024 22:00:46 +0000</pubDate><guid>https://luowei.github.io/posts/20230406-tr_f_k_tr_f_k/</guid><description>Træfɪk Træfɪk 是一个为了让部署微服务更加便捷而诞生的现代HTTP反向代理、负载均衡工具。 它支持多种后台 (Docker, Swarm, Kubernetes, Marathon, Mesos, Consul, Etcd, Zookeeper, BoltDB, Rest API, file…) &amp;hellip;</description></item><item><title>linux根据机器名查询主机的</title><link>https://luowei.github.io/posts/20240922-linux_i/</link><pubDate>Sun, 22 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240922-linux_i/</guid><description>Linux根据机器名查询主机的ip查询远程机器的ip查看本机ip</description></item><item><title>map value排序</title><link>https://luowei.github.io/posts/20240920-map_value_st/</link><pubDate>Fri, 20 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240920-map_value_st/</guid><description>map value排序。。。 ​​​ struts2学习笔记 java笔记 logback学习配置参考文档&amp;hellip; ​​​ myqq聊天器在ubuntu下的效果&amp;hellip; ​​​</description></item><item><title>auto-duck 自动闪避音频</title><link>https://luowei.github.io/posts/20240919-auto_duck/</link><pubDate>Thu, 19 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240919-auto_duck/</guid><description>Auto-Duck 自动闪避音频 Auto-Duck in Real Time is software for live auto ducking. It can automatically decrease volume of any application/game when input signal is &amp;hellip;</description></item><item><title>ddwrt+wifidog搭建热点</title><link>https://luowei.github.io/posts/20240919-ddwrtwifidog/</link><pubDate>Thu, 19 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240919-ddwrtwifidog/</guid><description>ddwrt+wifidog搭建热点认证系统(无线路由器web认证）</description></item><item><title>https对应的通信时序图</title><link>https://luowei.github.io/posts/20240919-https/</link><pubDate>Thu, 19 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240919-https/</guid><description>HTTPS对应的通信时序图 ​​​ 消息认证码验证过程 ​​​ MAC函数 证书与非对称加密</description></item><item><title>mysql创建和用户及授权</title><link>https://luowei.github.io/posts/20240919-mysql/</link><pubDate>Thu, 19 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240919-mysql/</guid><description>Mysql创建和用户及授权 ​​​ 命令 导入sql file 到 mysql 数据库 ​​​</description></item><item><title>php快捷命令</title><link>https://luowei.github.io/posts/20240919-php/</link><pubDate>Thu, 19 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240919-php/</guid><description>PHP快捷命令 ​​​</description></item><item><title>shell 脚本老男孩shell</title><link>https://luowei.github.io/posts/20240919-shell_shell/</link><pubDate>Thu, 19 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240919-shell_shell/</guid><description>Shell 脚本老男孩shell实战读书笔记（1-5章节）linux shell 字符串操作（长度，查找，替换）详解 一个挺不错的Shell学习笔记 简单实用的shell小脚本 linux下set和eval的使用小案例精彩解答 /dev/null 2&amp;gt;&amp;amp;1详解 Mac之40个很有用的Shell脚本和终端命令 &amp;hellip;</description></item><item><title>sublime里最常用的正则替换</title><link>https://luowei.github.io/posts/20240919-sublime/</link><pubDate>Thu, 19 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240919-sublime/</guid><description>Sublime里最常用的正则替换字符，Mark一下。() 用来建一个正则分组，这样 $1 就是第一组匹配出来的值了。 ​​​</description></item><item><title>vagrant 配置 vagra</title><link>https://luowei.github.io/posts/20240919-vagrant_vagra/</link><pubDate>Thu, 19 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240919-vagrant_vagra/</guid><description>vagrant 配置 vagrant 与 docker compose 对比 vagrant proxmox provider 安装使用 Mac OS 使用 Vagrant 管理虚拟机（VirtualBox） Vagrant Proxmox Provider - 强大的虚拟机管理神器</description></item><item><title>万能输入法皮肤设置选项说明</title><link>https://luowei.github.io/posts/20240919-post-3a712d9a/</link><pubDate>Thu, 19 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240919-post-3a712d9a/</guid><description>万能输入法皮肤设置选项说明</description></item><item><title>使用apple Configurator配置Webclip</title><link>https://luowei.github.io/posts/20240919-apple_configur/</link><pubDate>Thu, 19 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240919-apple_configur/</guid><description>使用Apple Configurator配置Webclip ​​​</description></item><item><title>正则提取html中tag间的文本</title><link>https://luowei.github.io/posts/20240919-html_tag/</link><pubDate>Thu, 19 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240919-html_tag/</guid><description>正则提取HTML中tag间的文本 RegExp to search text inside HTML tags</description></item><item><title>社区发现算法-团渗透机器学习</title><link>https://luowei.github.io/posts/20240919-post/</link><pubDate>Thu, 19 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240919-post/</guid><description>社区发现算法-团渗透机器学习 —— 概率图模型（推理：团树算法）超详细的遗传算法(Genetic Algorithm)解析 Gephi 入门使用 利用winqsb解决线性规划问题 NetLogo如何入门？有哪些学习交流渠道？netlogo一款用来对自然和社会现象进行仿真的可编程建模的工具,内置狼羊捕食模型(Wolf &amp;hellip;</description></item><item><title>计算机操作系统 cache与主存</title><link>https://luowei.github.io/posts/20240919-cache/</link><pubDate>Thu, 19 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240919-cache/</guid><description>计算机操作系统 Cache与主存之间的&amp;quot;全相联映射&amp;quot;，&amp;ldquo;直接映射&amp;quot;和&amp;quot;组相联映射&amp;quot;的区别 主存到Cache直接映射、全相联映射和组相联映射</description></item><item><title>NAS系统OMV的安装配置</title><link>https://luowei.github.io/posts/20230527-nas_omv_o/</link><pubDate>Tue, 10 Sep 2024 01:34:35 +0000</pubDate><guid>https://luowei.github.io/posts/20230527-nas_omv_o/</guid><description>NAS系统OMV的安装配置 OpenMediaVault 6.0基于Debian GNU/Linux 11（codename Bullseye）版本开发。 介绍分析视频教程 司波图·除了群晖用啥好？另一个开源免费易用NAS系统——OMV 张大七·NAS系统评测：OMV6预览版体验，玄学对比unraid &amp;hellip;</description></item><item><title>c++中建立对数组的引用语法类型</title><link>https://luowei.github.io/posts/20240909-c/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-c/</guid><description>C++中建立对数组的引用，语法：类型 &amp;amp;别名=原名 ​​​ C++中返回引用的函数，可以作为左值运算 ​​​ C++中拷贝构造函数，注意引用 &amp;amp;与const 符号的运用。 C++中构造函数的分类与调用 ​​​</description></item><item><title>css选择器</title><link>https://luowei.github.io/posts/20240909-css/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-css/</guid><description>CSS选择器 ​​​</description></item><item><title>gcc编译可执行文件4步骤</title><link>https://luowei.github.io/posts/20240909-gcc_4/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-gcc_4/</guid><description>gcc编译可执行文件4步骤 ​​​ gcc的编译参数以及.a静态库的制作与使用方法 ​​​ gcc动态库的制作与使用 ​​​</description></item><item><title>gdb调试工具常用的基本命令</title><link>https://luowei.github.io/posts/20240909-gdb/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-gdb/</guid><description>gdb调试工具常用的基本命令 ​​​</description></item><item><title>go中协程的概念</title><link>https://luowei.github.io/posts/20240909-go/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-go/</guid><description>Go中协程的概念</description></item><item><title>linux man 手册 中文支</title><link>https://luowei.github.io/posts/20240909-linux_man/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-linux_man/</guid><description>linux man 手册 中文支持 手册的 章节 号及其包含的手册页类型。 1 可执行程序或 shell 命令2 系统调用(内核提供的函数)3 库调用(程序库中的函数)4 特殊文件(通常位于 /dev)5 文件格式和规范，如 /etc/passwd6 游戏7 杂项(包括宏包和规范，如 &amp;hellip;</description></item><item><title>linux网络编程 - 使用信号量实现生产者消费者模型</title><link>https://luowei.github.io/posts/20240909-linux/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-linux/</guid><description>linux网络编程 - 使用信号量实现生产者消费者模型 ​​​ linux网络编程 - pthread_cond_wait 函数以及生产者消费者模型 ​​​ linux网络编程 - fifo读写端实现</description></item><item><title>linux网络编程 TCP连接状态查询</title><link>https://luowei.github.io/posts/20240909-linux_tcp/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-linux_tcp/</guid><description>linux网络编程 - TCP连接状态查询 ​​​ linux网络编程 - TCP状态时序图 ​​​</description></item><item><title>macos中移除system badge</title><link>https://luowei.github.io/posts/20240909-macos_system_p/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-macos_system_p/</guid><description>macOS中移除System Preferences Badge app icon的方法：终端执行：sudo softwareupdate &amp;ndash;ignore &amp;ldquo;macOS Catalina&amp;rdquo; 忽略系统更新，如果要撤销执行：sudo softwareupdate &amp;ndash;reset-ignored 。 &amp;hellip;</description></item><item><title>makefile文件编写规则</title><link>https://luowei.github.io/posts/20240909-makefile/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-makefile/</guid><description>makefile文件编写规则与使用案例 ​​​ 使用makefile配置：把当前目录下独立的.c文件分别编译成可执行文件 ​​​</description></item><item><title>oc中的消息转发流程</title><link>https://luowei.github.io/posts/20240909-oc_oc/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-oc_oc/</guid><description>OC中的消息转发流程 ​​​ OC中的消息传递 ​​​ OC中实例、类、元类对象间的关系 ​​​ OC中isa指针结构 ​​​ Block内存管理 ​​​ OC拷贝关键字 ​​​</description></item><item><title>python实现的深度优先递归与广度优先</title><link>https://luowei.github.io/posts/20240909-python/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-python/</guid><description>python实现的深度优先(递归)与广度优先(队列)算法 ​​​</description></item><item><title>ruby写一个简单的命令行计算器</title><link>https://luowei.github.io/posts/20240909-ruby/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-ruby/</guid><description>ruby写一个简单的命令行计算器 ​​​</description></item><item><title>ubuntu 网络配置</title><link>https://luowei.github.io/posts/20240909-ubuntu/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-ubuntu/</guid><description>Ubuntu 网络配置 目前为止，共存在三个配置网络的地方： 修改/etc/network/interfaces获取动态配置 用下面的命令使网络设置生效: 也可以在命令行下直接输入下面的命令来获取地址获取静态配置 用下面的命令使网络设置生效: 使用 netplan 配置网络 在</description></item><item><title>unix下五种io模型</title><link>https://luowei.github.io/posts/20240909-unix_io/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-unix_io/</guid><description>Unix下五种I/O模型</description></item><item><title>vim常用功能与快捷键</title><link>https://luowei.github.io/posts/20240909-vim/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-vim/</guid><description>Vim常用功能与快捷键 ​​​</description></item><item><title>WebView 使用案例</title><link>https://luowei.github.io/posts/20240909-memo/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-memo/</guid><description>WebView 使用案例</description></item><item><title>zebra路由squid正向透明代理</title><link>https://luowei.github.io/posts/20240909-zebra_squid/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-zebra_squid/</guid><description>zebra路由、squid正向透明代理 、ntop/iftop/iptraf流量查看、tc流量控制限速 ​​​ linux下重要路由命令route及其实战案例演示讲解 （分享自 @优酷 老男孩） &lt;a href="https://v-wb.youku.com/v_show/id_XNTAyMTg1NDQ4.html">https://v-wb.youku.com/v_show/id_XNTAyMTg1NDQ4.html&lt;/a> &amp;hellip;</description></item><item><title>一个非常有用的递归查找super</title><link>https://luowei.github.io/posts/20240909-super/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-super/</guid><description>一个非常有用的递归查找SuperResponder的swift方法。</description></item><item><title>使用perl统计文档中的单词数</title><link>https://luowei.github.io/posts/20240909-perl/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-perl/</guid><description>使用perl统计文档中的单词数 ​​​</description></item><item><title>典型的容器集群管理工具</title><link>https://luowei.github.io/posts/20240909-post-14be03a8/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-post-14be03a8/</guid><description>典型的容器集群管理工具 ​​​</description></item><item><title>批量的把一个目录下的mp3文件转成1.5倍速文件</title><link>https://luowei.github.io/posts/20240909-mp3/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-mp3/</guid><description>批量的把一个目录下的mp3文件转换成1.5倍速播放的文件。 ​​​</description></item><item><title>掌握stdout与stderr</title><link>https://luowei.github.io/posts/20240909-stdout_stderr/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-stdout_stderr/</guid><description>把STDOUT与STDERR都吃掉 ​​​</description></item><item><title>虚拟内存与物理内存的映射关系</title><link>https://luowei.github.io/posts/20240909-post-54358250/</link><pubDate>Mon, 09 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-post-54358250/</guid><description>虚拟内存与物理内存的映射关系 ​​​</description></item><item><title>Python3快速在当前目录建立HTTP(S)服务器</title><link>https://luowei.github.io/posts/20240908-python3_s_phthon3_8000_server/</link><pubDate>Sat, 07 Sep 2024 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240908-python3_s_phthon3_8000_server/</guid><description>Python3快速在当前目录建立HTTP(S)服务器</description></item><item><title>windows 上将 heic 图片导出成 jpg 图片</title><link>https://luowei.github.io/posts/20240907-windows_heic/</link><pubDate>Sat, 07 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240907-windows_heic/</guid><description>windows 上将 .heic 图片导出成 .jpg 图片若系统没有 magick 程序，则先去 magick download 上下载安装好； 搜索 cmd 打开，然后在 cmd 命令提示符 中执行(注意： 以下 for 命令语法，需要在 cmd 命令提示符中才能执行)</description></item><item><title>挖矿病毒处理排查</title><link>https://luowei.github.io/posts/20240907-post/</link><pubDate>Sat, 07 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240907-post/</guid><description>挖矿病毒处理排查 - 查找并修复常见的系统配置文件与参数 入门姿势： 狡猾的猎手会在最出其不意的地方隐藏自己。Shell环境变量就是用户最容易忽视的地方。PATH/LD_LIBRARY_PATH/LD_PRELOAD/LD_AUDIT/alias篡改可以实现用户执行命令时主动触发恶意代码执行。</description></item><item><title>颜色模型 | Garan no dou</title><link>https://luowei.github.io/posts/20230709-garan_no_d/</link><pubDate>Thu, 05 Sep 2024 05:18:04 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-garan_no_d/</guid><description>颜色模型 | Garan no dou &lt;a href="https://blog.ibireme.com/2013/08/12/color-model/?continueFlag=77ce60be67502a25b15311b71b757c9d">https://blog.ibireme.com/2013/08/12/color-model/?continueFlag=77ce60be67502a25b15311b71b757c9d&lt;/a></description></item><item><title>shell 脚本变量参数替换用法</title><link>https://luowei.github.io/posts/20240904-shell/</link><pubDate>Wed, 04 Sep 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240904-shell/</guid><description>Shell 脚本变量参数替换用法 Shell 参数替换提供了一种灵活的方式来处理变量的值。这里是一些常用的参数替换用法： 1. 默认值如果 VARIABLE 没有被定义或为空，则返回 default。 如果 VARIABLE 已定义且不为空，则返回 VARIABLE 的值。 2. 如果未设置或为空则赋值</description></item><item><title>处理UIWebView打不开自签证书的URL链接 ​​​</title><link>https://luowei.github.io/posts/20230709-uiwebview/</link><pubDate>Tue, 03 Sep 2024 13:49:29 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-uiwebview/</guid><description>处理UIWebView打不开自签证书的URL链接 ​​​</description></item><item><title>Webmin的安装配置</title><link>https://luowei.github.io/posts/20240921-webmin_w/</link><pubDate>Tue, 03 Sep 2024 09:02:53 +0000</pubDate><guid>https://luowei.github.io/posts/20240921-webmin_w/</guid><description>Webmin的安装配置 配置 webmin repos 安装webmin 参考 webmin official documents2024 Ubuntu 22.04 LTS完美指南：輕鬆安裝Webmin步驟</description></item><item><title>零刻EQ 12Generation Pro Win11硬件及性能评估</title><link>https://luowei.github.io/posts/20230414-eq_12generatio/</link><pubDate>Sun, 01 Sep 2024 17:15:09 +0000</pubDate><guid>https://luowei.github.io/posts/20230414-eq_12generatio/</guid><description>零刻EQ 12Generation Pro Win11硬件及性能评估 准系统版本内存硬盘安装指南</description></item><item><title>pve-eq 上挂载 UNITEK硬盘盒上的硬盘</title><link>https://luowei.github.io/posts/20240830-pve_eq_unite/</link><pubDate>Fri, 30 Aug 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240830-pve_eq_unite/</guid><description>pve-eq 上挂载 UNITEK硬盘盒上的硬盘 列出硬盘id信息与dev块设备的对应关系 根据 dev 设备路径挂载到对应的目录上 使用以下 rsync 命令来将 /disk1/movie 目录下的文件复制到 /disk2/movie 目录，同时保留 /disk2/movie &amp;hellip;</description></item><item><title>Alist 网盘存储聚合管理平台搭建</title><link>https://luowei.github.io/posts/20230102-16726485255381/</link><pubDate>Tue, 27 Aug 2024 18:10:12 +0000</pubDate><guid>https://luowei.github.io/posts/20230102-16726485255381/</guid><description>Alist 网盘存储聚合管理平台搭建</description></item><item><title>玩转 Home Assistant 玩转HA 篇二</title><link>https://luowei.github.io/posts/20231203-home_assistan/</link><pubDate>Tue, 27 Aug 2024 06:48:37 +0000</pubDate><guid>https://luowei.github.io/posts/20231203-home_assistan/</guid><description>玩转 Home Assistant 玩转HA 篇二：安装Add-ons、Integrations与HACS，添加第一个米家设备Home Assistant 篇三：给HA插上翅膀——HACS与MQTT Home Assistant 使用 Wireguard: &amp;hellip;</description></item><item><title>使用 rsync 备份同步文件</title><link>https://luowei.github.io/posts/20240826-rsync/</link><pubDate>Mon, 26 Aug 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240826-rsync/</guid><description>使用 rsync 备份同步文件。Case1: 同步4k电影脚本 rsync_movie4k.sh；后台执行 rsync 同步任务：nohup</description></item><item><title>app子域网站反向代理配置案例</title><link>https://luowei.github.io/posts/20230302-16776923175385/</link><pubDate>Sun, 11 Aug 2024 00:42:11 +0000</pubDate><guid>https://luowei.github.io/posts/20230302-16776923175385/</guid><description>app子域网站反向代理配置案例</description></item><item><title>《规模》读书笔记</title><link>https://luowei.github.io/posts/20220802-16570884739198/</link><pubDate>Fri, 02 Aug 2024 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220802-16570884739198/</guid><description>《规模》读书笔记 [分类]: ( 读书 ) 汤普森说：“我们必须牢记，在物理学中，伟大的人发现了简单的事情。没有人可以预料，数学可以描述及物理学可以解释身体的构成到什么程度。或许所有的能量规律、所有的物质性质、所有胶体的化学性质都无力解释身体构造，因为它们都无法理解灵魂，但我并不这么认为。物理学没有</description></item><item><title>PiKVM和TinyPilot</title><link>https://luowei.github.io/posts/20230820-pikvm_tinypilot/</link><pubDate>Fri, 02 Aug 2024 06:22:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230820-pikvm_tinypilot/</guid><description>PiKVM和TinyPilot PiKVM和TinyPilot都是基于开源技术的硬件设备，用于实现远程访问和控制服务器、嵌入式系统和网络设备。它们的目标是提供方便、可靠且安全的远程管理解决方案。 PiKVM： PiKVM是一款基于Raspberry Pi的开源硬件项目。它使用Raspberry &amp;hellip;</description></item><item><title>Throttler 实现在限定时间内执行限定的task</title><link>https://luowei.github.io/posts/20230822-throttler/</link><pubDate>Wed, 24 Jul 2024 11:23:49 +0000</pubDate><guid>https://luowei.github.io/posts/20230822-throttler/</guid><description>Throttler 实现在限定时间内执行限定的task</description></item><item><title>linux上常见的关机/重启命令</title><link>https://luowei.github.io/posts/20231217-linux_p/</link><pubDate>Tue, 23 Jul 2024 20:44:22 +0000</pubDate><guid>https://luowei.github.io/posts/20231217-linux_p/</guid><description>linux上常见的关机/重启命令poweroff：立即关闭系统并断电。这是最常用的关机命令之一。示例：sudo poweroff shutdown：安排系统在指定时间关机。你可以指定关机时间（绝对时间或相对时间）。关闭系统并立即关机：示例：sudo shutdown -h now 在指定时间关机（绝对时间）：</description></item><item><title>kafka 知识点 kafka架</title><link>https://luowei.github.io/posts/20240720-kafka_kafka/</link><pubDate>Sat, 20 Jul 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240720-kafka_kafka/</guid><description>Kafka 知识点 Kafka架构 Kafka发送数据流程</description></item><item><title>web3 - 区块链 知识 区块</title><link>https://luowei.github.io/posts/20240719-web3/</link><pubDate>Fri, 19 Jul 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240719-web3/</guid><description>Web3 - 区块链 知识 区块链中账本的验证过程 区块链交易中账户所有权的确权验证流程</description></item><item><title>python实现的深度优先(递归)与广度优先(队列)算法 ​​​</title><link>https://luowei.github.io/posts/20230709-python/</link><pubDate>Wed, 17 Jul 2024 13:11:13 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-python/</guid><description>python实现的深度优先(递归)与广度优先(队列)算法 ​​​</description></item><item><title>特征缩放（Feature Scaling）</title><link>https://luowei.github.io/posts/20240516-feature/</link><pubDate>Wed, 17 Jul 2024 08:48:44 +0000</pubDate><guid>https://luowei.github.io/posts/20240516-feature/</guid><description>特征缩放（Feature Scaling）：https://www.cnblogs.com/HuZihu/p/9761161.html</description></item><item><title>使用Apple Configurator配置Webclip ​​​</title><link>https://luowei.github.io/posts/20230709-apple_configur/</link><pubDate>Fri, 12 Jul 2024 11:38:50 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-apple_configur/</guid><description>使用Apple Configurator配置Webclip ​​​</description></item><item><title>airflow 知识笔记</title><link>https://luowei.github.io/posts/20240708-airflow_air/</link><pubDate>Mon, 08 Jul 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240708-airflow_air/</guid><description>Airflow 知识笔记 Airflow架构与执行流 Amundsen Databuilder 数据系统全景图</description></item><item><title>Swift中的反射</title><link>https://luowei.github.io/posts/20231031-swift_httpsg/</link><pubDate>Sat, 06 Jul 2024 05:14:54 +0000</pubDate><guid>https://luowei.github.io/posts/20231031-swift_httpsg/</guid><description>Swift中的反射 &lt;a href="https://github.com/wickwirew/Runtime">https://github.com/wickwirew/Runtime&lt;/a></description></item><item><title>C++中建立对数组的引用</title><link>https://luowei.github.io/posts/20230709-c/</link><pubDate>Mon, 01 Jul 2024 22:38:39 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-c/</guid><description>C++中建立对数组的引用，语法：类型 &amp;amp;别名=原名 ​​​</description></item><item><title>gradle 常用命令</title><link>https://luowei.github.io/posts/20240701-gradle/</link><pubDate>Mon, 01 Jul 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240701-gradle/</guid><description>gradle 常用命令</description></item><item><title>kotlin学习笔记 kotli</title><link>https://luowei.github.io/posts/20240701-kotlin_kotli/</link><pubDate>Mon, 01 Jul 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240701-kotlin_kotli/</guid><description>Kotlin学习笔记 Kotlin Get started with KotlinGet started with Spring Boot and Kotlin</description></item><item><title>神器 PlaygroundOpenAI</title><link>https://luowei.github.io/posts/20240701-playgroundope/</link><pubDate>Mon, 01 Jul 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240701-playgroundope/</guid><description>神器 PlaygroundOpenAI Playground Gradio Playground Fast API &amp;amp; Full Stack FastAPI Template 工具Colima - container runtimes on macOS (and Linux) with minimal setup.. &amp;hellip;</description></item><item><title>数据仓库data warehouse</title><link>https://luowei.github.io/posts/20240630-data_warehou/</link><pubDate>Sun, 30 Jun 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240630-data_warehou/</guid><description>数据仓库(Data warehouse) 学习笔记 尚硅谷所有已知的课件资料 尚硅谷大数据111门技术+42个项目尚硅谷YYDS (课件资料) Kerberos证认原理 参考：带你书写linux超实用的脚本——xcall(同步执行命令)与xsync(同步文件目录)</description></item><item><title>日语学习 五十音符</title><link>https://luowei.github.io/posts/20240630-post/</link><pubDate>Sun, 30 Jun 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240630-post/</guid><description>日语学习 五十音符</description></item><item><title>苹果提供的UTI(统一类型标识符)</title><link>https://luowei.github.io/posts/20240919-macosios_uti_two/</link><pubDate>Wed, 26 Jun 2024 04:02:35 +0000</pubDate><guid>https://luowei.github.io/posts/20240919-macosios_uti_two/</guid><description>macOS/iOS UTI Two Hierarchies ​​​ 详解苹果提供的UTI(统一类型标识符)</description></item><item><title>LXC(Linux Container)</title><link>https://luowei.github.io/posts/20230409-lxclinux_contain/</link><pubDate>Sun, 16 Jun 2024 18:32:44 +0000</pubDate><guid>https://luowei.github.io/posts/20230409-lxclinux_contain/</guid><description>LXC(Linux Container) LXC LXC 是 Linux 内核包含功能的用户空间接口。 通过强大的 API 和简单的工具，它可以让 Linux 用户轻松创建和管理系统或应用程序容器。 &lt;a href="https://linuxcontainers.org/lxc/getting-started/">https://linuxcontainers.org/lxc/getting-started/&lt;/a> 视频教程 &amp;hellip;</description></item><item><title>法语学习</title><link>https://luowei.github.io/posts/20240615-post/</link><pubDate>Sat, 15 Jun 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240615-post/</guid><description>法语学习</description></item><item><title>Swift实现的一个简单的ChatView</title><link>https://luowei.github.io/posts/20230820-swift_cha/</link><pubDate>Thu, 13 Jun 2024 13:24:34 +0000</pubDate><guid>https://luowei.github.io/posts/20230820-swift_cha/</guid><description>Swift实现的一个简单的ChatView 以下是基于您提供的要求对ChatView进行改进和封装的示例代码： &amp;hellip;</description></item><item><title>数码管 英文 ascii 字符映射表</title><link>https://luowei.github.io/posts/20240611-ascii/</link><pubDate>Tue, 11 Jun 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240611-ascii/</guid><description>数码管 - 英文 ASCII 字符映射表</description></item><item><title>iptv 源 iptv直播源</title><link>https://luowei.github.io/posts/20240608-iptv_iptv/</link><pubDate>Sat, 08 Jun 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240608-iptv_iptv/</guid><description>IPTV 源 IPTV直播源 (定期更新)直播源相关资源汇总 &lt;a href="https://github.com/iptv-org/iptvhttps://github.com/HerbertHe/iptv-sources">https://github.com/iptv-org/iptvhttps://github.com/HerbertHe/iptv-sources&lt;/a> channels &amp;hellip;</description></item><item><title>OpenWrt、iStoreOS 软件包的源配置</title><link>https://luowei.github.io/posts/20240318-openwrtistoreos/</link><pubDate>Thu, 06 Jun 2024 03:36:15 +0000</pubDate><guid>https://luowei.github.io/posts/20240318-openwrtistoreos/</guid><description>OpenWrt、iStoreOS 软件包的源配置 注释掉 注释掉 添加 参考： OpenWRT/LEDE 源使用帮助</description></item><item><title>Go routine中的双向通道channel</title><link>https://luowei.github.io/posts/20240909-goroutine_c/</link><pubDate>Sun, 02 Jun 2024 21:09:03 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-goroutine_c/</guid><description>goroutine中的双向通道channel ​​​​</description></item><item><title>化学元素周期表</title><link>https://luowei.github.io/posts/20240602-20240602/</link><pubDate>Sun, 02 Jun 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240602-20240602/</guid><description>化学元素周期表 202406022000871.png 202406022005854.png 标准元素周期表 连续圆元素周期表 西奥多·本菲螺旋形元素周期表 左阶元素周期表 化学性质的周期变化 元素周期律 1-112号元素的电子排布 前20号元素的原子结构 元素周期表的分区 四大基本相互作用</description></item><item><title>生物学习笔记</title><link>https://luowei.github.io/posts/20240531-post/</link><pubDate>Fri, 31 May 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240531-post/</guid><description>生物学习笔记 真核生物细胞内的内膜系统 蓝藻除了蓝藻,还有一些其他类型的藻类也是原核生物,比如:绿色细菌藻:也称为绿色硫细菌,属于原核细菌的一类。 红色细菌藻:属于原核细菌,具有光合作用,但不产氧。 螺旋藻:也是一种原核的蓝藻。</description></item><item><title>网络基础 - 网络遂道 tunnel - TUN</title><link>https://luowei.github.io/posts/20230416-tunnel/</link><pubDate>Tue, 28 May 2024 17:55:06 +0000</pubDate><guid>https://luowei.github.io/posts/20230416-tunnel/</guid><description>网络基础 网络遂道 tunnel - TUN 理解Linux虚拟网卡设备tun/tap的一切 Linux namespace之：network namespace Linux namespace之：mount namespace Linux Tun/Tap 介绍 OpenStack Neutron 分析：Linux &amp;hellip;</description></item><item><title>电子电路常用 - 软件工具 ar</title><link>https://luowei.github.io/posts/20240527-ar/</link><pubDate>Mon, 27 May 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240527-ar/</guid><description>电子电路常用 - 软件工具 Arduino IDE Fritzing Processing Processing是一种开源编程语言，专门为电子艺术和视觉交互设计而创建，其目的是通过可视化的方式辅助编程教学，并在此基础之上表达数字创意。</description></item><item><title>wireguard虚拟网络配置</title><link>https://luowei.github.io/posts/20240525-wireguard/</link><pubDate>Sat, 25 May 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240525-wireguard/</guid><description>Wireguard虚拟网络配置 - 笔记 参考链接：基于Wireguard技术的虚拟个人网络搭建（基于Lighthouse服务器）通过 wireguard 访问 内网使用WireGuard技术实现外部节点与公司内网服务互访使用 WireGuard 访问家庭网络使用 WireGuard 搭建 VPN 访问家庭内网使用 &amp;hellip;</description></item><item><title>命令行导入sql file 到 mysql 数据库 ​​​</title><link>https://luowei.github.io/posts/20230709-mark_sql_fi/</link><pubDate>Thu, 16 May 2024 05:01:42 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-mark_sql_fi/</guid><description>mark: 命令 导入sql file 到 mysql 数据库 ​​​</description></item><item><title>Swift中实现一种灵活好用的依赖反转的架构设计</title><link>https://luowei.github.io/posts/20231031-swift/</link><pubDate>Thu, 16 May 2024 01:25:56 +0000</pubDate><guid>https://luowei.github.io/posts/20231031-swift/</guid><description>Swift中实现一种灵活好用的依赖反转的架构设计</description></item><item><title>Online 开发环境 - Self-Host Code Server</title><link>https://luowei.github.io/posts/20231101-online_self/</link><pubDate>Wed, 15 May 2024 02:38:53 +0000</pubDate><guid>https://luowei.github.io/posts/20231101-online_self/</guid><description>Online 开发环境 Self-Host Code Server in Your Homelab &amp;ndash; VS Code in a Browser! Can I run Xcode in a docker container? macOS in a Docker container</description></item><item><title>ffmpeg 视频处理</title><link>https://luowei.github.io/posts/20240513-ffmpeg/</link><pubDate>Mon, 13 May 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240513-ffmpeg/</guid><description>ffmpeg 视频处理 单视频重复拼接使用ffmpeg 将当前目录下的 aaa.mp4 文件重复拼接10次后生成一个长视频输出到前前目录 多视频拼接使用ffmpeg 将当前目录下的所有 mp4 文件拼接生成一个长视频 all.mp4 输出到前目录 若终端不支持进程替换语法 &amp;lt;()，可以使用以下写法：</description></item><item><title>主板图 my-imac老主板</title><link>https://luowei.github.io/posts/20240511-my_imac/</link><pubDate>Sat, 11 May 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240511-my_imac/</guid><description>主板图 my-imac老主板 N100 主板正面 N100 主板背面</description></item><item><title>打造Homelab中枢AIO</title><link>https://luowei.github.io/posts/20230409-homelab_aio/</link><pubDate>Sat, 04 May 2024 10:59:58 +0000</pubDate><guid>https://luowei.github.io/posts/20230409-homelab_aio/</guid><description>打造Homelab中枢AIO打造Homelab中枢AIO 视频教程 &lt;a href="https://www.youtube.com/@zzzzz8085/videos">https://www.youtube.com/@zzzzz8085/videos&lt;/a></description></item><item><title>atx 电源插座及其电路图</title><link>https://luowei.github.io/posts/20240504-atx/</link><pubDate>Sat, 04 May 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240504-atx/</guid><description>ATX 电源插座及其电路图</description></item><item><title>windows 蓝屏黑屏问题修复</title><link>https://luowei.github.io/posts/20240428-windows/</link><pubDate>Sun, 28 Apr 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240428-windows/</guid><description>windows 蓝屏黑屏问题修复 电脑开机蓝屏0x.00000024问题： 电脑未关机断电导致开机后电脑蓝屏，报错代码0x00000024，重启后F8选择最后一次正确配置和安全模式都无法进入系统 解决方法：</description></item><item><title>insetsLayoutMarginsFromSafeArea 解决AutoLayout受安全区的影响</title><link>https://luowei.github.io/posts/20230507-insetslayoutmarg/</link><pubDate>Fri, 26 Apr 2024 16:38:48 +0000</pubDate><guid>https://luowei.github.io/posts/20230507-insetslayoutmarg/</guid><description>insetsLayoutMarginsFromSafeArea 解决AutoLayout受安全区的影响 问：向下滚动时 bottom guard area 摭挡了 uistackview？ 答：直接设置 UIStackView的insetsLayoutMarginsFromSafeArea属性为false即可解决。 &amp;hellip;</description></item><item><title>ios中多线程问题 ios线程同</title><link>https://luowei.github.io/posts/20240425-ios_ios/</link><pubDate>Thu, 25 Apr 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240425-ios_ios/</guid><description>iOS中多线程问题 iOS线程、同步异步、串行并行队列iOS多线程之串行队列、并发队列、同步执行、异步执行</description></item><item><title>图形的绘制</title><link>https://luowei.github.io/posts/20230709-agif/</link><pubDate>Tue, 23 Apr 2024 03:08:26 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-agif/</guid><description>图形的绘制 图形的绘制a.gif 图形的绘制c.gif 图形的绘制d.gif 图形的绘制e.gif 图形的绘制b.gif</description></item><item><title>unix domain sock</title><link>https://luowei.github.io/posts/20240423-unix_domain_sock/</link><pubDate>Tue, 23 Apr 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240423-unix_domain_sock/</guid><description>Unix Domain Socket 抓包实现方安 LetsVPN 基于Unix Domain Socket实现的VPN Unix Domain Socket 也叫做 IPC SocketLinux源码分析 - Unix Domain Sockets使用 参考：本机网络 IO 之 Unix Domain Socket &amp;hellip;</description></item><item><title>GCD组同步</title><link>https://luowei.github.io/posts/20230709-gcd_1/</link><pubDate>Mon, 22 Apr 2024 01:25:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-gcd_1/</guid><description>GCD组同步 上传了1张照片到“微相册”</description></item><item><title>github actions使用</title><link>https://luowei.github.io/posts/20240421-github_actions/</link><pubDate>Sun, 21 Apr 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240421-github_actions/</guid><description>github actions使用 创建workflow文件</description></item><item><title>非常好的一个BSD教程</title><link>https://luowei.github.io/posts/20230405-bsd_free/</link><pubDate>Thu, 18 Apr 2024 01:12:28 +0000</pubDate><guid>https://luowei.github.io/posts/20230405-bsd_free/</guid><description>非常好的一个BSD教程 FreeBSD 从入门到跑路 &lt;a href="https://book.bsdcn.org/">https://book.bsdcn.org/&lt;/a></description></item><item><title>网线8根线的作用</title><link>https://luowei.github.io/posts/20240415-8/</link><pubDate>Mon, 15 Apr 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240415-8/</guid><description>网线8根线的作用</description></item><item><title>硬件知识分享 组装一台100tb</title><link>https://luowei.github.io/posts/20240412-100tb/</link><pubDate>Fri, 12 Apr 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240412-100tb/</guid><description>硬件知识分享 组装一台100TB全闪存100G光纤网络海景房幻彩RGB文件服务器主板接口图 7张40系加2张旧旗舰9卡大横评显卡对比 保姆级装机 | 微星B760 | 迫击炮D5 | 4070TI显卡 | 海景房开机跳线接口图</description></item><item><title>swift 中 AVAudioSession</title><link>https://luowei.github.io/posts/20240410-swift_avaudios/</link><pubDate>Wed, 10 Apr 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240410-swift_avaudios/</guid><description>swift 中 AVAudioSession 声音播放设置</description></item><item><title>局域网通信软件</title><link>https://luowei.github.io/posts/20240409-post/</link><pubDate>Tue, 09 Apr 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240409-post/</guid><description>局域网通信软件 飞鸽传书 飞鸽传书激活码：199EYJXBLDC0240410 飞鸽传书官网下载 信使（iptux） 开源项目地址 飞秋 开源版 飞秋 for mac</description></item><item><title>解决remote desktop 远程连接 debian、ubuntu 黑屏</title><link>https://luowei.github.io/posts/20240409-remote_desktop/</link><pubDate>Tue, 09 Apr 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240409-remote_desktop/</guid><description>解决：Remote Desktop 远程连接 debian/ubuntu 黑屏 首先确保系统安装了 xrdp Try adding certificate and restart if needed 还有一种说法是修改xserver-xorg-legacy 为 anybody ：sudo &amp;hellip;</description></item><item><title>pve集群中删除节点</title><link>https://luowei.github.io/posts/20240406-pve/</link><pubDate>Sat, 06 Apr 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240406-pve/</guid><description>PVE集群中删除节点 加入集群的节点一定要确保存储数量一致，否则会拖死集群; 在节点加入集群失败、节点死机等情况下删除节点 操作如下： 清理集群残留信息： PVE中删除节点常规流程在案例迁移节点后，显示所有活动节点关闭要删除的节点后，连接到其中一个活动节点上执行删除</description></item><item><title>routeros 安装配置 下载</title><link>https://luowei.github.io/posts/20240403-routeros/</link><pubDate>Wed, 03 Apr 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240403-routeros/</guid><description>RouterOS 安装配置 下载安装黑软小栈上下载安装 - MikroTik-RouterOS-7.8永久L6授权 MikroTik Winbox-mac 连接工具 bundled with Wine</description></item><item><title>OMV_openmediavault 配置</title><link>https://luowei.github.io/posts/20240402-omvopenmediavaul/</link><pubDate>Tue, 02 Apr 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240402-omvopenmediavaul/</guid><description>OMV(openmediavault) 配置 OMV-Extras插件安装目录级别的冗余存储：SnapRAID 在 OpenMediaVault 上使用 SnapRAID 和 MergerFS 对比 unRAID 中的带 Parity 的 Array 应该就是 UnionFS(MergerFS) 与 &amp;hellip;</description></item><item><title>NSURLSessionTask</title><link>https://luowei.github.io/posts/20240919-nsurlsessiontask/</link><pubDate>Mon, 01 Apr 2024 11:16:19 +0000</pubDate><guid>https://luowei.github.io/posts/20240919-nsurlsessiontask/</guid><description>NSURLSessionTask ​​​ NSURLSession 类套（suite of classes） ​​​ 一般UIViewController的生命周期 ​​​ 《iOS多线程——Dispatch Source》在请求防止高并的队列请求网络案例中提升效率，可把多个线程请求队列合并成一个请求线程队列。 &amp;hellip;</description></item><item><title>macOS自动开关机设置</title><link>https://luowei.github.io/posts/20240331-macos/</link><pubDate>Sun, 31 Mar 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240331-macos/</guid><description>自动开关机设置 macOS自动开关机设置macOs Ventura 13自动开机关机设置教程(命令行) Mac电脑设置定时关机、重启、睡眠详细教程</description></item><item><title>unraid 配置</title><link>https://luowei.github.io/posts/20240328-unraid_unraid/</link><pubDate>Thu, 28 Mar 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240328-unraid_unraid/</guid><description>unRAID 配置 unRAID 虚拟机配置启用 Qemu Guest Agent 在 boot disk 下的 /boot/config/go 文件中添加以下命令： 参考：QEMU AGENT BUILD FOR UNRAID AS VM 列出磁盘 UNITEK 硬盘柜硬盘直通到UNRAID配置 **Parity: &amp;hellip;</description></item><item><title>批量解压shell script</title><link>https://luowei.github.io/posts/20240328-shell_scr/</link><pubDate>Thu, 28 Mar 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240328-shell_scr/</guid><description>批量解压 - shell script 使用 unrar 命令批量解压当前目录下的所有 .rar 文件到当前目录 删除当前目录下所有.rar压缩包文件 synology群晖命令行中批量解压当前目录下的 .zip 文件 批量删除当前文件夹下所有前缀为&amp;quot;单人直播&amp;quot;的mp4文件名中的前缀 shell脚本实现：</description></item><item><title>万能浏览器隐私协议</title><link>https://luowei.github.io/posts/20240328-17115593410567/</link><pubDate>Wed, 27 Mar 2024 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240328-17115593410567/</guid><description>万能浏览器隐私协议</description></item><item><title>pve中dd、fdisk、losetup</title><link>https://luowei.github.io/posts/20240320-pve_ddfdisklose/</link><pubDate>Wed, 20 Mar 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240320-pve_ddfdisklose/</guid><description>PVE中 dd、fdisk、losetup、qm import 的综合应用使用 dd 命令创建一个 4G 的磁盘镜像使用 fdisk 对磁盘镜像进行分区d 删除分区 n 创建分区设置分区大小：+1G、+500M p 打印当前分区信息 t 设置分区类型(如: b 是vfat) w 写入磁盘分区表使用 losetup &amp;hellip;</description></item><item><title>pve中常用的命令</title><link>https://luowei.github.io/posts/20240320-pve_qemu_a/</link><pubDate>Wed, 20 Mar 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240320-pve_qemu_a/</guid><description>PVE中常用的命令 qemu agent 客户端安装 pvesm和pvecm pvesm和pvecm是两个不同的命令，代表的含义如下：pvesm：这是Proxmox VE Storage &amp;hellip;</description></item><item><title>上传 backups 文件到远程PVE主机</title><link>https://luowei.github.io/posts/20240318-backups/</link><pubDate>Mon, 18 Mar 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240318-backups/</guid><description>上传 backups 文件到远程PVE主机上 示例：</description></item><item><title>ds918 洗白码 淘宝订单38</title><link>https://luowei.github.io/posts/20240316-ds918_38/</link><pubDate>Sat, 16 Mar 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240316-ds918_38/</guid><description>DS918 洗白码 淘宝订单：3814986495648719741 SN:	179CPDN810701	MAC1:	0011327E2391	MAC2:	0011327E2392 SN:	179APDN717901	MAC1:	0011327E22D7	MAC2:	0011327E22D8 &amp;hellip;</description></item><item><title>特殊符号参考</title><link>https://luowei.github.io/posts/20230818-httpscnpili/</link><pubDate>Fri, 15 Mar 2024 14:51:22 +0000</pubDate><guid>https://luowei.github.io/posts/20230818-httpscnpili/</guid><description>特殊符号 &lt;a href="https://cn.piliapp.com/symbol/">https://cn.piliapp.com/symbol/&lt;/a></description></item><item><title>pve 中 synology 群</title><link>https://luowei.github.io/posts/20240315-pve_synology/</link><pubDate>Fri, 15 Mar 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240315-pve_synology/</guid><description>PVE 中 Synology 群晖 虚拟机VM 的 Qemu Agent的设置 Qemu Agent 设置Open Package Center It is possible, you need to add software repository &lt;a href="https://spk7.imnks.com">https://spk7.imnks.com&lt;/a> Find Qemu &amp;hellip;</description></item><item><title>自定义 pve 概要面板显示CPU温度</title><link>https://luowei.github.io/posts/20240315-pve_cp/</link><pubDate>Fri, 15 Mar 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240315-pve_cp/</guid><description>自定义 PVE 概要面板显示CPU温度 参考：PVE8 概要面板显示CPU温度 【Proxmox VE】PVE 首页显示 CPU、主板、NVME、硬盘 温度等信息</description></item><item><title>qnasmini 配置 cw-x</title><link>https://luowei.github.io/posts/20240313-qnasmini_cw_x/</link><pubDate>Wed, 13 Mar 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240313-qnasmini_cw_x/</guid><description>Qnasmini 配置 CW-X86* J4125-P2 与 闲鱼玩客背板电源同步信号线连接 Qnasmini 硬盘盒硬盘信息</description></item><item><title>用swift 封装一个 MessageToast 工具类</title><link>https://luowei.github.io/posts/20230822-swift_mess/</link><pubDate>Tue, 12 Mar 2024 23:12:47 +0000</pubDate><guid>https://luowei.github.io/posts/20230822-swift_mess/</guid><description>用swift 封装一个 MessageToast 工具类</description></item><item><title>Tor Network 搭建配置</title><link>https://luowei.github.io/posts/20230902-tor_network/</link><pubDate>Tue, 12 Mar 2024 19:07:06 +0000</pubDate><guid>https://luowei.github.io/posts/20230902-tor_network/</guid><description>Tor Network 搭建配置 Hosting Anonymous Website on Tor Networkhttps://medium.com/axon-technologies/hosting-anonymous-website-on-tor-network-3a82394d7a01 How to &amp;hellip;</description></item><item><title>一个基于viewcontroll</title><link>https://luowei.github.io/posts/20240312-viewcontroll/</link><pubDate>Tue, 12 Mar 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240312-viewcontroll/</guid><description>一个基于ViewController addChild方式实现的通用 EmbedPanelView</description></item><item><title>homelab 知识及资源汇总</title><link>https://luowei.github.io/posts/20240309-homelab/</link><pubDate>Sat, 09 Mar 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240309-homelab/</guid><description>HomeLab 知识及资源汇总 HomeLab家庭服务器之旅，自己托管了那些服务</description></item><item><title>在ds920的虚拟机上安装CentOS7</title><link>https://luowei.github.io/posts/20230405-ds920_cen/</link><pubDate>Thu, 29 Feb 2024 01:47:16 +0000</pubDate><guid>https://luowei.github.io/posts/20230405-ds920_cen/</guid><description>在ds920的虚拟机上安装CentOS7</description></item><item><title>macOS查看磁盘分区及挂载EFI引导分区</title><link>https://luowei.github.io/posts/20230420-macos_ef/</link><pubDate>Sun, 25 Feb 2024 01:34:29 +0000</pubDate><guid>https://luowei.github.io/posts/20230420-macos_ef/</guid><description>macOS查看磁盘分区及挂载EFI引导分区 设置自动启动 参考：https://www.nicksherlock.com/2022/10/installing-macos-13-ventura-on-proxmox/</description></item><item><title>c中返回引用的函数可以作为左值运算</title><link>https://luowei.github.io/posts/20230709-c-d192fb70/</link><pubDate>Fri, 23 Feb 2024 07:55:02 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-c-d192fb70/</guid><description>C++中返回引用的函数，可以作为左值运算 ​​​</description></item><item><title>qemu 虚拟机使用备忘</title><link>https://luowei.github.io/posts/20240223-qemu/</link><pubDate>Fri, 23 Feb 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240223-qemu/</guid><description>Qemu 虚拟机使用备忘 参考： 利用基于 QEMU 的 Quickgui 轻松创建虚拟机如何使用 QEMU 安装 Ubuntu 虚拟机macOS 下用 qemu 跑 windows 虚拟机 从 CoreOS 迁移到 Fedora CoreOS 之 用 fcct 初始化 fcos</description></item><item><title>wireguard 组网教程</title><link>https://luowei.github.io/posts/20240223-wireguard/</link><pubDate>Fri, 23 Feb 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240223-wireguard/</guid><description>Wireguard 组网教程 基于Wireguard实现多地域设备异地组网 wireguard 实现内网科学上网 另一种科学上网方法，继续无限流量！解决WireGuard无分流功能免费搭建wireguard VPN，实现高速、现代、安全的科学上网 参考： 使用 WireGuard 无缝接入内网使用 WireGuard &amp;hellip;</description></item><item><title>Go routine中的双向通道channel ​​​​</title><link>https://luowei.github.io/posts/20230709-gorouti/</link><pubDate>Tue, 20 Feb 2024 19:28:47 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-gorouti/</guid><description>协程的概念 ​​​ goroutine中的双向通道channel ​​​​</description></item><item><title>主板上的IPMI</title><link>https://luowei.github.io/posts/20230412-ipmi/</link><pubDate>Sat, 17 Feb 2024 12:09:51 +0000</pubDate><guid>https://luowei.github.io/posts/20230412-ipmi/</guid><description>主板上的IPMI</description></item><item><title>debian 安装记录</title><link>https://luowei.github.io/posts/20230405-debian_ds9/</link><pubDate>Mon, 12 Feb 2024 08:35:35 +0000</pubDate><guid>https://luowei.github.io/posts/20230405-debian_ds9/</guid><description>debian 安装记录 在ds920虚拟机上安装debian11.6的过程 在N100小主机上安装Debian12</description></item><item><title>文件系统挂载配置 `/etc/fstab`</title><link>https://luowei.github.io/posts/20231224-etcfsta/</link><pubDate>Sun, 11 Feb 2024 17:51:31 +0000</pubDate><guid>https://luowei.github.io/posts/20231224-etcfsta/</guid><description>文件系统挂载配置 /etc/fstab /etc/fstab 是一个配置文件，用于定义系统启动时要挂载的文件系统以及挂载选项。在 /etc/fstab 文件中，每一行都描述了一个文件系统的挂载选项。以下解释 /etc/fstab &amp;hellip;</description></item><item><title>rancher容器管理平台搭建配</title><link>https://luowei.github.io/posts/20240204-rancher/</link><pubDate>Sun, 04 Feb 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240204-rancher/</guid><description>Rancher容器管理平台搭建配置 podman 下安装 rancher add host 参考：rancher企业级容器管理 安装使用教程一 Harvester 默认集成 Rancher 容器管理平台rancher的搭建Rancher的高可用部署</description></item><item><title>vim plug 配置及常用快捷键</title><link>https://luowei.github.io/posts/20240921-vim_plug/</link><pubDate>Thu, 01 Feb 2024 21:50:49 +0000</pubDate><guid>https://luowei.github.io/posts/20240921-vim_plug/</guid><description>vim plug 配置 及 常用快捷键 vim-plugvim-plug 安装 &amp;amp; 使用：安装 使用，Add a vim-plug section to your ~/.vimrc (or ~/.config/nvim/init.vim for Neovim)::PlugInstall to install the &amp;hellip;</description></item><item><title>归并排序与递归的联系和差异</title><link>https://luowei.github.io/posts/20240909-post/</link><pubDate>Thu, 01 Feb 2024 03:35:05 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-post/</guid><description>归并排序：为先递归再合并，递归是二分的过程，并合是二合一的过程。时间复杂度计算如下:</description></item><item><title>解决aliyun esc 上 proxmox 安裝 error</title><link>https://luowei.github.io/posts/20240201-aliyun_esc_p/</link><pubDate>Thu, 01 Feb 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240201-aliyun_esc_p/</guid><description>解决：aliyun esc 上 proxmox 安裝 error processing package ifupdown2 dpkg &amp;ndash;configure -a 通过安装 ifupdown 清掉 ifupdown2 配置后，再重新装 ifupdown2，再重启，查看网络状态：systemctl status &amp;hellip;</description></item><item><title>查看端口占用</title><link>https://luowei.github.io/posts/20240127-post/</link><pubDate>Sat, 27 Jan 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240127-post/</guid><description>查看端口占用</description></item><item><title>空间也是时间只不过空间是时间的累积</title><link>https://luowei.github.io/posts/20240123-post/</link><pubDate>Tue, 23 Jan 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240123-post/</guid><description>空间也是时间，只不过空间是时间的累积，一切存在皆是时间的累积。</description></item><item><title>Swift Package Manager 使用指南</title><link>https://luowei.github.io/posts/20230420-swift_package_ma/</link><pubDate>Mon, 22 Jan 2024 23:09:02 +0000</pubDate><guid>https://luowei.github.io/posts/20230420-swift_package_ma/</guid><description>Swift Package Manager 使用指南 参考： &lt;a href="https://juejin.cn/post/6844903544017911821">https://juejin.cn/post/6844903544017911821&lt;/a></description></item><item><title>grub 常用命令</title><link>https://luowei.github.io/posts/20240121-grub/</link><pubDate>Sun, 21 Jan 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240121-grub/</guid><description>grub 常用命令</description></item><item><title>更新 lxcct templat</title><link>https://luowei.github.io/posts/20240121-lxcct_templat/</link><pubDate>Sun, 21 Jan 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240121-lxcct_templat/</guid><description>更新 LXC（CT Template）源.</description></item><item><title>Home Assistant 中把 Wiregurad 配置成client端</title><link>https://luowei.github.io/posts/20231203-home_assistant/</link><pubDate>Sat, 20 Jan 2024 19:58:20 +0000</pubDate><guid>https://luowei.github.io/posts/20231203-home_assistant/</guid><description>Home Assistant 中把 Wiregurad 配置成client端</description></item><item><title>pve 安装 android-x</title><link>https://luowei.github.io/posts/20240119-pve_android_x/</link><pubDate>Fri, 19 Jan 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240119-pve_android_x/</guid><description>PVE 安装 Android-x86 scpcpy 连接android adb上上传文件到android 参考： Youtube - How to Install Android on Proxmox 8 PVE 安装安卓Android X86 并添加arm兼容库 通过adb pull和adb push &amp;hellip;</description></item><item><title>动态获得wkwebview的高度</title><link>https://luowei.github.io/posts/20240118-wkwebview_co/</link><pubDate>Thu, 18 Jan 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240118-wkwebview_co/</guid><description>动态获得WKWebView的content高度并更新</description></item><item><title>GPU编程技术</title><link>https://luowei.github.io/posts/20250607-gpu/</link><pubDate>Tue, 16 Jan 2024 22:57:36 +0000</pubDate><guid>https://luowei.github.io/posts/20250607-gpu/</guid><description>GPU编程技术</description></item><item><title>pve上安装macOS 13</title><link>https://luowei.github.io/posts/20230419-pve_macos_13/</link><pubDate>Tue, 16 Jan 2024 08:50:48 +0000</pubDate><guid>https://luowei.github.io/posts/20230419-pve_macos_13/</guid><description>pve上安装macOS 13 视频教程 &lt;a href="https://www.youtube.com/watch?v=X6kaDbZOm9Q">https://www.youtube.com/watch?v=X6kaDbZOm9Q&lt;/a> &lt;a href="https://www.youtube.com/watch?v=S0V9jPUB4JM">https://www.youtube.com/watch?v=S0V9jPUB4JM&lt;/a> 复制文件到pve存储节点的目录 参考： Installing macOS 13 Ventura on &amp;hellip;</description></item><item><title>pve 虚拟机目录</title><link>https://luowei.github.io/posts/20240116-pve_pve_lx/</link><pubDate>Tue, 16 Jan 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240116-pve_pve_lx/</guid><description>PVE 虚拟机目录 PVE LXC 目录 PVE VM 目录 vm磁盘转换 pve的储存配置文件在 /etc/pve/storage.cfg 参考：Proxmox VE磁盘/目录详解，并且安装第二个硬盘，修改ISO/虚拟机存放位置 PVE使用IMG镜像文件，img/raw转qcow2</description></item><item><title>在proxmox vepve安装</title><link>https://luowei.github.io/posts/20240116-proxmox_vepve/</link><pubDate>Tue, 16 Jan 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240116-proxmox_vepve/</guid><description>在Proxmox VE（PVE）安装黑群晖 参考：https://www.ainas.cc:88/?p=386</description></item><item><title>挂载修改多分区 img 镜像文件</title><link>https://luowei.github.io/posts/20240116-img/</link><pubDate>Tue, 16 Jan 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240116-img/</guid><description>挂载修改多分区 img 镜像文件 losetup命令 1.查看下一个可用的loop设备 使用命令losetup -f 查询到的下一个可用loop设备文件为 /dev/loop19。 2.使用 losetup -p 参数挂载img文件 查看磁盘信息 3.挂载文件系统 挂载修改多分区 img 镜像文件 参考： &amp;hellip;</description></item><item><title>解决cluster not ready</title><link>https://luowei.github.io/posts/20240116-cluster_not_re/</link><pubDate>Tue, 16 Jan 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240116-cluster_not_re/</guid><description>解决：Cluster not ready – no quorum? (500) First we login to the Proxmox server. Then we check the state of the cluster using the command From the result, we find &amp;hellip;</description></item><item><title>omv配置</title><link>https://luowei.github.io/posts/20240114-omvopen_media_va/</link><pubDate>Sun, 14 Jan 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240114-omvopen_media_va/</guid><description>OMV（Open Media Vault） 配置 修改为国内源备份：cp /etc/apt/sources.list.d/openmediavault.list /etc/apt/sources.list.d/openmediavault.list.bk 备份：cp /etc/apt/sources.list &amp;hellip;</description></item><item><title>国内镜像源</title><link>https://luowei.github.io/posts/20240113-h/</link><pubDate>Sat, 13 Jan 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240113-h/</guid><description>国内镜像源(国内源) 中科大镜像源：https://mirrors.ustc.edu.cn/help/proxmox.html</description></item><item><title>统计 git 代码仓库</title><link>https://luowei.github.io/posts/20240113-git_swif/</link><pubDate>Sat, 13 Jan 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240113-git_swif/</guid><description>统计 Git 代码仓库中Swift与OC代码行数 一个示例的 shell 脚本，用于统计指定的 Git 代码仓库中指定标签的 Swift 和 Objective-C 代码行数的变化数据，并将结果以表格形式输出：</description></item><item><title>Windows menuentry 的两种写法</title><link>https://luowei.github.io/posts/20240110-17048953865052/</link><pubDate>Wed, 10 Jan 2024 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240110-17048953865052/</guid><description>Windows menuentry 的两种写法</description></item><item><title>windows menuentry 的两种写法</title><link>https://luowei.github.io/posts/20240110-windows_menuentr/</link><pubDate>Wed, 10 Jan 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240110-windows_menuentr/</guid><description>Windows menuentry 的两种写法 以下两个 menuentry 是用于引导加载程序（如 GRUB）的配置文件，用于启动 Windows 操作系统的菜单项。 第1种 第1种第1个 menuentry:名称为 &amp;ldquo;Windows&amp;rdquo; 的菜单项。 使用 insmod ntfs 加载 ntfs 模块，以便支持 &amp;hellip;</description></item><item><title>debian关闭休眠</title><link>https://luowei.github.io/posts/20240110-17035908239167/</link><pubDate>Tue, 09 Jan 2024 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240110-17035908239167/</guid><description>debian关闭休眠</description></item><item><title>Debian12上安装PVE8</title><link>https://luowei.github.io/posts/20240110-17048962247450/</link><pubDate>Tue, 09 Jan 2024 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240110-17048962247450/</guid><description>Debian12上安装PVE8</description></item><item><title>Proxmox VE 升级到版本8.0</title><link>https://luowei.github.io/posts/20240110-17030921420775/</link><pubDate>Tue, 09 Jan 2024 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240110-17030921420775/</guid><description>Proxmox VE 升级到版本8.0</description></item><item><title>Proxmox VE 迁移新的网络环境</title><link>https://luowei.github.io/posts/20240110-17045636144922/</link><pubDate>Tue, 09 Jan 2024 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240110-17045636144922/</guid><description>Proxmox VE 迁移新的网络环境</description></item><item><title>Json-Server之lowdb应用</title><link>https://luowei.github.io/posts/20230709-json_server_lowd/</link><pubDate>Thu, 04 Jan 2024 12:16:32 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-json_server_lowd/</guid><description>Json-Server之lowdb应用</description></item><item><title>SwiftUI 使用</title><link>https://luowei.github.io/posts/20230522-swiftui_ui/</link><pubDate>Thu, 04 Jan 2024 02:17:32 +0000</pubDate><guid>https://luowei.github.io/posts/20230522-swiftui_ui/</guid><description>SwiftUI 使用 现有的UIViewController页面中，集成一个SwiftUI视图模块 使用SwiftUI建一个名为PreViewDetail的视图，这个视图是个纵向的可滚动列表视图，其中包含titleBar, personal info bar, 基于webView的description &amp;hellip;</description></item><item><title>nginx 与 httpd 容器</title><link>https://luowei.github.io/posts/20240103-nginx_httpd/</link><pubDate>Wed, 03 Jan 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240103-nginx_httpd/</guid><description>nginx 与 httpd 容器的创建与配置 创建nginx自定义docker容器 创建httpd自定义docker容器</description></item><item><title>磁盘备份克隆及分区备份克隆 一些</title><link>https://luowei.github.io/posts/20240101-post/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240101-post/</guid><description>磁盘备份/克隆及分区备份克隆 一些免费的磁盘备份/克隆及分区备份克隆工具 linux下使用dd克隆整个硬盘 十个常见的磁盘备份工具</description></item><item><title>mac上windows11 arm 精简版安装</title><link>https://luowei.github.io/posts/20231231-mwindows11_arm/</link><pubDate>Sun, 31 Dec 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231231-mwindows11_arm/</guid><description>mwindows11 arm 精简版安装 windows11 arm 精简版 镜像大小仅 2.13gb 项目地址：https://github.com/WhatTheBlock/WindowsSimplify autoahk 地址：https://www.autoahk.com/archives/15117</description></item><item><title>一个openwrt的 network</title><link>https://luowei.github.io/posts/20231230-openwrt_netwo/</link><pubDate>Sat, 30 Dec 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231230-openwrt_netwo/</guid><description>一个OpenWrt的 network配置案例 openwrt 上配置 socat 端口转发 端口转发是一种发生在在三层网络(网络层)之上的数据包控制, 在 openwrt 上配置端口转发的作用主要是：帮助 入站/出站 数据包从一个区域(如：WAN)转发到另一个区域(如：LAN)</description></item><item><title>pve硬盘管理 小硬盘通过usb</title><link>https://luowei.github.io/posts/20231227-pve_usb/</link><pubDate>Wed, 27 Dec 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231227-pve_usb/</guid><description>PVE硬盘管理 小硬盘通过USB-HUB组成 查看磁盘及分区id 查看所有块文件信息 PVE设置动态获取ip地址</description></item><item><title>ohmyzsh及其插件的安装</title><link>https://luowei.github.io/posts/20230409-ohmyzsh/</link><pubDate>Tue, 26 Dec 2023 09:17:59 +0000</pubDate><guid>https://luowei.github.io/posts/20230409-ohmyzsh/</guid><description>ohmyzsh及其插件的安装 安装zsh 安装ohMyZsh 安装ohmyzsh插件 &lt;a href="https://paste.wodedata.com/pasta/e9GlYb">https://paste.wodedata.com/pasta/e9GlYb&lt;/a> 让 Prompt 显示 username 与 hostname 编辑 vim .zshrc 在最后添加： 参考： auto sugesstion for &amp;hellip;</description></item><item><title>硬盘克隆 几个最好的硬盘克隆工具</title><link>https://luowei.github.io/posts/20231226-post/</link><pubDate>Tue, 26 Dec 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231226-post/</guid><description>硬盘克隆 几个最好的硬盘克隆工具 The best disk clone apps for Mac in 2023 There are several apps you can use to make a disk clone or to back up and restore your Mac&amp;rsquo;s drives &amp;hellip;</description></item><item><title>在 debian_ubuntu 上添加 sudo 权限</title><link>https://luowei.github.io/posts/20231225-debianubuntu/</link><pubDate>Mon, 25 Dec 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231225-debianubuntu/</guid><description>在 Debian/Ubuntu 上为用户添加 sudo 权限 以下示例是在 Debian 12 上为用户 &amp;ldquo;luowei&amp;rdquo; 添加 sudo 权限，你可以按照以下3种方法进行操作：使用 visudo 编辑器添加 sudo 权限：打开终端并以 root 用户身份运行以下命令： 在打开的编辑器中，找到以下行： &amp;hellip;</description></item><item><title>pve 配置之 pve-eq 案</title><link>https://luowei.github.io/posts/20231224-pve_pve_eq/</link><pubDate>Sun, 24 Dec 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231224-pve_pve_eq/</guid><description>PVE 配置之 pve-eq 案例 设置默认不启动 KDE 图形界面在默认情况下，Debian 11 使用 Systemd 来管理启动过程和默认目标。要设置默认不启动 KDE 图形界面，编辑 /etc/default/grub 文件，找到名为 GRUB_CMDLINE_LINUX_DEFAULT 的行，并将其修改为： &amp;hellip;</description></item><item><title>设置磁盘分区的标签 设置磁盘分区</title><link>https://luowei.github.io/posts/20231224-post/</link><pubDate>Sun, 24 Dec 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231224-post/</guid><description>设置磁盘分区的标签 设置磁盘分区的标签有多种方法，其中一些常见的方法包括： 使用 e2label 命令：对于 ext2、ext3 和 ext4 文件系统，可以使用 e2label 命令来设置标签。例如，要将 /dev/sdb1 分区的标签设置为 data_partition，可以执行以下命令： 使用</description></item><item><title>消息认证码验证过程 ​​​ MAC 函数 ​​​</title><link>https://luowei.github.io/posts/20230709-mac/</link><pubDate>Wed, 20 Dec 2023 11:36:10 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-mac/</guid><description>消息认证码验证过程 ​​​ MAC 函数 ​​​</description></item><item><title>集群方案实践</title><link>https://luowei.github.io/posts/20231219-post/</link><pubDate>Tue, 19 Dec 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231219-post/</guid><description>集群方案实践 proxmox+ceph集群完整方案：https://zhuanlan.zhihu.com/p/617024637 从零搭建k8s集群：https://www.cnblogs.com/xuweiweiwoaini/p/13884112.html &amp;hellip;</description></item><item><title>vlan交换机原理</title><link>https://luowei.github.io/posts/20231214-vlan/</link><pubDate>Thu, 14 Dec 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231214-vlan/</guid><description>VLAN交换机原理</description></item><item><title>我的调档函 注意事项</title><link>https://luowei.github.io/posts/20231213-post/</link><pubDate>Wed, 13 Dec 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231213-post/</guid><description>我的调档函 注意事项： 1、根据人社部发（2014）90号文规定，流动人员人事档案须通过机要交通或派专人送取，严禁个人自带档案转递； &amp;hellip;</description></item><item><title>不同子网互通实现方法 1 使用</title><link>https://luowei.github.io/posts/20231212-1/</link><pubDate>Tue, 12 Dec 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231212-1/</guid><description>不同子网互通实现方法 1. 使用 VLAN 交换机来实现两个不同网段的子路由器下设备的互通当使用 VLAN 交换机来实现两个不同网段的子路由器下设备的互通时，可以采用以下拓扑结构： 参考： 同网口访问多网段 Mac OS路由设置常用命令mac os (freebsd)的路由规则学习</description></item><item><title>人才引进填写材料 主要科研成果</title><link>https://luowei.github.io/posts/20231211-post/</link><pubDate>Mon, 11 Dec 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231211-post/</guid><description>人才引进填写材料 主要科研成果： &amp;hellip;</description></item><item><title>openwrt 固件在线编译地址</title><link>https://luowei.github.io/posts/20231209-openwrt/</link><pubDate>Sat, 09 Dec 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231209-openwrt/</guid><description>OpenWrt 固件在线编译地址 OpenWRT 在线定制 OpenWrt固件下载与在线定制编译(老地址:supes.top) OpenWrt Firmware Selector iStoreOS固件下载 iStoreOS固件官方下载地址 &amp;hellip;</description></item><item><title>openwrt 的配置 初始安装</title><link>https://luowei.github.io/posts/20231209-openwrt-b062b9da/</link><pubDate>Sat, 09 Dec 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231209-openwrt-b062b9da/</guid><description>OpenWrt 的配置 初始安装LAN口后台地址配置 在Virtual Machine manage 通过硬盘镜像导入的方式安装配置启动OpenWrt后，用VMM的VNC连接后编辑Lan口IP：vi /etc/config/network，再reboot重启 或 /etc/init.d/network restart &amp;hellip;</description></item><item><title>gcc的编译参数以及.a静态库的制作与使用方法 ​​​</title><link>https://luowei.github.io/posts/20230709-gcc_a/</link><pubDate>Thu, 07 Dec 2023 06:39:46 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-gcc_a/</guid><description>gcc的编译参数以及.a静态库的制作与使用方法 ​​​</description></item><item><title>pthread_cond_wait 函数以及生产者消费者模型</title><link>https://luowei.github.io/posts/20230709-pthread_cond_wai/</link><pubDate>Wed, 06 Dec 2023 07:12:42 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-pthread_cond_wai/</guid><description>pthread_cond_wait 函数以及生产者消费者模型</description></item><item><title>phicomm 斐讯 n1盒子刷机</title><link>https://luowei.github.io/posts/20250126-phicomm_n1/</link><pubDate>Fri, 01 Dec 2023 14:06:00 +0000</pubDate><guid>https://luowei.github.io/posts/20250126-phicomm_n1/</guid><description>Phicomm 斐讯 N1盒子刷机 【N1盒子刷机教程】原系统刷Armbian安装CasaOS系统详细步骤【OpenWrt】N1刷机过程及旁路由设置（通用）[N1盒子] N1盒子-点心云-小白完整详细保姆式刷机教程智能电视/盒子必备应用商店——当贝市场</description></item><item><title>记事日历隐私协议</title><link>https://luowei.github.io/posts/20231129-17011935832882/</link><pubDate>Tue, 28 Nov 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231129-17011935832882/</guid><description>记事日历隐私协议</description></item><item><title>Swift 中case的用法</title><link>https://luowei.github.io/posts/20230425-swift_case_c/</link><pubDate>Sun, 26 Nov 2023 20:22:41 +0000</pubDate><guid>https://luowei.github.io/posts/20230425-swift_case_c/</guid><description>Swift 中case的用法 case在for循环中使用</description></item><item><title>通过 R2S 的 Docker容器安装Home-Assistant</title><link>https://luowei.github.io/posts/20231202-r2s_docker/</link><pubDate>Sun, 19 Nov 2023 17:32:35 +0000</pubDate><guid>https://luowei.github.io/posts/20231202-r2s_docker/</guid><description>通过 R2S 的 Docker容器 安装Home-Assistant 参考： R2S + OpenWrt + Docker + HomeAssistant</description></item><item><title>一个有用的递归查找SuperResponder的swift方法</title><link>https://luowei.github.io/posts/20230709-superre/</link><pubDate>Sun, 19 Nov 2023 05:09:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-superre/</guid><description>一个有用的递归查找SuperResponder的swift方法。 ​​​</description></item><item><title>gihosoft tubeget</title><link>https://luowei.github.io/posts/20231119-gihosoft_tubeget/</link><pubDate>Sun, 19 Nov 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231119-gihosoft_tubeget/</guid><description>Gihosoft TubeGet Pro 注册信息： 识别码：592138D9607C116F5E7023696AEC935C</description></item><item><title>Set git email address on a per repository basis ​​​</title><link>https://luowei.github.io/posts/20230709-set_git_email_ad/</link><pubDate>Sat, 18 Nov 2023 20:03:01 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-set_git_email_ad/</guid><description>Set git email address on a per repository basis ​​​</description></item><item><title>批量的把一个目录下的mp3文件转换成1.5倍速播放的文件</title><link>https://luowei.github.io/posts/20230709-mp3/</link><pubDate>Mon, 13 Nov 2023 03:10:13 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-mp3/</guid><description>批量的把一个目录下的mp3文件转换成1.5倍速播放的文件。</description></item><item><title>产品项目Hunt</title><link>https://luowei.github.io/posts/20230411-hunt_product/</link><pubDate>Sat, 04 Nov 2023 14:21:12 +0000</pubDate><guid>https://luowei.github.io/posts/20230411-hunt_product/</guid><description>产品项目Hunt Product Hunt &lt;a href="https://www.producthunt.com/topics?ref=header_nav">https://www.producthunt.com/topics?ref=header_nav&lt;/a> Github项目 &lt;a href="https://github.com/sindresorhus/awesome">https://github.com/sindresorhus/awesome&lt;/a> Windows &amp;hellip;</description></item><item><title>Best Selfhosted Apps in 2023</title><link>https://luowei.github.io/posts/20231102-self_host_best_s/</link><pubDate>Thu, 02 Nov 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20231102-self_host_best_s/</guid><description>Self-Host Best Self-hosted Apps in 2023</description></item><item><title>UICollectionView 不回调问题排查</title><link>https://luowei.github.io/posts/20230425-uicollectionview/</link><pubDate>Wed, 01 Nov 2023 20:13:47 +0000</pubDate><guid>https://luowei.github.io/posts/20230425-uicollectionview/</guid><description>UICollectionView 不回调问题排查查找此UICollectionView有没有被加入到View链上，他及其父视图有没有被addSubview过。 排查此UICollectionView的约束是否添加正确，其 父视图的约束是否正确; 排查代理的协议方法的作用域是否正确;</description></item><item><title>C++中拷贝构造函数</title><link>https://luowei.github.io/posts/20230709-c_co/</link><pubDate>Wed, 01 Nov 2023 08:34:04 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-c_co/</guid><description>C++中拷贝构造函数，注意引用 &amp;amp;与const 符号的运用。 ​​​</description></item><item><title>eDP 与 LVDS 接口</title><link>https://luowei.github.io/posts/20240516-edp_lvds/</link><pubDate>Sat, 07 Oct 2023 12:12:00 +0000</pubDate><guid>https://luowei.github.io/posts/20240516-edp_lvds/</guid><description>eDP 与 LVDS 接口 工控机屏幕接口 edp和lvds &lt;a href="https://www.cnblogs.com/wanglongjiang/p/17371969.html">https://www.cnblogs.com/wanglongjiang/p/17371969.html&lt;/a> LVDS接口液晶屏定义 &lt;a href="https://www.520101.com/html/base/1430572741.html">https://www.520101.com/html/base/1430572741.html&lt;/a> 接口简介（HDMI &amp;hellip;</description></item><item><title>iOS UTI Two Hierarchies</title><link>https://luowei.github.io/posts/20230709-ios_uti_two_hier/</link><pubDate>Sat, 07 Oct 2023 08:36:33 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-ios_uti_two_hier/</guid><description>iOS UTI Two Hierarchies 【iOS扩展开发攻略】Share Extension 《详解苹果提供的UTI(统一类型标识符)》https://lsky.wodedata.com/i/2023/07/09/64aa27fab90b3.png</description></item><item><title>OpenWrt 错误处理</title><link>https://luowei.github.io/posts/20231210-openwrt_e/</link><pubDate>Thu, 05 Oct 2023 15:58:25 +0000</pubDate><guid>https://luowei.github.io/posts/20231210-openwrt_e/</guid><description>OpenWrt 错误处理 报错：Error loading shared library libcrypto.so.1.0.0: No such file or directory (needed by /usr/bin/ssh) 解决方案:暴力复制并更名大法：</description></item><item><title>TCP状态时序图及状态查询 ​​​</title><link>https://luowei.github.io/posts/20230709-tcp_tcp/</link><pubDate>Tue, 03 Oct 2023 11:27:03 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-tcp_tcp/</guid><description>TCP状态时序图 TCP连接状态查询 ​​​</description></item><item><title>PVE系统安装配置</title><link>https://luowei.github.io/posts/20230409-pve_fix_e/</link><pubDate>Fri, 29 Sep 2023 20:05:27 +0000</pubDate><guid>https://luowei.github.io/posts/20230409-pve_fix_e/</guid><description>PVE系统安装配置 Fix error &amp;ldquo;KVM virtualisation configured, but not available&amp;rdquo; &lt;a href="https://www.reddit.com/r/Proxmox/comments/x44xdy/run_proxmox_on_synology_vmm/">https://www.reddit.com/r/Proxmox/comments/x44xdy/run_proxmox_on_synology_vmm/&lt;/a> 工具脚本 &amp;hellip;</description></item><item><title>PVE CT模板换源</title><link>https://luowei.github.io/posts/20230419-pve_ct_p/</link><pubDate>Sat, 23 Sep 2023 22:17:05 +0000</pubDate><guid>https://luowei.github.io/posts/20230419-pve_ct_p/</guid><description>PVE CT模板换源 参考：通用PVE AIO安装教程 CT模板换源 重启服务</description></item><item><title>实现一个自定义的 BottomSheepPopView</title><link>https://luowei.github.io/posts/20230911-bottoms/</link><pubDate>Wed, 20 Sep 2023 20:44:49 +0000</pubDate><guid>https://luowei.github.io/posts/20230911-bottoms/</guid><description>实现一个自定义的 BottomSheepPopView</description></item><item><title>openwrt端口转发设置依次找</title><link>https://luowei.github.io/posts/20230919-openwrt/</link><pubDate>Tue, 19 Sep 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230919-openwrt/</guid><description>openwrt端口转发设置依次找到：网络–&amp;gt; 防火墙–&amp;gt; 端口转发。 openwrt端口转发设置方法 网络唤醒路由器 OpenWrt -&amp;gt; 服务 -&amp;gt; 网络唤醒</description></item><item><title>基于Wireguard的虚拟局域网安装配置</title><link>https://luowei.github.io/posts/20230226-16771678364840/</link><pubDate>Mon, 18 Sep 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230226-16771678364840/</guid><description>基于Wireguard的虚拟局域网安装配置</description></item><item><title>优化git操作速度</title><link>https://luowei.github.io/posts/20230818-git_git/</link><pubDate>Wed, 06 Sep 2023 03:34:36 +0000</pubDate><guid>https://luowei.github.io/posts/20230818-git_git/</guid><description>优化Git操作速度 优化 Git 的速度，可以尝试以下操作：使用 SSH 协议进行克隆和推送：使用 SSH 协议而不是 HTTPS 协议可以提高 Git 操作的速度。在远程仓库的 URL 中使用 SSH 协议的方式来进行克隆和推送。示例：配置 Git 的全局设置：通过调整 Git 的全局设置，可以进一步提高 Git &amp;hellip;</description></item><item><title>iOS 集成WireGuard库</title><link>https://luowei.github.io/posts/20230905-ios_wireguard_wireguard_apple_embedding_custom/</link><pubDate>Mon, 04 Sep 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230905-ios_wireguard_wireguard_apple_embedding_custom/</guid><description>iOS 集成WireGuard库</description></item><item><title>nginx-rmpt 流媒体服务</title><link>https://luowei.github.io/posts/20230903-nginx_rmpt/</link><pubDate>Sun, 03 Sep 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230903-nginx_rmpt/</guid><description>nginx-rmpt 流媒体服务器搭建配置 docker-compose中部署nginx-rtmp实现流媒体服务 &lt;a href="https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/128374234">https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/128374234&lt;/a> docker pull, save, load &amp;hellip;</description></item><item><title>数据可视化工具gephi在社交网络数据分析中的运用</title><link>https://luowei.github.io/posts/20240909-gephi/</link><pubDate>Fri, 01 Sep 2023 15:12:10 +0000</pubDate><guid>https://luowei.github.io/posts/20240909-gephi/</guid><description>数据可视化工具Gephi在社交网络数据分析中的运用 &lt;a href="https://weibo.com/ttarticle/p/show?id=2309404004881009644617">https://weibo.com/ttarticle/p/show?id=2309404004881009644617&lt;/a></description></item><item><title>[framework] cuicatalog: invalid asset name supplie</title><link>https://luowei.github.io/posts/20201123-16061112378569/</link><pubDate>Fri, 01 Sep 2023 01:53:48 +0000</pubDate><guid>https://luowei.github.io/posts/20201123-16061112378569/</guid><description>[framework] cuicatalog: invalid asset name supplie</description></item><item><title>OC 与 Swift 之间的桥接拷贝</title><link>https://luowei.github.io/posts/20230803-oc_swift/</link><pubDate>Thu, 24 Aug 2023 08:36:59 +0000</pubDate><guid>https://luowei.github.io/posts/20230803-oc_swift/</guid><description>OC 与 Swift 之间的桥接拷贝 Swift 中直接调用OC的数据取值赋值后 发生桥接拷贝，在更改数据属性时，要两边对象都都改。</description></item><item><title>OpenWrt代理设置及原理</title><link>https://luowei.github.io/posts/20230530-openwrt/</link><pubDate>Sun, 20 Aug 2023 13:27:29 +0000</pubDate><guid>https://luowei.github.io/posts/20230530-openwrt/</guid><description>OpenWrt代理设置及原理 参考 用openwrt路由器搭建透明代理，加速局域网内所有设备 相关教程 解系统代理、TUN/TAP代理、真VPN代理，clash/v2ray/singbox 虚拟网卡怎么接管系统全局流量 详解使用各种方式实现中转，端口转发、二级代理、隧道中转、链式代理</description></item><item><title>openwrt 静态路由配置</title><link>https://luowei.github.io/posts/20231203-openwrt/</link><pubDate>Fri, 18 Aug 2023 04:44:55 +0000</pubDate><guid>https://luowei.github.io/posts/20231203-openwrt/</guid><description>OpenWRT 静态路由配置 命令行路由表项与防火墙规则 在第一个路由器（192.168.11.1/24）上的配置示例： 在第二个路由器（192.168.12.1/24）上的配置示例： 在第一个路由器（192.168.11.1/24）上删除配置： 在第二个路由器（192.168.12.1/24）上删除配置： 一级路由(</description></item><item><title>UICollectionView实现一个无限循环列表</title><link>https://luowei.github.io/posts/20230411-uicollectionview/</link><pubDate>Wed, 16 Aug 2023 02:10:33 +0000</pubDate><guid>https://luowei.github.io/posts/20230411-uicollectionview/</guid><description>UICollectionView实现一个无限循环列表</description></item><item><title>OpenVanilla一个开源的Mac平台下的输入法组件</title><link>https://luowei.github.io/posts/20240919-openvanillaopenv/</link><pubDate>Mon, 14 Aug 2023 12:30:35 +0000</pubDate><guid>https://luowei.github.io/posts/20240919-openvanillaopenv/</guid><description>openvanilla/openvanilla: Providing common input methods to Mac users. 一个开源的很有情怀的Mac平台下的输入法组件。 &amp;hellip;</description></item><item><title>linux查看usb设备</title><link>https://luowei.github.io/posts/20230531-linux_usb_l/</link><pubDate>Sat, 12 Aug 2023 13:20:09 +0000</pubDate><guid>https://luowei.github.io/posts/20230531-linux_usb_l/</guid><description>linux查看usb设备 在 Linux 系统中，可以使用以下命令来查看 USB 设备： lsusb：列出当前连接到计算机上的 USB 设备信息。 dmesg：显示系统启动信息和内核打印信息，可以通过检索 &amp;ldquo;usb&amp;rdquo; 关键字来查找 USB 设备的插拔事件。 lsblk：列出所有块设备（包括 USB</description></item><item><title>TX3 外贸盒子电视盒子</title><link>https://luowei.github.io/posts/20241227-tx3_sl/</link><pubDate>Sat, 22 Jul 2023 22:20:19 +0000</pubDate><guid>https://luowei.github.io/posts/20241227-tx3_sl/</guid><description>TX3 外贸盒子（电视盒子） **Slimboxtv: ** 固件网址： &lt;a href="https://xdaforums.com/t/project-slimboxtv.4152049/https://slimboxtv.ru/tanix-tx3-bz-qz/">https://xdaforums.com/t/project-slimboxtv.4152049/https://slimboxtv.ru/tanix-tx3-bz-qz/&lt;/a></description></item><item><title>一个非常棒的讲虚拟化技术的Youtuber</title><link>https://luowei.github.io/posts/20230406-you/</link><pubDate>Tue, 18 Jul 2023 11:33:03 +0000</pubDate><guid>https://luowei.github.io/posts/20230406-you/</guid><description>一个非常棒的讲虚拟化技术的Youtuber VirtualizationHowto &lt;a href="https://www.youtube.com/@VirtualizationHowto/videos">https://www.youtube.com/@VirtualizationHowto/videos&lt;/a></description></item><item><title>Awesome Selfhosted 项目</title><link>https://luowei.github.io/posts/20230409-awesome_selfhost/</link><pubDate>Mon, 17 Jul 2023 09:36:45 +0000</pubDate><guid>https://luowei.github.io/posts/20230409-awesome_selfhost/</guid><description>Awesome Selfhosted 项目 Awesome Selfhosted 各种各样的Selfhosted项目 &lt;a href="https://github.com/awesome-selfhosted/awesome-selfhosted">https://github.com/awesome-selfhosted/awesome-selfhosted&lt;/a> 中文 &amp;hellip;</description></item><item><title>apache上跨域资源访问处理</title><link>https://luowei.github.io/posts/20230709-apache/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-apache/</guid><description>Apache上跨域资源访问处理 ​​​</description></item><item><title>block内存管理</title><link>https://luowei.github.io/posts/20230709-block/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-block/</guid><description>Block内存管理</description></item><item><title>csdn人工智能基础知识库为您提</title><link>https://luowei.github.io/posts/20230709-csdn/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-csdn/</guid><description>CSDN人工智能基础知识库，为您提供完整的知识图谱及体系化的学习资源</description></item><item><title>css选择器</title><link>https://luowei.github.io/posts/20230709-css/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-css/</guid><description>CSS选择器 ​​​</description></item><item><title>c中构造函数的分类与调用</title><link>https://luowei.github.io/posts/20230709-c-6e582bf0/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-c-6e582bf0/</guid><description>C++中构造函数的分类与调用 ​​​</description></item><item><title>fifo读写端实现</title><link>https://luowei.github.io/posts/20230709-fifo/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-fifo/</guid><description>fifo读写端实现</description></item><item><title>gcc动态库的制作与使用</title><link>https://luowei.github.io/posts/20230709-gcc/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-gcc/</guid><description>gcc动态库的制作与使用 ​​​</description></item><item><title>gcc编译可执行文件4步骤</title><link>https://luowei.github.io/posts/20230709-gcc_4/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-gcc_4/</guid><description>gcc编译可执行文件4步骤 ​​​</description></item><item><title>gdb调试工具常用的基本命令</title><link>https://luowei.github.io/posts/20230709-gdb/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-gdb/</guid><description>gdb调试工具常用的基本命令 ​​​</description></item><item><title>html中做正则搜索</title><link>https://luowei.github.io/posts/20230709-html/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-html/</guid><description>HTML中做正则搜索</description></item><item><title>https对应的通信时序图</title><link>https://luowei.github.io/posts/20230709-https/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-https/</guid><description>HTTPS对应的通信时序图 ​​​</description></item><item><title>ios中正多边形的绘制正三角形</title><link>https://luowei.github.io/posts/20230709-ios/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-ios/</guid><description>iOS中正多边形的绘制。正三角形 五角星</description></item><item><title>ios中的图形变换</title><link>https://luowei.github.io/posts/20230709-ios-6464f5cd/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-ios-6464f5cd/</guid><description>iOS中的图形变换</description></item><item><title>ios开发之eventkit框架</title><link>https://luowei.github.io/posts/20230709-ios_eventkit/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-ios_eventkit/</guid><description>iOS开发之EventKit框架的应用 - 珲少 &lt;a href="https://my.oschina.net/u/2340880/blog/3066175">https://my.oschina.net/u/2340880/blog/3066175&lt;/a></description></item><item><title>macos 与 ios 使用技巧</title><link>https://luowei.github.io/posts/20230709-macos_ios/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-macos_ios/</guid><description>macOS 与 iOS 使用技巧 将蓝牙鼠标或触控板与 iPad 配合使用 rw-designer光标大全，Middle Finger Cursor 史上最全的printf格式化输出，Bash printf syntax basics - LinuxConfig.org How To Adopt Dark Mode &amp;hellip;</description></item><item><title>mark php快捷命令</title><link>https://luowei.github.io/posts/20230709-mark_php/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-mark_php/</guid><description>mark: PHP快捷命令</description></item><item><title>oc中isa指针结构</title><link>https://luowei.github.io/posts/20230709-oc_isa/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-oc_isa/</guid><description>OC中isa指针结构 ​​​</description></item><item><title>oc中实例类元类对象间的关系</title><link>https://luowei.github.io/posts/20230709-oc-021bf9f2/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-oc-021bf9f2/</guid><description>OC中实例、类、元类对象间的关系 ​​​</description></item><item><title>oc中的消息传递</title><link>https://luowei.github.io/posts/20230709-oc-f1a40768/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-oc-f1a40768/</guid><description>OC中的消息传递 ​​​</description></item><item><title>oc中的消息转发流程</title><link>https://luowei.github.io/posts/20230709-oc/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-oc/</guid><description>OC中的消息转发流程</description></item><item><title>oc拷贝关键字</title><link>https://luowei.github.io/posts/20230709-oc-690fff9c/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-oc-690fff9c/</guid><description>OC拷贝关键字 ​​​</description></item><item><title>ruby写一个简单的命令行计算器</title><link>https://luowei.github.io/posts/20230709-ruby/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-ruby/</guid><description>ruby写一个简单的命令行计算器 ​​​</description></item><item><title>sublime里最常用的正则替换</title><link>https://luowei.github.io/posts/20230709-sublime/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-sublime/</guid><description>Sublime里最常用的正则替换字符，Mark一下。() 用来建一个正则分组，这样 $1 就是第一组匹配出来的值了。 ​​​</description></item><item><title>swift面向协议编程进化史</title><link>https://luowei.github.io/posts/20230709-swift/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-swift/</guid><description>Swift面向协议编程进化史 ​​​</description></item><item><title>unix下五种io模型</title><link>https://luowei.github.io/posts/20230709-unix_io/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-unix_io/</guid><description>Unix下五种I/O模型 ​​​</description></item><item><title>vim常用功能与快捷键</title><link>https://luowei.github.io/posts/20230709-vim/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-vim/</guid><description>Vim常用功能与快捷键</description></item><item><title>xnu内核</title><link>https://luowei.github.io/posts/20230709-xnu/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-xnu/</guid><description>XNU内核 ​​​</description></item><item><title>一段css让全站变灰 filte</title><link>https://luowei.github.io/posts/20230709-css_filte/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-css_filte/</guid><description>一段css让全站变灰 filter: grayscale 使用可以调整元素的灰度值</description></item><item><title>万能输入法实现原理与代码结构</title><link>https://luowei.github.io/posts/20230709-post-5bfab1b1/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-post-5bfab1b1/</guid><description>万能输入法实现原理与代码结构</description></item><item><title>中文分词器</title><link>https://luowei.github.io/posts/20230709-post-d9b80c50/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-post-d9b80c50/</guid><description>中文分词器 ​​​</description></item><item><title>使用charles对https请</title><link>https://luowei.github.io/posts/20230709-charles_https/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-charles_https/</guid><description>使用Charles对Https请求进行抓包</description></item><item><title>使用perl统计文档中的单词数</title><link>https://luowei.github.io/posts/20230709-perl/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-perl/</guid><description>使用perl统计文档中的单词数 ​​​</description></item><item><title>使用信号量实现生产者消费者模型</title><link>https://luowei.github.io/posts/20230709-post-888247b9/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-post-888247b9/</guid><description>使用信号量实现生产者消费者模型 ​​​</description></item><item><title>基于拉格朗日中值的二分查找</title><link>https://luowei.github.io/posts/20230709-post-f66fc3ca/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-post-f66fc3ca/</guid><description>基于拉格朗日中值的二分查找 &lt;a href="https://www.jianshu.com/p/88e5ac5adcf4?continueFlag=77ce60be67502a25b15311b71b757c9d">https://www.jianshu.com/p/88e5ac5adcf4?continueFlag=77ce60be67502a25b15311b71b757c9d&lt;/a></description></item><item><title>归并排序为先递归再合并递归是二分</title><link>https://luowei.github.io/posts/20230709-post-262bdf75/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-post-262bdf75/</guid><description>归并排序：为先递归再合并，递归是二分的过程，并合是二合一的过程。时间复杂度计算如下 ​​​ 算法套路——递推方程K阶求解公式</description></item><item><title>抖音短视频刨析总结</title><link>https://luowei.github.io/posts/20230709-post-b0d9c2d7/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-post-b0d9c2d7/</guid><description>抖音短视频刨析总结 ​​​</description></item><item><title>明朝朱载育的一首表达人欲望的词</title><link>https://luowei.github.io/posts/20230709-post-d7aa6a3f/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-post-d7aa6a3f/</guid><description>明朝朱载育的一首表达人欲望的词</description></item><item><title>给定一个起点的坐标距离以及旋转角</title><link>https://luowei.github.io/posts/20230709-post-e59c746c/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-post-e59c746c/</guid><description>给定一个起点的坐标、距离以及旋转角度，求终点坐标</description></item><item><title>虚拟内存与物理内存的映射关系</title><link>https://luowei.github.io/posts/20230709-post-dc5fba66/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-post-dc5fba66/</guid><description>虚拟内存与物理内存的映射关系 ​​​</description></item><item><title>跨平台加密版 sqlite 3</title><link>https://luowei.github.io/posts/20230709-sqlite_3/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-sqlite_3/</guid><description>跨平台加密版 SQLite 3 - wxSQLite3 SQLite Batch PerformancePipenv: A Guide to the New Python Packaging &amp;hellip;</description></item><item><title>输入法皮肤设置选项说明</title><link>https://luowei.github.io/posts/20230709-post-65e06d87/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-post-65e06d87/</guid><description>输入法皮肤设置选项说明 ​​​</description></item><item><title>重拾证书与非对称加密</title><link>https://luowei.github.io/posts/20230709-post-d48575bd/</link><pubDate>Sun, 09 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-post-d48575bd/</guid><description>重拾证书与非对称加密</description></item><item><title>静态路由设置</title><link>https://luowei.github.io/posts/20230305-16779560445634/</link><pubDate>Fri, 07 Jul 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230305-16779560445634/</guid><description>静态路由设置</description></item><item><title>鱼跃血糖仪说明书</title><link>https://luowei.github.io/posts/20230313-16787187135535/</link><pubDate>Fri, 07 Jul 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230313-16787187135535/</guid><description>鱼跃血糖仪说明书 [分类]: ( 说明书 ) 鱼跃血糖仪说明书</description></item><item><title>ChatGPT Web搭建</title><link>https://luowei.github.io/posts/20230708-16780272993543/</link><pubDate>Fri, 07 Jul 2023 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230708-16780272993543/</guid><description>ChatGPT Web搭建</description></item><item><title>基于Zerotier内网穿透虚拟网络的搭建</title><link>https://luowei.github.io/posts/20230707-zerotier_sh_docker_run_restart/</link><pubDate>Thu, 06 Jul 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230707-zerotier_sh_docker_run_restart/</guid><description>基于Zerotier内网穿透虚拟网络的搭建</description></item><item><title>代码行数统计</title><link>https://luowei.github.io/posts/20230706-post/</link><pubDate>Thu, 06 Jul 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230706-post/</guid><description>代码行数统计</description></item><item><title>macos 的 openssl</title><link>https://luowei.github.io/posts/20230627-macos_openssl/</link><pubDate>Tue, 27 Jun 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230627-macos_openssl/</guid><description>macOS 的 openssl 目录 openssl 更新参考： 查看openssl版本：$ls -al /usr/local/Cellar/openssl* 切换openssl版本：$brew switch openssl 1.0.2t ​​​ 参考： Mac openssl 未找到 / 加载失败问题处理</description></item><item><title>备份 r2s 中的 memos</title><link>https://luowei.github.io/posts/20230626-r2s_memos/</link><pubDate>Mon, 26 Jun 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230626-r2s_memos/</guid><description>备份 R2S 中的 memos 先打包后，再在alist或scp下载，命令如下：</description></item><item><title>some useful self</title><link>https://luowei.github.io/posts/20230624-some_useful_self/</link><pubDate>Sat, 24 Jun 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230624-some_useful_self/</guid><description>Some useful self-hosted App</description></item><item><title>docker 镜像的拉取导出及导</title><link>https://luowei.github.io/posts/20230623-docker/</link><pubDate>Fri, 23 Jun 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230623-docker/</guid><description>docker 镜像的拉取、导出及导入</description></item><item><title>远程桌面连接linux</title><link>https://luowei.github.io/posts/20240107-linux_debi/</link><pubDate>Thu, 15 Jun 2023 13:52:43 +0000</pubDate><guid>https://luowei.github.io/posts/20240107-linux_debi/</guid><description>远程桌面连接linux Debian</description></item><item><title>交换机Access接口与Trunck接口的Tag规则</title><link>https://luowei.github.io/posts/20231210-access_trun/</link><pubDate>Thu, 01 Jun 2023 14:42:19 +0000</pubDate><guid>https://luowei.github.io/posts/20231210-access_trun/</guid><description>交换机Access接口与Trunck接口的Tag规则 交换机的基础 VLAN TRUNK原理和配置</description></item><item><title>linux上防火墙设置</title><link>https://luowei.github.io/posts/20230531-linux/</link><pubDate>Wed, 31 May 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230531-linux/</guid><description>linux上防火墙设置 在Debian中默认启用了iptables防火墙，需要开放VNC端口（通常为5900）以允许外部连接。可以使用以下命令开放端口： 使用ufw打开防火墙相关端口:</description></item><item><title>玩转多系统 参考 系统安装部署系</title><link>https://luowei.github.io/posts/20230531-post/</link><pubDate>Wed, 31 May 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230531-post/</guid><description>玩转多系统 参考 系统安装部署系列教程（三）：VHD方式安装系统 多系统启动菜单的生成、编辑与维护 用 Disk2vhd 创建 VHD 虚拟硬盘 用系统热备工具Dism++导出VHD映像-官网 Dism++ Github系统引导方式原理 vhd 镜像 备份Linux Win11和Win10双引导，把Windows &amp;hellip;</description></item><item><title>docker容器调试利器 nicolaka/netshoot</title><link>https://luowei.github.io/posts/20231210-docker_nic/</link><pubDate>Mon, 29 May 2023 12:04:35 +0000</pubDate><guid>https://luowei.github.io/posts/20231210-docker_nic/</guid><description>docker容器调试利器 nicolaka/netshoot ( docker 容器注入 netshoot ) 只需要一条命令即可 这个 &amp;ndash;net 参数，可以让你启动一个容器并“加入”到另一个容器的 Network Namespace 里，并共享一个网络栈，即Namespace &amp;hellip;</description></item><item><title>Swift 5.9 新特性</title><link>https://luowei.github.io/posts/20230621-swift_59_wha/</link><pubDate>Sun, 28 May 2023 07:43:11 +0000</pubDate><guid>https://luowei.github.io/posts/20230621-swift_59_wha/</guid><description>Swift 5.9 新特性 What’s new in Swift type parameter packs Swift macros</description></item><item><title>exsi 学习教程 vmware</title><link>https://luowei.github.io/posts/20230528-exsi_vmware/</link><pubDate>Sun, 28 May 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230528-exsi_vmware/</guid><description>EXSi 学习教程 VMware vSphere ESXi master training &amp;hellip;</description></item><item><title>exsi 接入usb移动硬盘</title><link>https://luowei.github.io/posts/20230528-exsi_usb/</link><pubDate>Sun, 28 May 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230528-exsi_usb/</guid><description>EXSI 接入USB移动硬盘 EXSI从U盘创建存储池 ESXi 虚拟机系统U盘做存储，省下硬盘直通群晖NASHow to Add A USB Disk as VMFS Datastore in ESXi 7.02 || VMware 直通知识点 &amp;hellip;</description></item><item><title>零刻eq pro的系统安装配置</title><link>https://luowei.github.io/posts/20230526-eq_pro/</link><pubDate>Fri, 26 May 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230526-eq_pro/</guid><description>零刻EQ Pro的系统安装配置 EQ12&amp;amp;EQ12Pro安装原厂系统教程EQ12安装PVE虚拟机教程 Intel N系列机器无法安装PVE，提示报错解决办法 EQ12 N100 迷你主机：从开箱到安装ESXi+虚拟机</description></item><item><title>兼容oc的枚举定义</title><link>https://luowei.github.io/posts/20230522-oc/</link><pubDate>Mon, 22 May 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230522-oc/</guid><description>兼容OC的枚举定义</description></item><item><title>df 与 du 命令查看文件磁盘</title><link>https://luowei.github.io/posts/20230520-df_du/</link><pubDate>Sat, 20 May 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230520-df_du/</guid><description>df 与 du 命令查看文件磁盘及占用信息 df查看文件所在磁盘和分区，du查看文件占用空间； df 命令可可快速了解指定目录或文件挂载点的磁盘使用情况; lsblk 命令可查看磁盘设备列表及其详细信息; du 命令可快速了解指定目录或文件的磁盘占用情况</description></item><item><title>win11安装</title><link>https://luowei.github.io/posts/20230520-win11/</link><pubDate>Sat, 20 May 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230520-win11/</guid><description>win11安装 win11镜像下载：https://github.com/AveYo/MediaCreationTool.bat virtio驱动：https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/</description></item><item><title>交换机vlan配置多vlan公用</title><link>https://luowei.github.io/posts/20230520-vlan_vlan/</link><pubDate>Sat, 20 May 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230520-vlan_vlan/</guid><description>交换机VLAN配置多vlan公用的网口设置为Tagged端口；单vlan使用的网口设置为Untagged端口(Tagged端口表示向外传出数据时保留Tag，Untagged端口表示向外传出数据时不保留Tag)； &amp;hellip;</description></item><item><title>dispatch_after 的使用示例</title><link>https://luowei.github.io/posts/20230328-memo/</link><pubDate>Sun, 07 May 2023 16:18:44 +0000</pubDate><guid>https://luowei.github.io/posts/20230328-memo/</guid><description> dispatch_after StrongSelf(self) __weak typeof(self) wkSelf = self; dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ __strong typeof(self) stSelf = wkSelf; //todo: something } });</description></item><item><title>ViewController的代码规范等</title><link>https://luowei.github.io/posts/20230709-viewcontroller/</link><pubDate>Wed, 26 Apr 2023 16:36:07 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-viewcontroller/</guid><description>viewController的代码规范 ​​​ NSURLSessionTask ​​​ NSURLSession 类套（suite of classes） 一般UIViewController的生命周期 ​​​</description></item><item><title>pve 硬件直通配置 硬盘直通的</title><link>https://luowei.github.io/posts/20230421-pve/</link><pubDate>Fri, 21 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230421-pve/</guid><description>PVE 硬件直通配置 硬盘直通的两种方式直通单块硬盘，使用命令：qm set &amp;lt;vm_id&amp;gt; –&amp;lt;disk_type&amp;gt;[n] /dev/disk/by-id/&lt;type>-$brand-$model_$serial_number, 可以先用ls -l &amp;hellip;</description></item><item><title>n1盒子刷了个固件后太赞了</title><link>https://luowei.github.io/posts/20230905-n1/</link><pubDate>Tue, 18 Apr 2023 04:34:18 +0000</pubDate><guid>https://luowei.github.io/posts/20230905-n1/</guid><description>N1盒子刷了个固件后太赞了！</description></item><item><title>零刻eq 12pro 安装pve</title><link>https://luowei.github.io/posts/20230418-eq_12pro_pve/</link><pubDate>Tue, 18 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230418-eq_12pro_pve/</guid><description>零刻EQ 12pro 安装PVE 零刻EQ 12pro 安装PVE出现cannot run in framebuffer mode. please specify busids for all framebuffer devices 解决方法： &amp;hellip;</description></item><item><title>内网终端代理设置</title><link>https://luowei.github.io/posts/20230417-post/</link><pubDate>Mon, 17 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230417-post/</guid><description>内网终端代理设置</description></item><item><title>dashy 一个非常非常好的面板</title><link>https://luowei.github.io/posts/20230416-dashy/</link><pubDate>Sun, 16 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230416-dashy/</guid><description>Dashy 一个非常非常好的面板程序 相比 Heimdall、Flare 以及iTab新标签页 感受是要强不少。 Dashy &lt;a href="https://dashy.to/docs/">https://dashy.to/docs/&lt;/a> &lt;a href="https://github.com/Lissy93/dashy">https://github.com/Lissy93/dashy&lt;/a> &amp;hellip;</description></item><item><title>常的的diy nas</title><link>https://luowei.github.io/posts/20230416-diy_nas/</link><pubDate>Sun, 16 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230416-diy_nas/</guid><description>常的的DIY NAS</description></item><item><title>一个非常好的Open GL学习网站</title><link>https://luowei.github.io/posts/20230709-open_gl/</link><pubDate>Sat, 15 Apr 2023 07:29:45 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-open_gl/</guid><description>一个非常好的Open GL学习网站</description></item><item><title>apprise and mail</title><link>https://luowei.github.io/posts/20230415-apprise_and_mail/</link><pubDate>Sat, 15 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230415-apprise_and_mail/</guid><description>Apprise and Mailrise Apprise &lt;a href="https://github.com/caronc/apprise">https://github.com/caronc/apprise&lt;/a> Apprise allows you to send a notification to almost all of the most popular notification &amp;hellip;</description></item><item><title>qq 邮箱 smtp 配置信息</title><link>https://luowei.github.io/posts/20230415-qq_smtp/</link><pubDate>Sat, 15 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230415-qq_smtp/</guid><description>QQ 邮箱 SMTP 配置信息 授权码：jheubopuhglabcjd</description></item><item><title>swift - 数据截切</title><link>https://luowei.github.io/posts/20230414-swift/</link><pubDate>Fri, 14 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230414-swift/</guid><description>Swift - 数据截切</description></item><item><title>ubuntu基础镜像 ubunt</title><link>https://luowei.github.io/posts/20230409-ubuntu_ubunt/</link><pubDate>Sun, 09 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230409-ubuntu_ubunt/</guid><description>Ubuntu基础镜像 ubuntu base image &lt;a href="https://help.ubuntu.com/community/Installation/MinimalCD">https://help.ubuntu.com/community/Installation/MinimalCD&lt;/a> docker image &lt;a href="https://hub.docker.com/_/ubuntu">https://hub.docker.com/_/ubuntu&lt;/a> 参考： &amp;hellip;</description></item><item><title>两个值得推荐的虚拟机管理系统</title><link>https://luowei.github.io/posts/20230409-post/</link><pubDate>Sun, 09 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230409-post/</guid><description>两个值得推荐的虚拟机管理系统</description></item><item><title>阿里开源镜像站</title><link>https://luowei.github.io/posts/20230408-post/</link><pubDate>Sat, 08 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230408-post/</guid><description>阿里开源镜像站 &lt;a href="https://developer.aliyun.com/mirror/?spm=a2c6h.13651102.0.0.3e221b11Lezyof&amp;amp;serviceType=mirror&amp;amp;tag=%E7%B3%BB%E7%BB%9F">https://developer.aliyun.com/mirror/?spm=a2c6h.13651102.0.0.3e221b11Lezyof&amp;amp;serviceType=mirror&amp;amp;tag=%E7%B3%BB%E7%BB%9F&lt;/a></description></item><item><title>vmware vsphere 架构</title><link>https://luowei.github.io/posts/20230407-vmware_vsphere/</link><pubDate>Fri, 07 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230407-vmware_vsphere/</guid><description>VMWare vSphere 架构 &lt;a href="https://customerconnect.vmware.com/en/evalcenter?p=vsphere-eval-8">https://customerconnect.vmware.com/en/evalcenter?p=vsphere-eval-8&lt;/a></description></item><item><title>todo list - work</title><link>https://luowei.github.io/posts/20230406-todo_list_work/</link><pubDate>Thu, 06 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230406-todo_list_work/</guid><description>Todo list - work- (UIViewController *)followListVC {</description></item><item><title>freebsd安装中</title><link>https://luowei.github.io/posts/20230405-freebsd/</link><pubDate>Wed, 05 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230405-freebsd/</guid><description>FreeBSD安装中&amp;hellip;.</description></item><item><title>一键安装macos github</title><link>https://luowei.github.io/posts/20230405-macos_github/</link><pubDate>Wed, 05 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230405-macos_github/</guid><description>一键安装macOS github脚本 &lt;a href="https://github.com/myspaghetti/macos-virtualbox">https://github.com/myspaghetti/macos-virtualbox&lt;/a> 视频教程 &lt;a href="https://www.youtube.com/watch?v=2Ja2tlhdie8">https://www.youtube.com/watch?v=2Ja2tlhdie8&lt;/a> 截图参考</description></item><item><title>ubuntu流行的服务器环境</title><link>https://luowei.github.io/posts/20230404-ubuntu/</link><pubDate>Tue, 04 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230404-ubuntu/</guid><description>Ubuntu流行的服务器环境</description></item><item><title>xrdp登录界面的 xorg会话</title><link>https://luowei.github.io/posts/20230404-xrdp_xorg/</link><pubDate>Tue, 04 Apr 2023 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230404-xrdp_xorg/</guid><description>xrdp登录界面的 Xorg会话选项</description></item><item><title>把STDOUT与STDERR都吃掉 ​​​</title><link>https://luowei.github.io/posts/20230709-stdout_stderr/</link><pubDate>Sun, 02 Apr 2023 19:02:32 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-stdout_stderr/</guid><description>把STDOUT与STDERR都吃掉 ​​​</description></item><item><title>常用的 dokcer 环境与项目配置</title><link>https://luowei.github.io/posts/20230302-16776073933176/</link><pubDate>Sat, 18 Mar 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230302-16776073933176/</guid><description>常用的 dokcer 环境与项目配置</description></item><item><title>花生壳盒子H3-311C使用说明</title><link>https://luowei.github.io/posts/20221128-16696473389893/</link><pubDate>Sun, 12 Mar 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20221128-16696473389893/</guid><description>花生壳盒子H3 311C使用说明 [分类]: ( 说明书 ) 扫二维查看使用说明</description></item><item><title>R2S刷写OpenWrt软路由 &amp; TP-LINK LAN口接入</title><link>https://luowei.github.io/posts/20230212-16761735786108/</link><pubDate>Sun, 05 Mar 2023 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230212-16761735786108/</guid><description>R2S刷写OpenWrt软路由 &amp;amp; TP-LINK LAN口接入</description></item><item><title>基于Zerotier内网穿透虚拟网络的搭建</title><link>https://luowei.github.io/posts/20230224-16771589916655/</link><pubDate>Fri, 03 Mar 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230224-16771589916655/</guid><description>基于Zerotier内网穿透虚拟网络的搭建</description></item><item><title>Docker容器常用命令</title><link>https://luowei.github.io/posts/20230221-16769919072309/</link><pubDate>Fri, 03 Mar 2023 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230221-16769919072309/</guid><description>Docker容器常用命令</description></item><item><title>动态自适应设置UITableHeaderView的高度</title><link>https://luowei.github.io/posts/20230709-uitablehe/</link><pubDate>Wed, 01 Mar 2023 20:46:17 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-uitablehe/</guid><description>动态自适应设置UITableHeaderView的高度。</description></item><item><title>Docker容器常用</title><link>https://luowei.github.io/posts/20230224-docker_ip_sh_sudo_ps/</link><pubDate>Thu, 23 Feb 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230224-docker_ip_sh_sudo_ps/</guid><description>Docker容器常用</description></item><item><title>R2S刷写OpenWrt软路由</title><link>https://luowei.github.io/posts/20230224-r2s_openwrt_istoreos_github_arm/</link><pubDate>Thu, 23 Feb 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230224-r2s_openwrt_istoreos_github_arm/</guid><description>R2S刷写OpenWrt软路由</description></item><item><title>windows &amp; linux 上设置端口转发</title><link>https://luowei.github.io/posts/20230224-windows_linux_0_127_1/</link><pubDate>Thu, 23 Feb 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230224-windows_linux_0_127_1/</guid><description>windows &amp;amp; linux 上设置端口转发</description></item><item><title>区块链学习笔记2</title><link>https://luowei.github.io/posts/20230224-2_hyperledger_fabric_peer/</link><pubDate>Thu, 23 Feb 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230224-2_hyperledger_fabric_peer/</guid><description>区块链学习笔记2</description></item><item><title>阿里云轻量服务器环境配置</title><link>https://luowei.github.io/posts/20230224-16769106798556/</link><pubDate>Thu, 23 Feb 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230224-16769106798556/</guid><description>阿里云轻量服务器环境配置</description></item><item><title>串行异步任务管理器 - SerialAsyncTaskAManager</title><link>https://luowei.github.io/posts/20231024-seri/</link><pubDate>Thu, 23 Feb 2023 07:45:26 +0000</pubDate><guid>https://luowei.github.io/posts/20231024-seri/</guid><description>串行异步任务管理器 - SerialAsyncTaskAManager</description></item><item><title>iOS问题汇总之iOS应用 - Swift常见问题与技术</title><link>https://luowei.github.io/posts/20200909-ios_swift_map_flatmap_filter/</link><pubDate>Mon, 13 Feb 2023 12:08:05 +0000</pubDate><guid>https://luowei.github.io/posts/20200909-ios_swift_map_flatmap_filter/</guid><description>iOS问题汇总之iOS应用 - Swift常见问题与技术</description></item><item><title>Java-使用htmlparser爬取手机商城的手机信息</title><link>https://luowei.github.io/posts/20120107-%E4%BD%BF%E7%94%A8htmlparser%E7%88%AC%E5%8F%96%E6%89%8B%E6%9C%BA%E5%95%86%E5%9F%8E%E7%9A%84%E6%89%8B%E6%9C%BA%E4%BF%A1%E6%81%AF/</link><pubDate>Sat, 11 Feb 2023 05:06:09 +0000</pubDate><guid>https://luowei.github.io/posts/20120107-%E4%BD%BF%E7%94%A8htmlparser%E7%88%AC%E5%8F%96%E6%89%8B%E6%9C%BA%E5%95%86%E5%9F%8E%E7%9A%84%E6%89%8B%E6%9C%BA%E4%BF%A1%E6%81%AF/</guid><description>使用htmlparser爬取手机商城的手机信息</description></item><item><title>区块链技术学习笔记1</title><link>https://luowei.github.io/posts/20230211-1_btc/</link><pubDate>Fri, 10 Feb 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230211-1_btc/</guid><description>区块链技术学习笔记1</description></item><item><title>TrueNAS 使用笔记</title><link>https://luowei.github.io/posts/20231226-truenas_tr/</link><pubDate>Sun, 05 Feb 2023 00:13:17 +0000</pubDate><guid>https://luowei.github.io/posts/20231226-truenas_tr/</guid><description>TrueNAS 使用笔记 给TrueNAS 的apt软件安装器添加执行权限 VIM设置非兼容模式，对TrueNAS预安装的vim最大的烦恼可以通过以下方式解决: TrueNAS App CatalogsTrueNAS添加TrueCharts软件源</description></item><item><title>Docker镜像源配置及pull问题解决</title><link>https://luowei.github.io/posts/20230520-docker_pull/</link><pubDate>Tue, 31 Jan 2023 21:32:07 +0000</pubDate><guid>https://luowei.github.io/posts/20230520-docker_pull/</guid><description>Docker镜像源配置及pull问题解决 修改镜像地址 在/etc/docker/目录下新建daemon.json文件，如果有就修改，添加如下内容： 修改resolv.ocnf 在 /etc/resolv.conf 添加 nameserver 解析地址： 重启 docker服务 常用命令 参考： How to &amp;hellip;</description></item><item><title>zip文件转换成 iso 并写入磁盘</title><link>https://luowei.github.io/posts/20230531-zip_ios_zi/</link><pubDate>Tue, 31 Jan 2023 10:08:45 +0000</pubDate><guid>https://luowei.github.io/posts/20230531-zip_ios_zi/</guid><description>zip文件转换成 iso 并写入磁盘 将zip文件转换为iso文件并写入磁盘 下面是使用shell命令完成这些步骤的方法： 注意，在第3步中，需要使用dd命令将ISO文件写入磁盘，因此要非常小心，确保将数据写入正确的磁盘。 将zip文件直接解压缩到U盘中 需要执行以下步骤：</description></item><item><title>makefile文件编写规则与使用案例</title><link>https://luowei.github.io/posts/20230709-makefile/</link><pubDate>Sun, 22 Jan 2023 18:13:30 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-makefile/</guid><description>makefile文件编写规则与使用案例 使用makefile配置：把当前目录下独立的.c文件分别编译成可执行文件</description></item><item><title>ComfyUI 搭建配置使用</title><link>https://luowei.github.io/posts/20250324-comfyui/</link><pubDate>Fri, 20 Jan 2023 00:59:35 +0000</pubDate><guid>https://luowei.github.io/posts/20250324-comfyui/</guid><description>ComfyUI 搭建使用 搭建配置到 python venv 虚拟环境直接运行 创建并启动 comfyui.service ComfyUI 中比较实用的插件 ComfyUI API使用指南stable diffusion &amp;hellip;</description></item><item><title>windows &amp; linux 上设置端口转发</title><link>https://luowei.github.io/posts/20230120-16741455669142/</link><pubDate>Thu, 19 Jan 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230120-16741455669142/</guid><description>windows &amp;amp; linux 上设置端口转发</description></item><item><title>在 Windows 上添加 linux 引导项</title><link>https://luowei.github.io/posts/20240824-windows_lin/</link><pubDate>Fri, 13 Jan 2023 10:37:35 +0000</pubDate><guid>https://luowei.github.io/posts/20240824-windows_lin/</guid><description>在 Windows 添加 linux 引导项 uefi+gpt的windows引导UEFI &amp;hellip;</description></item><item><title>旁路由配置</title><link>https://luowei.github.io/posts/20230110-16733650018462/</link><pubDate>Mon, 09 Jan 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230110-16733650018462/</guid><description>旁路由配置</description></item><item><title>Windows10用Hyper-V搭建OpenWRT</title><link>https://luowei.github.io/posts/20230102-16711048752210/</link><pubDate>Sun, 01 Jan 2023 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230102-16711048752210/</guid><description>Windows10用Hyper-V搭建OpenWRT</description></item><item><title>OpenWRT 与 Home Assistant</title><link>https://luowei.github.io/posts/20230102-16711736189601/</link><pubDate>Sun, 01 Jan 2023 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20230102-16711736189601/</guid><description>OpenWRT 与 Home Assistant</description></item><item><title>Windows10用Hyper-V搭建OpenWRT</title><link>https://luowei.github.io/posts/20221215-16711048752210/</link><pubDate>Wed, 14 Dec 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20221215-16711048752210/</guid><description>Windows10用Hyper V搭建OpenWRT [分类]: ( 网络配置 ) OpenWRT Lan口配置 1. 在虚拟交换机管理器中添加一个名为lan的虚拟网卡，映射到物理的Wifi无线网卡，这个过程会在windows的网络适配器中自动添加一个网桥联通到WL 2. 给OpenWRT虚拟机添加</description></item><item><title>诺曼威廉征服 - 十字军东征</title><link>https://luowei.github.io/posts/20230914-post-1e3dff81/</link><pubDate>Wed, 09 Nov 2022 23:10:41 +0000</pubDate><guid>https://luowei.github.io/posts/20230914-post-1e3dff81/</guid><description>诺曼威廉征服 十字军东征</description></item><item><title>独尊儒术之后还有儒释道合流</title><link>https://luowei.github.io/posts/20230905-post-15c71629/</link><pubDate>Sat, 17 Sep 2022 00:33:25 +0000</pubDate><guid>https://luowei.github.io/posts/20230905-post-15c71629/</guid><description>之所以独尊儒术之后还会有后来儒释道三教合流，是因为儒教还需要佛教与道教作补充，因为儒教是缺乏世界观与宇宙论的，它有的只是基于人的伦理之上的价值观与方法论，后来有了佛教的加入才补足其在世界观宇宙论方面的缺失，而道教玄学中的阴阳五行虽然逻辑上解释不通，但却恰好为其带来自然神论，也为其提供了超验性的一面和对自然的解释，从而形 &amp;hellip;</description></item><item><title>iOS Rotation Animation 旋转动画的几种实现</title><link>https://luowei.github.io/posts/20220821-ios_rotation_animation_swift_rafllewheel/</link><pubDate>Sat, 20 Aug 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220821-ios_rotation_animation_swift_rafllewheel/</guid><description>iOS Rotation Animation 旋转动画的几种实现</description></item><item><title>使用Socat进行端口转发</title><link>https://luowei.github.io/posts/20220821-socat_shell_ssh_brew_install/</link><pubDate>Sat, 20 Aug 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220821-socat_shell_ssh_brew_install/</guid><description>使用Socat进行端口转发</description></item><item><title>航海王：燃料意志 iOS 脚本</title><link>https://luowei.github.io/posts/20220611-16549056804992/</link><pubDate>Fri, 10 Jun 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220611-16549056804992/</guid><description>航海王：燃料意志 iOS 脚本</description></item><item><title>不同的仓库使用不同的github账号提交</title><link>https://luowei.github.io/posts/20220604-github_shell_git_config_add/</link><pubDate>Fri, 03 Jun 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220604-github_shell_git_config_add/</guid><description>不同的仓库使用不同的github账号提交</description></item><item><title>买房攻略</title><link>https://luowei.github.io/posts/20220604-16519466853324/</link><pubDate>Fri, 03 Jun 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220604-16519466853324/</guid><description>买房攻略 [分类]: ( [经验] ) 待做功课 借款合同与签房贷合 网签备案 不动产登记 不同银行的房贷利率不同 提前还款的规则 房屋未设立租赁权(居住权)承诺书 办理房贷注意要素 新房与二手房的房贷不同？ 新房可贷款的银行多；二手房少，利率也可能比外高； 等额本金与等额本息？ 本金利息低、月供高</description></item><item><title>正则Sample(日历匹配)</title><link>https://luowei.github.io/posts/20220603-16537676515355/</link><pubDate>Thu, 02 Jun 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220603-16537676515355/</guid><description>正则Sample(日历匹配)</description></item><item><title>正则中的Group、反向引用、前向引用</title><link>https://luowei.github.io/posts/20220603-16536646132317/</link><pubDate>Thu, 02 Jun 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220603-16536646132317/</guid><description>正则中的Group、反向引用、前向引用</description></item><item><title>正则中的Group、反向引用、前向引用</title><link>https://luowei.github.io/posts/20220603-group_a_z_a_z0_9_b_1/</link><pubDate>Thu, 02 Jun 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220603-group_a_z_a_z0_9_b_1/</guid><description>正则中的Group、反向引用、前向引用</description></item><item><title>正则中的字符类、边界、可选项、量词</title><link>https://luowei.github.io/posts/20220603-16536693041024/</link><pubDate>Thu, 02 Jun 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220603-16536693041024/</guid><description>正则中的字符类、边界、可选项、量词</description></item><item><title>正则表达式所有元字符及其使用方法一览表</title><link>https://luowei.github.io/posts/20220603-16542651080131/</link><pubDate>Thu, 02 Jun 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220603-16542651080131/</guid><description>正则表达式所有元字符及其使用方法一览表</description></item><item><title>正则删除文本中非匹配项</title><link>https://luowei.github.io/posts/20220527-regex_sublime_1_aid_d/</link><pubDate>Thu, 26 May 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220527-regex_sublime_1_aid_d/</guid><description>正则删除文本中非匹配项</description></item><item><title>实践是检验真理的唯一标准?</title><link>https://luowei.github.io/posts/20220526-16535436678792/</link><pubDate>Wed, 25 May 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220526-16535436678792/</guid><description>实践是检验真理的唯一标准? [分类]: ( 社科 ) 实践是检验真理的唯一标准? 这显然是个唯物主义的提法； &amp;ldquo;实践是检验真理的唯一标准&amp;quot;从语义语法上分析就是个病句，&amp;ldquo;实践&amp;quot;是动词，而&amp;quot;标准&amp;quot;是名词； 有人说这句话是省略了主语&amp;quot;人&amp;rdquo;，完整版应该是&amp;quot;人的实践才是检验真理的唯一标准&amp;rdquo;，加了主语似乎还是不</description></item><item><title>十诫(The Ten Commandments)</title><link>https://luowei.github.io/posts/20220523-16531401484159/</link><pubDate>Sun, 22 May 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220523-16531401484159/</guid><description>十诫(The Ten Commandments) [分类]: ( Bible ) | The Ten Commandments (KJV) | |: | | I am the Lord thy God. | | Thou shalt have no other gods before me. | |</description></item><item><title>圣经电影</title><link>https://luowei.github.io/posts/20220523-16533136729236/</link><pubDate>Sun, 22 May 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220523-16533136729236/</guid><description>圣经电影 [分类]: ( Bible ) 57部与基督教有关的电影 1. 《十诫》，the ten commandments，1923年，1956年。 根据《旧约·出埃及记》改编，1956年版本是好莱坞圣经史诗电影的代表作。 2. 《圣袍千秋》，the robe，1953年。 描写杀害基督时的罗马监</description></item><item><title>不讲武德的时代：从礼崩到制度化冷酷</title><link>https://luowei.github.io/posts/20230915-post-265c4125/</link><pubDate>Mon, 16 May 2022 09:41:51 +0000</pubDate><guid>https://luowei.github.io/posts/20230915-post-265c4125/</guid><description>不讲武德的时代：从礼崩到制度化冷酷. 一、所谓“礼崩乐坏”，本质是秩序失效; 二、从礼治瓦解到“生存即正义”</description></item><item><title>The Bible 学习参考</title><link>https://luowei.github.io/posts/20220514-16525200222121/</link><pubDate>Fri, 13 May 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220514-16525200222121/</guid><description>The Bible 学习参考 [分类]: ( 学习 ) Bible Project Instagram FaceBook Youtube Tik Tok</description></item><item><title>历史上的华工群体</title><link>https://luowei.github.io/posts/20220506-16517608966524/</link><pubDate>Thu, 05 May 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220506-16517608966524/</guid><description>历史上的华工群体 [分类]: ( 学习 ) 《排华法案》的产生，究其华人自身原因，大体有以下问题: 1、当时的华工大多来自中国最贫穷和最无知的阶层的苦力，有许多道德缺陷或本身就是罪犯。 2、他们是极其廉价的劳动力，往往是群居，不需要养家糊口，85%以上为青壮年男性，形成了独特的“单身汉社会”，这就对</description></item><item><title>安兰德：什么是西方价值观</title><link>https://luowei.github.io/posts/20220504-16515034530796/</link><pubDate>Wed, 04 May 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220504-16515034530796/</guid><description>安兰德：什么是西方价值观 [分类]: ( 学习 ) 转自安兰德书友会 当今世界的根本问题 当今世界的根本问题是两大原则之间的对立： 个人主义和集体主义 。 个人主义认为 ，每个人都拥有不可剥夺的权利，任何他人或集体都不得剥夺其权利，所以，每个人都有生存的权利，并且是为了自己而生存，而不是为了集体的利</description></item><item><title>美国国父们论民主</title><link>https://luowei.github.io/posts/20220502-16514832364784/</link><pubDate>Sun, 01 May 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220502-16514832364784/</guid><description>美国国父们论民主 [分类]: ( 学习 ) 在缔造美国的founding father们看来，民主基本意味着最为万恶的制度，所以，他们几乎绝口不提民主，托马斯潘恩的《常识》一书里连民主一个字都没提过。雅典的民主对美国国父们来说，一方面是可以借取的正面资源，一方面是道德败坏的反面教材。在美国很长很长的</description></item><item><title>辩证法</title><link>https://luowei.github.io/posts/20220502-16514203970571/</link><pubDate>Sun, 01 May 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220502-16514203970571/</guid><description>辩证法 [分类]: ( 读书 ) 世界上最坏的诡辩术与最大的谎言莫过于辩证法了。 辩证法有三大规律( 品质互变规律、对立统一规律、否定之否定规律。 )，那是它的核心与支柱，仔细推敲，三大规律没有一个能成立，荒谬至极。 参考文章：</description></item><item><title>石壕吏</title><link>https://luowei.github.io/posts/20220411-16496146165906/</link><pubDate>Sun, 10 Apr 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220411-16496146165906/</guid><description>石壕吏 [分类]: ( 读书 ) 暮投石壕村，有吏夜捉人。 老翁逾墙走，老妇出门看。 吏呼一何怒！妇啼一何苦！ 听妇前致词：三男邺城戍。 一男附书至，二男新战死。 存者且偷生，死者长已矣！ 室中更无人，惟有乳下孙， 有孙母未去，出入无完裙。 老妪力虽衰，请从吏夜归， 急应河阳役，犹得备晨炊。 夜久语</description></item><item><title>论平等</title><link>https://luowei.github.io/posts/20220410-16495892470045/</link><pubDate>Sat, 09 Apr 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220410-16495892470045/</guid><description>论平等 [分类]: ( 学习 ) 有人说所谓的平等可分为以下几种： 结果平等（不可能的） 起点平等（也不可能） 机会平等（不完全可能） 规则平等（比较可取） 紧接着有人又总结了😆😆😆： 结果平等 都穷 起点平等 都低 机会平等 都无 规则平等 都韭 还有人说： 人唯一能追求的平等是道德与法律之</description></item><item><title>《人类简史》读书笔记</title><link>https://luowei.github.io/posts/20220331-16452554610607/</link><pubDate>Mon, 04 Apr 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220331-16452554610607/</guid><description>《人类简史》读书笔记 [分类]: ( 读书 ) 简单的讲法，是人类创造出了由想象建构的秩序、发明了文字，以这两者补足我们基因中的不足。 从 认知革命 以来，智人一直就生活在一种双重的现实之中。一方面，我们有像是河流、树木和狮子这种确实存在的客观现实；而另一方面，我们也有像是神、国家和企业这种想象中的</description></item><item><title>相对主义</title><link>https://luowei.github.io/posts/20220405-16491516699419/</link><pubDate>Mon, 04 Apr 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220405-16491516699419/</guid><description>相对主义 [分类]: ( 读书 ) “ 相对主义 ”是一顶令人不安的哲学帽子，从辩证唯物主义的角度来看，相对主义是一种诡辩论的哲学学说。 它的主要特征是片面地夸大绝对运动而否认相对静止，抹煞其确定的规定性，取消事物之间的界限，从而根本否定事物的客观存在。 在认识论方面，相对主义夸大人们的认识的相对性</description></item><item><title>黑格尔哲学中的逻辑陷阱 - 中国人常见的Bull Shit</title><link>https://luowei.github.io/posts/20220405-16490994445456/</link><pubDate>Mon, 04 Apr 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220405-16490994445456/</guid><description>黑格尔哲学中的逻辑陷阱 中国人常见的Bull Shit [分类]: ( 读书 ) 原义：合符理性的都是现实存在的，现实存在的都是合符理性的。 后来&amp;quot;合符理性&amp;quot;这句话又被人改成合理的、正确的，就被人理解成存在的即合理的、应该的，也就是正确的，但这又与原来的意思大相径庭了。但是这句话即使只是狭义的讲：合</description></item><item><title>素数、自然常数e、斐波那契数列、黄金比例</title><link>https://luowei.github.io/posts/20220328-16484598041961/</link><pubDate>Thu, 31 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16484598041961/</guid><description>素数、自然常数e、斐波那契数列、黄金比例 [分类]: ( 科普 ) 素数 素数探索历史：高斯素数定理 与 对数积分函数 自然常数e 自然常数e 自然常数 e进制效率最高 斐波那契数列 斐波那契数列与自然 斐波那契螺旋线 交点螺旋线定则 黄金分割 黄金比例与白银比例 塑胶数 e (数学常数) ) 圆周</description></item><item><title>Swift笔记 - 17.面向协议编程</title><link>https://luowei.github.io/posts/20220330-16485690100357/</link><pubDate>Tue, 29 Mar 2022 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220330-16485690100357/</guid><description>Swift笔记 - 17.面向协议编程</description></item><item><title>Swift笔记 - 18.响应式编程、Swift源码分析</title><link>https://luowei.github.io/posts/20220330-16485718058005/</link><pubDate>Tue, 29 Mar 2022 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220330-16485718058005/</guid><description>Swift笔记 - 18.响应式编程、Swift源码分析</description></item><item><title>Swift笔记 - 12.访问控制、初始化器、扩展、weak、unowned、Autorelease</title><link>https://luowei.github.io/posts/20220329-16401939957480/</link><pubDate>Mon, 28 Mar 2022 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220329-16401939957480/</guid><description>Swift笔记 - 12.访问控制、初始化器、扩展、weak、unowned、Autorelease</description></item><item><title>Swift笔记 - 13.闭包、捕获、局部作用域、成员重写、Swift指针及访问冲突</title><link>https://luowei.github.io/posts/20220329-16402770341390/</link><pubDate>Mon, 28 Mar 2022 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220329-16402770341390/</guid><description>Swift笔记 - 13.闭包、捕获、局部作用域、成员重写、Swift指针及访问冲突</description></item><item><title>Swift笔记 - 14.字面量、模式、条件编译、日志、API可用性、程序入口、Swift与OC互调</title><link>https://luowei.github.io/posts/20220329-16484840907455/</link><pubDate>Mon, 28 Mar 2022 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220329-16484840907455/</guid><description>Swift笔记 - 14.字面量、模式、条件编译、日志、API可用性、程序入口、Swift与OC互调</description></item><item><title>Swift笔记 - 15.选择器、String、桥接、可选协议、KVC、KVO、关联属性、资源管理</title><link>https://luowei.github.io/posts/20220329-16484911983319/</link><pubDate>Mon, 28 Mar 2022 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220329-16484911983319/</guid><description>Swift笔记 - 15.选择器、String、桥接、可选协议、KVC、KVO、关联属性、资源管理</description></item><item><title>Swift笔记 - 16.函数式编程</title><link>https://luowei.github.io/posts/20220329-16484937212955/</link><pubDate>Mon, 28 Mar 2022 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220329-16484937212955/</guid><description>Swift笔记 - 16.函数式编程</description></item><item><title>π无穷级数算法</title><link>https://luowei.github.io/posts/20220328-16478046378986/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16478046378986/</guid><description>π无穷级数算法 [分类]: ( 科普 ) 韦达公式(π无穷项公式) 巴塞尔问题 欧拉解决 PI的莱不尼茨公式 &amp;amp; 梅钦公式 梅钦类公式 &amp;amp; 斯特林级数 拉马努金公式 &amp;amp; 梵德诺夫斯其算法 牟合方盖 刘徽割圆术 超越数 pi、e 超越数: 正规数: 析取数: 核磁共振 右手螺旋定则 地球的内部构造</description></item><item><title>中国传统度量衡</title><link>https://luowei.github.io/posts/20220328-16481356400086/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16481356400086/</guid><description>中国传统度量衡 [分类]: ( 科普 ) 度量衡原指长度（度）、容积（量）、重量（衡）的计量 度 量 斛 斗 衡 面积</description></item><item><title>伽罗瓦理论</title><link>https://luowei.github.io/posts/20220328-16471065867744/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16471065867744/</guid><description>伽罗瓦理论 [分类]: ( 科普 ) 二次方程求根公式 三次方程求根公式 二次 三次 四次 四次a 四次b 根式可解的定义 群 群 对称性 对称群 15拼图 最快恢复成全顺序列 群论中的拉格朗日定理 置换 轮换 对换 奇置换 偶置换 正规子群：满足左右陪集相等的子群 商群 不是由一个个元素构成的了，</description></item><item><title>元素周期表</title><link>https://luowei.github.io/posts/20220328-16484597630502/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16484597630502/</guid><description>元素周期表 [分类]: ( 科普 ) 元素周期表</description></item><item><title>光谱分类与赫罗图</title><link>https://luowei.github.io/posts/20220328-16456389799154/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16456389799154/</guid><description>光谱分类与赫罗图 [分类]: ( 科普 ) 光谱 光的折射与光栅 光栅衍射 薄膜干涉 原子光谱 哈佛光谱 焰色反应 充分燃烧 赫罗图</description></item><item><title>分形与混沌</title><link>https://luowei.github.io/posts/20220328-16477083564699/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16477083564699/</guid><description>分形与混沌 [分类]: ( 科普 ) 科赫雪花、皮亚诺曲线、希尔伯特曲线 豪斯多夫维数 谢尔宾斯基三角形 谢尔宾斯基三角形的分形维数： 自然界中的分形 曼德勃罗集 朱利亚集 蝴蝶效应与洛伦兹吸引子 洛伦兹吸引子、双摆 混沌 费根鲍姆常数 仿射变换与IFS函数迭代系统 用GeoGebra模拟Barns</description></item><item><title>勒洛三角形与转子发动机</title><link>https://luowei.github.io/posts/20220328-16484601165194/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16484601165194/</guid><description>勒洛三角形与转子发动机 [分类]: ( 科普 ) 勒洛三角形与等宽曲线 勒洛三角形与迈斯纳四四体 利用勒洛三角形造的方孔钻头 勒洛三角形与转子发动机 转子发动机与活塞发动机 转子发动机的空间设计</description></item><item><title>半导体原理</title><link>https://luowei.github.io/posts/20220328-16484614674843/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16484614674843/</guid><description>半导体原理 [分类]: ( 科普 ) 半导体的价带与导带 P型与N型半导体 PN结</description></item><item><title>双缝干涉</title><link>https://luowei.github.io/posts/20220328-16470695996270/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16470695996270/</guid><description>双缝干涉 [分类]: ( 科普 )</description></item><item><title>古人观星</title><link>https://luowei.github.io/posts/20220328-16484560900672/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16484560900672/</guid><description>古人观星 [分类]: ( 科普 ) 地心说观星 北极星 北天极 恒星天 日心说与地心说 古人眼中的黄道与白道 人眼中的星相 古要观星象 二十四节气中的时间规律 地球 有个工具推荐：可以使用Stellarium模拟星空，观看星空。 日食</description></item><item><title>地表、彩虹 &amp; 蜃景</title><link>https://luowei.github.io/posts/20220328-16484598990939/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16484598990939/</guid><description>地表、彩虹 &amp;amp; 蜃景 [分类]: ( 科普 ) 地表大气温度 大气分层 彩虹角 在飞机上看到的彩虹 日晕 幻日 幻日环 环天顶弧 星芒现象 星芒现象 衍射峰 费马最小作用量原理 费马最小作用量原理：为了达到以最短的时间从A到B，光才选择了折射。 蜃景 海市蜃楼</description></item><item><title>基本物理量</title><link>https://luowei.github.io/posts/20220328-16481390879069/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16481390879069/</guid><description>基本物理量 [分类]: ( 科普 ) 物理常量 主要基本的物理常量 七个“基本物理量” 七个基本物理量常数 量纲分析 精细结构常数 物质的量 1摩尔就表示一种化学物质它所含的基本微粒个数要等于12g碳 12所包含的原子个数。即一摩尔为：拥有与 12 公克的碳 12（碳元素中相对原子质量为 12 的原</description></item><item><title>多项式、圆、复数、三角函数 &amp; 指数函数</title><link>https://luowei.github.io/posts/20220328-16484602587585/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16484602587585/</guid><description>多项式、圆、复数、三角函数 &amp;amp; 指数函数 [分类]: ( 科普 ) 泰勒展开式 sinx、cosx、e^x 泰勒展开式的初衷：探索sinx、cosx、e^x 能不能用多项式进行表达？ 欧拉公式 圆函数与双曲函数</description></item><item><title>宇宙射线</title><link>https://luowei.github.io/posts/20220328-16484597424858/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16484597424858/</guid><description>宇宙射线 [分类]: ( 科普 ) 光波频 宇宙射线的能量跨度 宇宙射线谱 高能宇宙线 宇宙射线 自旋能级 验电器 宇宙线 赫斯射线 电磁波波谱</description></item><item><title>恒星演化过程</title><link>https://luowei.github.io/posts/20220328-16484564691929/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16484564691929/</guid><description>恒星演化过程 [分类]: ( 科普 ) 宇宙演化 重元素从何而来</description></item><item><title>悬链线、悬链面、摆线</title><link>https://luowei.github.io/posts/20220328-16484605580512/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16484605580512/</guid><description>悬链线、悬链面、摆线 [分类]: ( 科普 ) 悬链线 最速降线 悬链面 零曲率面 120度夹角满足最稳定状态</description></item><item><title>日心说与天文科学</title><link>https://luowei.github.io/posts/20220328-16484562830375/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16484562830375/</guid><description>日心说与天文科学 [分类]: ( 科普 ) 日心说中的恒星天 开普勒第三定律 地轴进动 章动与岁差 视差估算距离 三角视差距 可见光度 太阳系的八大行星 八大行星 冥王星 柯伊伯帶 行星带 水星 金星 土星环 距离表</description></item><item><title>科普知识杂记</title><link>https://luowei.github.io/posts/20220328-16472460292188/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16472460292188/</guid><description>科普知识杂记 [分类]: ( 科普 ) 算筹 七万一千八百二十四 视锥细胞与视杆细胞 左手材料 介电常数与磁导率都是负值的材料 波达计数法 孔多塞投票法 幂定律 幂定律 哺乳动物中的幂律分布 搬沙发问题 幂律分布 沙堆模型 自组织临界 数字签名 椭圆曲线加密 编码 BitCoin使用Base58进行</description></item><item><title>科里奥利力：气旋、茶叶悖论、河迹湖</title><link>https://luowei.github.io/posts/20220328-16484600617269/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16484600617269/</guid><description>科里奥利力：气旋、茶叶悖论、河迹湖 [分类]: ( 科普 ) 科里奥利力 北半球的河流总是右岸比较陡 北半球热带气旋图 茶叶悖论 河迹湖 河流为什么都是弯的 弹性曲线</description></item><item><title>粒子</title><link>https://luowei.github.io/posts/20220328-16470855610191/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16470855610191/</guid><description>粒子 [分类]: ( 科普 ) 阴极射线管 正电子 费米子 费米子是用来组成物质的粒子， 玻色子 是用来传递作用力的粒子。 粒子物理标准模型 夸克模型 轻子 不可再分 强子 由夸克组成的，不是基本粒子 八重态、十重态 粒子物理标准模型</description></item><item><title>虚数</title><link>https://luowei.github.io/posts/20220328-16484605081511/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16484605081511/</guid><description>虚数 [分类]: ( 科普 ) 虚数 虚数 旋转90度</description></item><item><title>超大数 &amp; 超运算</title><link>https://luowei.github.io/posts/20220328-16484609064962/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16484609064962/</guid><description>超大数 &amp;amp; 超运算 [分类]: ( 科普 ) 葛立恒数 Tree(n)函数 超运算 超运算 A函数嵌套、Tree函数嵌套 拉姆齐(Ramsey)问题</description></item><item><title>连分数、计算圆周率π</title><link>https://luowei.github.io/posts/20220328-16484611802342/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16484611802342/</guid><description>连分数、计算圆周率π [分类]: ( 科普 ) 分割圆问题 连分数 埃及分数 连分数 连分数 根号2 与 黄金比例数Fi 连分数的特点与对PI的表示 计算圆周率π 碰撞求PI 碰撞公式 单摆周期公式 蒙特卡罗方法 计算圆周率π 布丰的针 布丰的面条</description></item><item><title>量子知识</title><link>https://luowei.github.io/posts/20220328-16469186556122/</link><pubDate>Sun, 27 Mar 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220328-16469186556122/</guid><description>量子知识 [分类]: ( 科普 ) 太阳光谱 氢原子光谱 光电效应 可见光 黑体辐射频谱 黑体相关理论 普朗克常数 能量子 量子 光量子 玻尔原子模型 电子的自旋 不确定原理 矩阵力学 海森堡,玻恩,约尔丹 电子驻波 粒子竟是一个波 波动力学 波动方程 薛定谔方程 波函数的物理意义与海森堡的不确定性</description></item><item><title>传说中的"炎黄"与两河流域</title><link>https://luowei.github.io/posts/20231017-post/</link><pubDate>Fri, 11 Mar 2022 00:42:52 +0000</pubDate><guid>https://luowei.github.io/posts/20231017-post/</guid><description>&amp;ldquo;炎黄子孙&amp;quot;传说中的&amp;quot;炎黄&amp;quot;与两河流域上乌鲁克王国的吉尔伽美什与恩奇都是同一个故事吗？ &amp;ldquo;河洛古国&amp;quot;的传说是如今河南的双槐树遗址？还是美索不达米亚平原上的两河文明? &amp;ldquo;大(夏)禹治水&amp;quot;中对于大洪水的故事与《吉尔伽美什史诗》、《圣经》中对大洪水的记录是事出同源吗？</description></item><item><title>华夏人口史</title><link>https://luowei.github.io/posts/20220110-16417497692572/</link><pubDate>Sun, 09 Jan 2022 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20220110-16417497692572/</guid><description>华夏人口史 [分类]: ( 社会 ) 为何秦以后中国频频出现人口的大幅震荡，而在先秦，罗马帝国和中世纪欧洲却没有出现类似的现象？ 中国人口变化史 中国人口与西欧人口变化史对比 曾经读到清白莲，太平，捻，回之乱共造成人口损失近两亿。其中同治陕甘回变持续长达十一年，陕甘两省共损失人口约2000万人，且绝</description></item><item><title>Swift笔记 - 08.可选链、协议</title><link>https://luowei.github.io/posts/20211222-16398570125664/</link><pubDate>Wed, 22 Dec 2021 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211222-16398570125664/</guid><description>Swift笔记 - 08.可选链、协议</description></item><item><title>Swift笔记 - 09.Any、AnyObject、is、as?、as!、as、X.self、X.</title><link>https://luowei.github.io/posts/20211223-16401860552322/</link><pubDate>Wed, 22 Dec 2021 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211223-16401860552322/</guid><description>Swift笔记 - 09.Any、AnyObject、is、as?、as!、as、X.self、X.</description></item><item><title>Swift笔记 - 10.自定义错误、try?、try!、rethrows、defer、泛型、关联类</title><link>https://luowei.github.io/posts/20211223-16401913901498/</link><pubDate>Wed, 22 Dec 2021 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211223-16401913901498/</guid><description>Swift笔记 - 10.自定义错误、try?、try!、rethrows、defer、泛型、关联类</description></item><item><title>Swift笔记 - 11.溢出运算符、Equatable、Comparable、自定义运算符、Cus</title><link>https://luowei.github.io/posts/20211223-16401938871161/</link><pubDate>Wed, 22 Dec 2021 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211223-16401938871161/</guid><description>Swift笔记 - 11.溢出运算符、Equatable、Comparable、自定义运算符、Cus</description></item><item><title>甲骨文上的祖、女、民</title><link>https://luowei.github.io/posts/20211219-16398377823510/</link><pubDate>Sat, 18 Dec 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211219-16398377823510/</guid><description>甲骨文上的祖、女、民 [分类]: ( 社会 ) 祖 商朝人刻在甲骨上的“祖”字，一种解读为对生殖的崇拜，另一说法则是对绵延子嗣的期许。 甲骨文： 且通祖，商朝人对神的崇拜。 甲骨文： 吉：男女结合是为吉，上为男根，下为女阴。吉祥、吉利、吉日、吉时、吉服。 甲骨文： 孕，女的肚子里有子 甲骨文： 娩，</description></item><item><title>Swift笔记 - 05.结构体、类</title><link>https://luowei.github.io/posts/20211219-16397575931150/</link><pubDate>Sat, 18 Dec 2021 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211219-16397575931150/</guid><description>Swift笔记 - 05.结构体、类</description></item><item><title>Swift笔记 - 06.属性</title><link>https://luowei.github.io/posts/20211219-16397667174812/</link><pubDate>Sat, 18 Dec 2021 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211219-16397667174812/</guid><description>Swift笔记 - 06.属性</description></item><item><title>Swift笔记 - 07.单例模式、方法、下标、返回值、初始化</title><link>https://luowei.github.io/posts/20211219-16398518926297/</link><pubDate>Sat, 18 Dec 2021 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211219-16398518926297/</guid><description>Swift笔记 - 07.单例模式、方法、下标、返回值、初始化</description></item><item><title>Freedom/Liberty</title><link>https://luowei.github.io/posts/20211218-16393297841779/</link><pubDate>Fri, 17 Dec 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211218-16393297841779/</guid><description>Freedom/Liberty [分类]: ( 社会 ) 1、谁也不能剥夺我们自由的意志。 No one can deprive our free will. 2、自由的土地必须一寸寸夺取。 Free land must be inching capture. 3、世上最美好的事物是言论自由。 Th</description></item><item><title>Apple Logo</title><link>https://luowei.github.io/posts/20211217-16396733770604/</link><pubDate>Thu, 16 Dec 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211217-16396733770604/</guid><description>Apple Logo</description></item><item><title>山巅之城会沦为大号利比里亚吗</title><link>https://luowei.github.io/posts/20230905-post-20fada80/</link><pubDate>Thu, 16 Dec 2021 14:32:30 +0000</pubDate><guid>https://luowei.github.io/posts/20230905-post-20fada80/</guid><description>要是哪天这山巅之城有哪位总统就职时不再手按Bible，那就可能沦为大号利比里亚了。 &lt;a href="https://m.sohu.com/a/125025490_610982/?_trans_=010005_pcwzywxewmsm">https://m.sohu.com/a/125025490_610982/?_trans_=010005_pcwzywxewmsm&lt;/a></description></item><item><title>Swift笔记 - 01.编译</title><link>https://luowei.github.io/posts/20211217-16396673019928/</link><pubDate>Thu, 16 Dec 2021 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211217-16396673019928/</guid><description>Swift笔记 - 01.编译</description></item><item><title>Swift笔记 - 02.switch、case、where、标签语句、函数、可变参数、别名</title><link>https://luowei.github.io/posts/20211217-16396683439682/</link><pubDate>Thu, 16 Dec 2021 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211217-16396683439682/</guid><description>Swift笔记 - 02.switch、case、where、标签语句、函数、可变参数、别名</description></item><item><title>Swift笔记 - 03.枚举类型、可选项</title><link>https://luowei.github.io/posts/20211217-16396711050226/</link><pubDate>Thu, 16 Dec 2021 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211217-16396711050226/</guid><description>Swift笔记 - 03.枚举类型、可选项</description></item><item><title>Swift笔记 - 04.MemoryLayout 与 常用汇编指令</title><link>https://luowei.github.io/posts/20211217-16396837773112/</link><pubDate>Thu, 16 Dec 2021 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211217-16396837773112/</guid><description>Swift笔记 - 04.MemoryLayout 与 常用汇编指令</description></item><item><title>Freedom/Liberty</title><link>https://luowei.github.io/posts/20211213-16393297841779/</link><pubDate>Sun, 12 Dec 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211213-16393297841779/</guid><description>Freedom/Liberty</description></item><item><title>iOS面试常问</title><link>https://luowei.github.io/posts/20211130-ios_nsobect_c_objc_object/</link><pubDate>Mon, 29 Nov 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211130-ios_nsobect_c_objc_object/</guid><description>iOS面试常问</description></item><item><title>Swift面试笔记</title><link>https://luowei.github.io/posts/20211130-swift/</link><pubDate>Mon, 29 Nov 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211130-swift/</guid><description>Swift面试笔记</description></item><item><title>高级操作系统之同步锁代码</title><link>https://luowei.github.io/posts/20211130-15905889002688/</link><pubDate>Mon, 29 Nov 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211130-15905889002688/</guid><description>高级操作系统之同步锁代码</description></item><item><title>SQLite 常用查询语句</title><link>https://luowei.github.io/posts/20211130-15945414403299/</link><pubDate>Mon, 29 Nov 2021 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211130-15945414403299/</guid><description>SQLite 常用查询语句</description></item><item><title>二分搜索</title><link>https://luowei.github.io/posts/20211129-16371658013753/</link><pubDate>Sun, 28 Nov 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211129-16371658013753/</guid><description>二分搜索</description></item><item><title>冒泡排序</title><link>https://luowei.github.io/posts/20211129-16290391287595/</link><pubDate>Sun, 28 Nov 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211129-16290391287595/</guid><description>冒泡排序</description></item><item><title>基数排序</title><link>https://luowei.github.io/posts/20211129-16290748947045/</link><pubDate>Sun, 28 Nov 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211129-16290748947045/</guid><description>基数排序</description></item><item><title>堆排序</title><link>https://luowei.github.io/posts/20211129-16300814933154/</link><pubDate>Sun, 28 Nov 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211129-16300814933154/</guid><description>堆排序</description></item><item><title>希尔排序</title><link>https://luowei.github.io/posts/20211129-16300887528336/</link><pubDate>Sun, 28 Nov 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211129-16300887528336/</guid><description>希尔排序</description></item><item><title>归并排序</title><link>https://luowei.github.io/posts/20211129-16290433321030/</link><pubDate>Sun, 28 Nov 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211129-16290433321030/</guid><description>归并排序</description></item><item><title>快速排序</title><link>https://luowei.github.io/posts/20211129-16290473856382/</link><pubDate>Sun, 28 Nov 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211129-16290473856382/</guid><description>快速排序</description></item><item><title>插入排序</title><link>https://luowei.github.io/posts/20211129-16290419016922/</link><pubDate>Sun, 28 Nov 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211129-16290419016922/</guid><description>插入排序</description></item><item><title>桶排序</title><link>https://luowei.github.io/posts/20211129-16291104321348/</link><pubDate>Sun, 28 Nov 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211129-16291104321348/</guid><description>桶排序</description></item><item><title>计数排序</title><link>https://luowei.github.io/posts/20211129-16290506623279/</link><pubDate>Sun, 28 Nov 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211129-16290506623279/</guid><description>计数排序</description></item><item><title>选择排序</title><link>https://luowei.github.io/posts/20211129-16290406244769/</link><pubDate>Sun, 28 Nov 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211129-16290406244769/</guid><description>选择排序</description></item><item><title>说明书-iPad多指触控板</title><link>https://luowei.github.io/posts/20211116-16369931933363/</link><pubDate>Mon, 15 Nov 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211116-16369931933363/</guid><description>说明书 iPad多指触控板 [分类]: ( 说明书 ) 【触控键盘快捷连接】 1、侧面开关拨到ON，蓝灯亮； 2、同时按下FN和C键，激活蓝牙，蓝灯闪烁； 3、打开设备 设置 蓝牙 搜索：SI54333 4、按回车键确认连接。 5、切换到相应的系统，同时按下 f n 、Q：苹果系统， 同时按下f n</description></item><item><title>2020各国、地区经济对比</title><link>https://luowei.github.io/posts/20211114-16368267537099/</link><pubDate>Sat, 13 Nov 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211114-16368267537099/</guid><description>2020各国、地区经济对比 [分类]: ( 其他 ) 几个主要的国家地区 中国及台湾地区 其他地区</description></item><item><title>Adblock 拦截规则</title><link>https://luowei.github.io/posts/20211029-adblock_ios_adblockplus_api_can/</link><pubDate>Thu, 28 Oct 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211029-adblock_ios_adblockplus_api_can/</guid><description>Adblock 拦截规则</description></item><item><title>心理防卫机制、投射、合理化</title><link>https://luowei.github.io/posts/20211029-16354345776427/</link><pubDate>Thu, 28 Oct 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211029-16354345776427/</guid><description>心理防卫机制、投射、合理化 [分类]: ( 心理 ) 文章来源： 心理防卫机制 （Defence mechanism）是指我们无意识的心理机制去减少因不可接受或潜在有害的事物而来的焦虑。 自我防御机制的特征 防御机制往往是出于不自觉反应，它们是无意识的或至少是部分无意识的，真正的防御机制是无意识进行</description></item><item><title>终端Terminal中设置代理</title><link>https://luowei.github.io/posts/20211029-terminal_linux_sh_export_proxy/</link><pubDate>Thu, 28 Oct 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211029-terminal_linux_sh_export_proxy/</guid><description>终端Terminal中设置代理</description></item><item><title>压迫感与舒适感</title><link>https://luowei.github.io/posts/20211025-16351709581172/</link><pubDate>Sun, 24 Oct 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20211025-16351709581172/</guid><description>压迫感与舒适感 [分类]: ( 情感 ) 压迫感 是吸引力的关键，可以类比的理解为攻击性或说Powerbility。 舒适感 是可得性的另一种表达。 压迫感与舒适感是对立的，正确的方式应该是压迫感与舒适感有一个平衡的比例，压迫感占六分，舒适感感四分。</description></item><item><title>中国人眼中的世界</title><link>https://luowei.github.io/posts/20230709-post/</link><pubDate>Mon, 16 Aug 2021 17:46:15 +0000</pubDate><guid>https://luowei.github.io/posts/20230709-post/</guid><description>中国人眼中的世界：天朝上国无所不有，历史文化悠久源远流长博大精深，本不必与夷蛮戎狄奇技淫巧之流互通有无。 中国经典的二律背反： &amp;hellip;</description></item><item><title>中文地址英译写法</title><link>https://luowei.github.io/posts/20230409-demo/</link><pubDate>Thu, 05 Aug 2021 21:38:28 +0000</pubDate><guid>https://luowei.github.io/posts/20230409-demo/</guid><description>中文地址英译写法 Demo 中国上海市浦东新区莱阳路888弄88号08室</description></item><item><title>为什么表面追求大公无私，私底下却热爱厚黑学：中国人的公平观</title><link>https://luowei.github.io/posts/20210803-16279766125319/</link><pubDate>Mon, 02 Aug 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210803-16279766125319/</guid><description>为什么表面追求大公无私，私底下却热爱厚黑学：中国人的公平观 [分类]: ( 社会 ) 作者：翟学伟 公平是人类社会所追求的共同理想。但在历史的长河中，人们对它的认识和理解却不相同，也造成了社会建构及其运行模式上的差异。以往对于这一问题的探讨主要集中于思想史、伦理学、政治哲学、政治学当中，而在社会学方</description></item><item><title>西班牙宗教改革及罗马天主教会的自我革新</title><link>https://luowei.github.io/posts/20230916-post-ad89508b/</link><pubDate>Mon, 02 Aug 2021 09:11:46 +0000</pubDate><guid>https://luowei.github.io/posts/20230916-post-ad89508b/</guid><description>西班牙宗教改革及罗马天主教会的自我革新 耶酥会 法国的宗教战争 胡格诺派</description></item><item><title>搭讪雷区</title><link>https://luowei.github.io/posts/20210726-16272296381248/</link><pubDate>Sun, 25 Jul 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210726-16272296381248/</guid><description>搭讪雷区 [分类]: ( 情感 ) 开始话题遗留太久 从开场白开始，尽快越过这个话题，开启新话题 不要尴尬的聊天，也不要没话找话聊 不要花太多时间追上她 搭讪时要以最快的速度追上移动中女生，并开启聊天 你犹豫徘徊太久就会不断焦虑，最终导致不好的结果 搭讪不要站的距离太远 距离不要太远，保持在一个膀子</description></item><item><title>自然吸引</title><link>https://luowei.github.io/posts/20210725-16272248861072/</link><pubDate>Sat, 24 Jul 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210725-16272248861072/</guid><description>自然吸引 [分类]: ( 情感 ) 两性吸引根本差异 男性 靠视觉,在3秒内做决定 用逻辑做决定、理性 女性 凭感觉 面对一个女生，不能用逻辑说服她，需要在感觉层面与她沟通，她看重此时此刻的欢乐愉快的感觉； 与女人谈恋爱一定要走感觉的路线，关注她的情绪； 靠感性做选择、逻辑上说不通，完全凭感觉 吸引</description></item><item><title>不要去潮笑阿Q，阿Q是我，我就是阿Q!</title><link>https://luowei.github.io/posts/20230909-q_q_q/</link><pubDate>Mon, 28 Jun 2021 09:33:13 +0000</pubDate><guid>https://luowei.github.io/posts/20230909-q_q_q/</guid><description>不要去潮笑阿Q，阿Q是我，我就是阿Q!</description></item><item><title>欧洲中世纪的历史 - 德意志第一帝国 —— 神圣罗马帝国</title><link>https://luowei.github.io/posts/20230913-post-4b785003/</link><pubDate>Tue, 22 Jun 2021 02:49:16 +0000</pubDate><guid>https://luowei.github.io/posts/20230913-post-4b785003/</guid><description>欧洲中世纪的历史 德意志第一帝国 —— 神圣罗马帝国的邦国地图(公元962年) 神圣罗马帝国国徽 法兰克开始归信基督教 西罗马被蛮族统治的版图 与圣经历史对比 欧洲地形及版图 查士丁尼一世收复亚平宁半岛和北非 伦巴第王国 阿拉伯西进 -</description></item><item><title>互害型社会</title><link>https://luowei.github.io/posts/20210612-16234884467391/</link><pubDate>Sat, 12 Jun 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210612-16234884467391/</guid><description>互害型社会 [分类]: ( 社会 ) &amp;lt;audio controls src=&amp;ldquo;&lt;a href="https://github.com/luowei/media">https://github.com/luowei/media&lt;/a> files/blob/master/mp3/society/%E9%80%B2%E5%85%A5%E2%80%9C%E4%BA%92%E5%AE%B3%E5</description></item><item><title>对两性情感的体会与原则</title><link>https://luowei.github.io/posts/20210607-16229997858911/</link><pubDate>Sun, 06 Jun 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210607-16229997858911/</guid><description>对两性情感的体会与原则 [分类]: ( 情感 ) 女权的不合理性； 基于兴趣爱好聊什么； 不要连续问两个以上的问题； 问问题后对方给予价值回复后，应相应的有价值输出、有价值解读； 要有强眼神交流，不能躲闲、退缩眼神的交流； 要有自己的标准、不要在乎结果如何； 发现特质、适当赋格与失格； 不能自我退缩</description></item><item><title>幽默感常见的4个思维</title><link>https://luowei.github.io/posts/20210531-16223928796702/</link><pubDate>Sun, 30 May 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210531-16223928796702/</guid><description>幽默感常见的4个思维 [分类]: ( 学习 ) 1.逆向思维 例如，她问他：&amp;ldquo;我可以加你微信吗？&amp;quot;，他看了她眼睛3秒后说：&amp;ldquo;不可以！&amp;quot;，待她快放弃时，他笑着说：&amp;ldquo;我开玩笑的！当然可以啦，哈哈！&amp;rdquo; 2.意外思维 例如，大家叫Kan去安装灯泡，可电源都没关Kan就直接伸手去拆装，大家说:&amp;ldquo;啊，电源还没关</description></item><item><title>眼神交流的带入感</title><link>https://luowei.github.io/posts/20210530-16223254480709/</link><pubDate>Sat, 29 May 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210530-16223254480709/</guid><description>眼神交流的带入感 [分类]: ( 学习 ) 看着对方的眼睛，充分并长时间的眼神交流，是解决社交恐惧症与焦虑感的最好方式。 当你上讲台后有很强的焦虑感时，看着底下观众的眼睛，和他们有眼神的交流时，你就能很快的被带入现场，焦虑感与不适感就立马消失了，一切都变得很自然了。 同样，当你去搭讪一个陌生人时，也</description></item><item><title>曼森方法精要</title><link>https://luowei.github.io/posts/20210529-16222855215448/</link><pubDate>Fri, 28 May 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210529-16222855215448/</guid><description>曼森方法精要 [分类]: ( 情感 ) 男人的两大问题 升级焦虑 把未知的事情变成可预见；如提前在语言上去释放这种感觉。 自我ASD 表现为自我拒绝、自我退缩、以及退缩后的自我合理化；男生要做应该是比女生更加不要脸。 自在感与约束感 不要自我的抗拒与退缩； 需要建立自己的预选框架； 摆脱社会框架；摆</description></item><item><title>帝王的赫赫武功不是人民的荣耀</title><link>https://luowei.github.io/posts/20230905-post-4a950029/</link><pubDate>Thu, 08 Apr 2021 09:41:27 +0000</pubDate><guid>https://luowei.github.io/posts/20230905-post-4a950029/</guid><description>帝王的赫赫武功不是人民的荣耀，而是千百万普通人的苦难。</description></item><item><title>使用 Swift Package Manager</title><link>https://luowei.github.io/posts/20210330-swift_package_manager_ios_sh/</link><pubDate>Mon, 29 Mar 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210330-swift_package_manager_ios_sh/</guid><description>使用 Swift Package Manager</description></item><item><title>罗马, 罗马</title><link>https://luowei.github.io/posts/20230917-memo/</link><pubDate>Thu, 25 Mar 2021 21:33:19 +0000</pubDate><guid>https://luowei.github.io/posts/20230917-memo/</guid><description/></item><item><title>macOS/iOS中的I/O多路复用方案kqueue</title><link>https://luowei.github.io/posts/20210312-macos_ios_i_o_kqueue/</link><pubDate>Thu, 11 Mar 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210312-macos_ios_i_o_kqueue/</guid><description>macOS/iOS中的I/O多路复用方案kqueue</description></item><item><title>关系与权力：从共同体到国家之路</title><link>https://luowei.github.io/posts/20210303-16146976042592/</link><pubDate>Tue, 02 Mar 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210303-16146976042592/</guid><description>关系与权力：从共同体到国家之路 [分类]: ( 社会 ) 中国人之最重要的生活理想之一，就是实现个人从共同体向国家的跨越，即通过其紧密的社会网络来进入官僚体制。这种生活之路之前提，同中国社会结构设计上的“官”与“民”之间的鸿沟以及功名之路有因果关系。由于中国社会不鼓励个人奋斗，因此个人的成长离不开家</description></item><item><title>报的运作方位</title><link>https://luowei.github.io/posts/20210303-16147183643662/</link><pubDate>Tue, 02 Mar 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210303-16147183643662/</guid><description>报的运作方位 [分类]: ( 社会 ) 报的运行及其结构在相关研究中几乎一直是一个空白。其原因是它的含义被交换理论之发展所掩盖。报所具有的交换方式要求在一种社会与文化的封闭系统中运行，从而使其在稳定性、原则和层次性等方面都表现出自己的特征。而这一要求同中国传统社会和文化结构之间保持着高度的一致性。但</description></item><item><title>“朋友有信”与现代社会信任</title><link>https://luowei.github.io/posts/20210301-16145852200043/</link><pubDate>Sun, 28 Feb 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210301-16145852200043/</guid><description>“朋友有信”与现代社会信任 [分类]: ( 社会 ) 信任是一种复杂的社会与心理现象，是不同社会群体凝聚共识、形成共同价值取向的基础。在社会建设中大力倡导信任建设，对于处在社会转型期的中国而言，意义重大。围绕社会信任，既需要宏大的制度分析和框架构思，也需要文化的批判与反思；既需要机制体制和政策法规的</description></item><item><title>人情与制度：平衡还是制衡？</title><link>https://luowei.github.io/posts/20210301-16145904862061/</link><pubDate>Sun, 28 Feb 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210301-16145904862061/</guid><description>人情与制度：平衡还是制衡？ [分类]: ( 社会 ) 人情是中国文化的核心概念，其基本含义似乎与规范与制度相对应。正因为此，当今中国社会寄期望于通过加强制度建设来遏制人情的泛滥。此文通过对大学里一件小事的描述，借助于功能现实主义的方法，将其提升到公设、前提和推论上，对中国社会中的人情运作进行了比较系</description></item><item><title>情、理、法</title><link>https://luowei.github.io/posts/20210301-16145944587232/</link><pubDate>Sun, 28 Feb 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210301-16145944587232/</guid><description>情、理、法 [分类]: ( 社会 ) 传统中国社会讲的情、理、法是什么？ 我的理解情应该就是人情；理应该就是道理，也就是所谓的天理逻辑；法应该就是规章制度，或者说王法、章法、法制也可差不多。 传统上所说的无法无天就应该说的是：没有没王法没了天理了。</description></item><item><title>面子、人情的秩序功能及其当下变异</title><link>https://luowei.github.io/posts/20210301-16145327677100/</link><pubDate>Sun, 28 Feb 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210301-16145327677100/</guid><description>面子、人情的秩序功能及其当下变异 [分类]: ( 社会 ) 面子、人情曾在传统熟人社会中发挥出积极的秩序功能：面子不仅可以激励人们养成良好的行为习惯，也可以抑制其不良行为；人情在物质匮乏的年代承担着社会互助的功能，经由此种互助，人们之间还能形成一种紧密的社会团结。然而在当下，随着传统“熟人社会”的式</description></item><item><title>信任的本质</title><link>https://luowei.github.io/posts/20210228-16144488772664/</link><pubDate>Sat, 27 Feb 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210228-16144488772664/</guid><description>信任的本质 [分类]: ( 读书 ) 文化意义 在中国文化中，信任是人们在社会交往发生可疑时而形成的中间地带，可细分为放心关系和信任关系及无信任关系 信任理论 信任的含义不确定。信任在中国涉及到信、诚信、信誉、信赖、相信、信息、信用，也涉及到真诚、善意、诚实、忠义、欺诈等道德和伦理品质。这种内涵互涉</description></item><item><title>关系、耻感与脸面</title><link>https://luowei.github.io/posts/20210228-16145190496822/</link><pubDate>Sat, 27 Feb 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210228-16145190496822/</guid><description>关系、耻感与脸面 [分类]: ( 读书 ) 关系与信任 中国人所谓的guanxi（关系)的含义更接近于个人关系(personal relatuonship)而非人际关系(interpersonal relationship)。关（guanxi）在中国人的实际使用中有三层含义；认定的关系（家人、老乡、</description></item><item><title>面子心态的流变、影响与出路</title><link>https://luowei.github.io/posts/20210228-16145077771639/</link><pubDate>Sat, 27 Feb 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210228-16145077771639/</guid><description>面子心态的流变、影响与出路 [分类]: ( 读书 ) 面子是在中国关系式社会中孕育而出的一种独特的心理机制。以价值规范为基础的羞耻属性和以利益为基础的竞争属性是其两种基本属性。前者是社会秩序的保证，后者是社会发展的内驱力，一个社会的有序、持续发展，两者缺一不可。人口流动是传统面子观发生流变与新面子观</description></item><item><title>关系取向</title><link>https://luowei.github.io/posts/20210227-16144386989932/</link><pubDate>Fri, 26 Feb 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210227-16144386989932/</guid><description>关系取向 [分类]: ( 读书 ) 中国人的价值与行为取向 从本土社会与文化特征出发，提出中国人是关系取向，也叫关系本位或者关系主义。 关系取向的内部还有其他的表述，比如情境中心、家族主义、社会取向、权威主义、人情与面子模式等。 中国人建构起来的看人、看社会、看世界的基本方法均带有关系性，其相应的思</description></item><item><title>Mach原语</title><link>https://luowei.github.io/posts/20210226-mach_ipc_synchronization_hw_lock/</link><pubDate>Thu, 25 Feb 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210226-mach_ipc_synchronization_hw_lock/</guid><description>Mach原语</description></item><item><title>伪君子</title><link>https://luowei.github.io/posts/20210210-16128874907877/</link><pubDate>Tue, 09 Feb 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210210-16128874907877/</guid><description>伪君子 [分类]: ( 学习 ) 孔老都说周朝末期已礼崩乐坏，这应该说的是他们认为从先前的讲规矩讲礼仪的文明社会退化到了大家都不讲规矩的野蛮的丛林社会的一种感叹。 商鞅之后更是开启了千年恶法帝制周期更迭的时代，虽说儒家大多都是满嘴仁义道德，一肚子男盗女娼的伪君子，但在价值观层面总体还是在追求一种向善</description></item><item><title>中国式逻辑</title><link>https://luowei.github.io/posts/20210201-16121604981905/</link><pubDate>Sun, 31 Jan 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210201-16121604981905/</guid><description>中国式逻辑 [分类]: ( 学习 ) 韩寒说，世界上有两种逻辑。一种叫逻辑，另一种叫“中国逻辑”。</description></item><item><title>历史是由流氓导演并主演的</title><link>https://luowei.github.io/posts/20210201-article-459f0e04/</link><pubDate>Sun, 31 Jan 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210201-article-459f0e04/</guid><description>历史是由流氓导演并主演的</description></item><item><title>古代历朝地图</title><link>https://luowei.github.io/posts/20210201-16119385856517/</link><pubDate>Sun, 31 Jan 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210201-16119385856517/</guid><description>古代历朝地图 [分类]: ( 学习 ) 这片土地上几千年来纷扰不断、王朝更迭，多少百姓如蝼蚁般在这兴亡更替中化作枯骨，何时能跳出这万恶的兴亡周期律？ 周朝地图 春秋初期诸侯国 春秋后期诸侯国 战国初期 战国末期 暴秦帝国 秦末 汉初十国十五郡 汉末十三州 汉朝十三州 东汉建安元年地图 三国顶立 晋隋</description></item><item><title>文明语录</title><link>https://luowei.github.io/posts/20210130-16118555996274/</link><pubDate>Fri, 29 Jan 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210130-16118555996274/</guid><description>文明语录 [分类]: ( 读书 ) 李承鹏说：&amp;ldquo;我写作只是为了尊严······&amp;quot;。是的，我们从其字里行间可以看出，为了尊严，他在呼唤平等！但在一个等级森严，尊卑有序，人权如粪的社会里，底层百姓生如蝼蚁，尊严是奢谈；权贵得到的也只不过是奴才的阿谀奉承和奴隶的厌恶憎恨，同样得不到做人的尊严！只有走出弱肉</description></item><item><title>大环境与小社会</title><link>https://luowei.github.io/posts/20210129-16118544332816/</link><pubDate>Thu, 28 Jan 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210129-16118544332816/</guid><description>大环境与小社会 [分类]: ( 读书 ) 我们对大环境的感知往往都不那么现实，因为大环境看起来都离我们很远。但是我们对自身所处的小社会环境的感知却是很明显的，一个很简单的例子就能说明，比如你对自己所处的小圈子满不满意，对自己所处的小环境是不是真诚、友爱、善良、和谐，彼此相互信任的。 大环境是由各种各</description></item><item><title>霜天晓月•梅</title><link>https://luowei.github.io/posts/20210129-16118536697858/</link><pubDate>Thu, 28 Jan 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210129-16118536697858/</guid><description>霜天晓月•梅 [分类]: ( 读书 ) 霜天晓月•梅 宋 萧泰来 千霜万雪。受尽寒磨折。赖是生来瘦硬，浑不怕、角吹彻。 清绝。影也别。知心惟有月。原没春风情性，如何共、海棠说。</description></item><item><title>主权与人权</title><link>https://luowei.github.io/posts/20210128-16118065813652/</link><pubDate>Wed, 27 Jan 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210128-16118065813652/</guid><description>主权与人权 [分类]: ( 读书 ) 为什么“人权高于主权”会成为国际共识？ 1975年红色高棉领袖导演了一场激起强烈民族仇恨的大屠杀，导致柬埔寨国内人口在3年8月时间内骤减了三分之一。 1994年非洲国家卢旺达国内的胡图族和图西族之间发生大规模冲突，最后发展为两个部族之间的互相残杀，导致在1个月内</description></item><item><title>政治与良知</title><link>https://luowei.github.io/posts/20210128-16118318186446/</link><pubDate>Wed, 27 Jan 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210128-16118318186446/</guid><description>政治与良知 [分类]: ( 读书 ) 【转】 作者：&lt;a href="">佚名&lt;/a> 源：&lt;a href="">多元思想&lt;/a> 著名思想家约翰· 亚当斯曾经说过： “我必须研究政治和战争，那么我的儿子们也许才会拥有研究数学和哲学、地理学、自然史、军舰建造、航海术、商业和农业的自由，以便给他们的孩子们研究绘画、诗歌、音乐、建筑、雕塑、织艺和</description></item><item><title>异或的两个常见应用</title><link>https://luowei.github.io/posts/20210121-xor_0_1_x_01111010/</link><pubDate>Wed, 20 Jan 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210121-xor_0_1_x_01111010/</guid><description>异或的两个常见应用</description></item><item><title>暴力与生产力</title><link>https://luowei.github.io/posts/20210120-16111079704675/</link><pubDate>Tue, 19 Jan 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210120-16111079704675/</guid><description>暴力与生产力 [分类]: ( 读书 ) 这个世界有两种力量，马克思只说了生产力，却忽视了暴力(破坏力)。 在动物世界里植被与食草动物是生产力的代表，食肉动物是暴力的代表； 自古以来暴力(或说是破坏力)在人类社会里也占据着非常重要的地位，政权往往象征着暴力，拥有权力往往也就代表拥有暴力，相比靠提高生产</description></item><item><title>iOS &amp; macOS 的 framwork 与 dylib 目录</title><link>https://luowei.github.io/posts/20210119-ios_macos_framwork_dylib_framework/</link><pubDate>Mon, 18 Jan 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210119-ios_macos_framwork_dylib_framework/</guid><description>iOS &amp;amp; macOS 的 framwork 与 dylib 目录</description></item><item><title>丛林社会</title><link>https://luowei.github.io/posts/20210117-16108710039762/</link><pubDate>Sat, 16 Jan 2021 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210117-16108710039762/</guid><description>丛林社会 [分类]: ( 读书 ) 有人说的很有道理，社会分两种，一种叫文明社会，一种叫丛林社会。 丛林社会讲求破坏规则、弱肉强食，都是强权暴力说了算。 普通人最大的信仰就是活着，领袖的奋斗目标永远是集权以保自身安全。 丛林社会里，每个人都不可能活地轻松自在又安全。</description></item><item><title>2020年印(影)象(响)深刻的大家们</title><link>https://luowei.github.io/posts/20210101-16094339866828/</link><pubDate>Thu, 31 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210101-16094339866828/</guid><description>2020年印(影)象(响)深刻的大家们 [分类]: ( 读书 ) 数说这十年印(影)象(响)深刻的大家们。 十年前的余世维、郎咸平们，五年前的高晓松、罗振宇、宋鸿兵们，他们的思想观念虽然让人有所成长，但并没有让人弄清是非价值，也让人活明白或没唤醒什么。2020年是思想觉醒的一年，也是慢慢明白的一年，</description></item><item><title>2020年还是买了很多书</title><link>https://luowei.github.io/posts/20210101-2020_w819_w858_w861_w453/</link><pubDate>Thu, 31 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210101-2020_w819_w858_w861_w453/</guid><description>2020年还是买了很多书</description></item><item><title>文学与文化</title><link>https://luowei.github.io/posts/20210101-16094421226098/</link><pubDate>Thu, 31 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20210101-16094421226098/</guid><description>文学与文化 [分类]: ( 读书 ) 现在很多人学习文化，读了几十年的书，对文学与文化这两个概念都没有理解。可能很多人会这样简单的理解，包括我自己以前也这样认为的。以为文学就是文字学，文化就是文字化，以为文学的目的就是学习文字、学会认字读书看报，以为文化的目的就是让大众都能认字读书看报。 其实文学与</description></item><item><title>Fastlane自动打包配置</title><link>https://luowei.github.io/posts/20201230-fastlane_ios_fastfile_ruby_default/</link><pubDate>Tue, 29 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201230-fastlane_ios_fastfile_ruby_default/</guid><description>Fastlane自动打包配置</description></item><item><title>帝王困境</title><link>https://luowei.github.io/posts/20201229-16092380384182/</link><pubDate>Mon, 28 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201229-16092380384182/</guid><description>帝王困境 [分类]: ( 读书 ) 帝王为了集权就会打压与自己相左的各路诸侯豪强，但如果没有对他们彻底绝对地斩草除根、诛灭九族的话，就会有树敌过多的后患，而后如果退下来丢了权力，必自身难保，结局就会很惨，也不会善终，各路仇家也更不会放过，这就逼得帝王更要一直紧抓权力不放，永远唯我(家)独尊下去，因为</description></item><item><title>独立开发者 —— 经验导览</title><link>https://luowei.github.io/posts/20201225-16088328831324/</link><pubDate>Thu, 24 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201225-16088328831324/</guid><description>独立开发者 —— 经验导览</description></item><item><title>iOS 中 NSProxy 的特性与应用</title><link>https://luowei.github.io/posts/20201215-ios_nsproxy_target_nsobject_void/</link><pubDate>Mon, 14 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201215-ios_nsproxy_target_nsobject_void/</guid><description>iOS 中 NSProxy 的特性与应用</description></item><item><title>iOS 中常见的内存泄漏</title><link>https://luowei.github.io/posts/20201215-ios_memory_leak_out_1/</link><pubDate>Mon, 14 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201215-ios_memory_leak_out_1/</guid><description>iOS 中常见的内存泄漏</description></item><item><title>开小灶</title><link>https://luowei.github.io/posts/20201215-article/</link><pubDate>Mon, 14 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201215-article/</guid><description>开小灶</description></item><item><title>Json学编程开发——B站直播间</title><link>https://luowei.github.io/posts/20201214-json_b_live_qr_ios/</link><pubDate>Sun, 13 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201214-json_b_live_qr_ios/</guid><description>Json学编程开发——B站直播间</description></item><item><title>2020年全年主要日程清单</title><link>https://luowei.github.io/posts/20201212-16077051392984/</link><pubDate>Fri, 11 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201212-16077051392984/</guid><description>2020年全年主要日程清单 [分类]: ( 学习 ) 2020年主要分以下几个阶段： 1 4月份主要在学习； 5 9月份完成了shell自动化脚本pod自动验证构建、博客自动发布、docker服务自动管理、35个pod库项目、万能输入法、五笔输入法、刷英语以记事日历APP的开发及上线发布； 10月份</description></item><item><title>深入理解iOS 中的 Runloop</title><link>https://luowei.github.io/posts/20201212-ios_runloop_cpu_io_i/</link><pubDate>Fri, 11 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201212-ios_runloop_cpu_io_i/</guid><description>深入理解iOS 中的 Runloop</description></item><item><title>打天下</title><link>https://luowei.github.io/posts/20201102-16042483750458/</link><pubDate>Thu, 10 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201102-16042483750458/</guid><description>打天下 [分类]: ( 读书 ) 用穷人的命、富人的钱。 毛诗评‘封建制’和‘郡县制’ 可怜无定河边骨，犹是春闺梦里人。 岂知那尸山血海。一将功成万骨枯。</description></item><item><title>无神论者既是一种愚蠢也是一种道德缺陷</title><link>https://luowei.github.io/posts/20230910-post/</link><pubDate>Thu, 10 Dec 2020 01:15:16 +0000</pubDate><guid>https://luowei.github.io/posts/20230910-post/</guid><description>无神论者既是一种愚蠢，也是一种道德缺陷。很多人的愚蠢是一种道德上的缺陷，而不是一种智力上的缺陷。这种愚蠢是一种比恶更加危险的敌人，因为恶还可以拿善、拿正义去抵抗，而这种愚蠢却是没办法去抵抗，因为这种愚蠢不服从理性、也没有运行规则。</description></item><item><title>大国小民</title><link>https://luowei.github.io/posts/20201028-16038868005861/</link><pubDate>Wed, 09 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201028-16038868005861/</guid><description>大国小民 [分类]: ( 随感 ) 帝王的赫赫武功不是人民的荣耀，而是苦难，是千万老百姓的命和富人的钱换来的。不是落后就会挨打，而是野蛮才会招打。</description></item><item><title>古代中国梦</title><link>https://luowei.github.io/posts/20201208-article/</link><pubDate>Mon, 07 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201208-article/</guid><description>古代中国梦</description></item><item><title>深入理解 iOS 中 GCD 原理</title><link>https://luowei.github.io/posts/20201208-ios_gcd_1_pc_2/</link><pubDate>Mon, 07 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201208-ios_gcd_1_pc_2/</guid><description>深入理解 iOS 中 GCD 原理</description></item><item><title>Objective-C当中的Block</title><link>https://luowei.github.io/posts/20201207-objective_c_block_blocks_c_clang/</link><pubDate>Sun, 06 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201207-objective_c_block_blocks_c_clang/</guid><description>Objective-C当中的Block</description></item><item><title>Objective-C中Class、NSObject、id的本质</title><link>https://luowei.github.io/posts/20201206-objective_c_class_nsobject_id_objc/</link><pubDate>Sat, 05 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201206-objective_c_class_nsobject_id_objc/</guid><description>Objective-C中Class、NSObject、id的本质</description></item><item><title>Xcode断点调试与lldb常用命令</title><link>https://luowei.github.io/posts/20201206-xcode_lldb_ios_sayhello_repl/</link><pubDate>Sat, 05 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201206-xcode_lldb_ios_sayhello_repl/</guid><description>Xcode断点调试与lldb常用命令</description></item><item><title>C语言中const关键字使用总结</title><link>https://luowei.github.io/posts/20201205-c_const_1_int_p/</link><pubDate>Fri, 04 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201205-c_const_1_int_p/</guid><description>C语言中const关键字使用总结</description></item><item><title>iOS中的 calloc 及权限修饰符</title><link>https://luowei.github.io/posts/20201205-ios_calloc_nsobject_alloc_allocwithzone/</link><pubDate>Fri, 04 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201205-ios_calloc_nsobject_alloc_allocwithzone/</guid><description>iOS中的 calloc 及权限修饰符</description></item><item><title>iOS中触发离屏渲染的本质原因与场景</title><link>https://luowei.github.io/posts/20201205-ios_on_screen_rendering_cpu_gpu/</link><pubDate>Fri, 04 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201205-ios_on_screen_rendering_cpu_gpu/</guid><description>iOS中触发离屏渲染的本质原因与场景</description></item><item><title>iOS里load与initialize方法总结</title><link>https://luowei.github.io/posts/20201205-ios_load_initialize_main_dyld/</link><pubDate>Fri, 04 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201205-ios_load_initialize_main_dyld/</guid><description>iOS里load与initialize方法总结</description></item><item><title>Objective-C中的@property、@synthesize以及@dynamic</title><link>https://luowei.github.io/posts/20201205-objective_c_property_synthesize_dynamic_ivar/</link><pubDate>Fri, 04 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201205-objective_c_property_synthesize_dynamic_ivar/</guid><description>Objective-C中的@property、@synthesize以及@dynamic</description></item><item><title>Objective-C对象的浅拷贝与深拷贝探究</title><link>https://luowei.github.io/posts/20201205-objective_c_ios_2_copy_mutablecopy/</link><pubDate>Fri, 04 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201205-objective_c_ios_2_copy_mutablecopy/</guid><description>Objective-C对象的浅拷贝与深拷贝探究</description></item><item><title>Autorelease 及 Autoreleasepool 原理</title><link>https://luowei.github.io/posts/20201204-autorelease_autoreleasepool_mrc_arc_c/</link><pubDate>Thu, 03 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201204-autorelease_autoreleasepool_mrc_arc_c/</guid><description>Autorelease 及 Autoreleasepool 原理</description></item><item><title>C语言中的变量常量及其在虚拟内存中的分配</title><link>https://luowei.github.io/posts/20201204-c_auto_cpp_data_bss/</link><pubDate>Thu, 03 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201204-c_auto_cpp_data_bss/</guid><description>C语言中的变量常量及其在虚拟内存中的分配</description></item><item><title>C语言字节对齐及结构体对齐详解</title><link>https://luowei.github.io/posts/20201204-c_32_cpu_0x00000004_0x00000002/</link><pubDate>Thu, 03 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201204-c_32_cpu_0x00000004_0x00000002/</guid><description>C语言字节对齐及结构体对齐详解</description></item><item><title>iOS weak 底层实现原理</title><link>https://luowei.github.io/posts/20201204-ios_weak_table_t_hash/</link><pubDate>Thu, 03 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201204-ios_weak_table_t_hash/</guid><description>iOS weak 底层实现原理</description></item><item><title>计算机里的内存分配原理</title><link>https://luowei.github.io/posts/20201204-cpu_mmu_virtual_vp_physical/</link><pubDate>Thu, 03 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201204-cpu_mmu_virtual_vp_physical/</guid><description>计算机里的内存分配原理</description></item><item><title>动态链接深入详解</title><link>https://luowei.github.io/posts/20201203-shared_fpic_sh_gcc_o/</link><pubDate>Wed, 02 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201203-shared_fpic_sh_gcc_o/</guid><description>动态链接深入详解</description></item><item><title>ELF文件的装载与Linux的进程</title><link>https://luowei.github.io/posts/20201202-elf_linux_shell_cat_proc/</link><pubDate>Tue, 01 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201202-elf_linux_shell_cat_proc/</guid><description>ELF文件的装载与Linux的进程</description></item><item><title>读《商君书》，叹驭民五术</title><link>https://luowei.github.io/posts/20201202-1_2_3_4_5/</link><pubDate>Tue, 01 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201202-1_2_3_4_5/</guid><description>读《商君书》，叹驭民五术</description></item><item><title>静态链接的深入探究</title><link>https://luowei.github.io/posts/20201202-gcc_o_b_shell_c/</link><pubDate>Tue, 01 Dec 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201202-gcc_o_b_shell_c/</guid><description>静态链接的深入探究</description></item><item><title>setjmp的工作原理</title><link>https://luowei.github.io/posts/20201201-setjmp_cpu_x86_esp_ebp/</link><pubDate>Mon, 30 Nov 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201201-setjmp_cpu_x86_esp_ebp/</guid><description>setjmp的工作原理</description></item><item><title>在main方法之前调用函数</title><link>https://luowei.github.io/posts/20201201-main_glibc_ctors_c_include/</link><pubDate>Mon, 30 Nov 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201201-main_glibc_ctors_c_include/</guid><description>在main方法之前调用函数</description></item><item><title>可执行文件详解之ELF目标文件</title><link>https://luowei.github.io/posts/20201129-elf_windows_pe_portable_executable/</link><pubDate>Sat, 28 Nov 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201129-elf_windows_pe_portable_executable/</guid><description>可执行文件详解之ELF目标文件</description></item><item><title>程序的构建过程</title><link>https://luowei.github.io/posts/20201128-hello_c_include_stdio_h/</link><pubDate>Fri, 27 Nov 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201128-hello_c_include_stdio_h/</guid><description>程序的构建过程</description></item><item><title>万能浏览器</title><link>https://luowei.github.io/posts/20201126-01_icloud_webserver_web_shareextension/</link><pubDate>Wed, 25 Nov 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201126-01_icloud_webserver_web_shareextension/</guid><description>万能浏览器</description></item><item><title>使用 macOS 程序员的常用软件</title><link>https://luowei.github.io/posts/20201122-macos_alfred_iterm_termius_jetbrains/</link><pubDate>Sat, 21 Nov 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201122-macos_alfred_iterm_termius_jetbrains/</guid><description>使用 macOS 程序员的常用软件</description></item><item><title>热血</title><link>https://luowei.github.io/posts/20201118-16057086670770/</link><pubDate>Tue, 17 Nov 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201118-16057086670770/</guid><description>热血 [分类]: ( 读书 ) 任脚下响着沉重的铁镣， 任你把皮鞭举得高高， 我不需要什么“自白”， 哪怕胸口对着带血的刺刀! 人，不能低下高贵的头， 只有怕死鬼才乞求“自由”； 毒刑拷打算得了什么？ 死亡也无法叫我开口！ 对着死亡我放声大笑， 魔鬼的宫殿在笑声中动摇； 这就是我——一个共产党员的“</description></item><item><title>周秦之变</title><link>https://luowei.github.io/posts/20201106-16043774102226/</link><pubDate>Fri, 13 Nov 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201106-16043774102226/</guid><description>周秦之变 [分类]: ( 读书 ) 封建制 必须要封分，按等级封分； 郡县制 帝制，权力结构里每一层向上负责； 民主共和制 地方自治，每个权力结构互不隶属； 日本历来体制的变迁 20世纪初南非的流动劳工制度 户籍制度、暂住证 私有产权 合约</description></item><item><title>家庭</title><link>https://luowei.github.io/posts/20201106-16045997017630/</link><pubDate>Thu, 05 Nov 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201106-16045997017630/</guid><description>家庭 [分类]: ( 生活 ) 一个内心干净纯洁的人，让人放心，也让人有安全感，也让人愿意与其交心来往。特别是女孩子，如果没有什么功利势利心，不那么精明，也没多重的心思，婆家人也一般比较容易喜欢，周围人也会人见人爱，这种价值取向符合人性所爱，所以我是比较喜欢这种人的。 一个人如果生命中没有一个与其真</description></item><item><title>『戴帽子』感想</title><link>https://luowei.github.io/posts/20201103-16043608310484/</link><pubDate>Mon, 02 Nov 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201103-16043608310484/</guid><description>『戴帽子』感想 [分类]: ( 读书 ) 由『戴帽子』引发的对一些玩弄思想及权术的感想： 套路1： 戴帽子，贴标签 按自己的逻辑框架分类后制造各种新名词，再贴标签、戴帽子，此做法屡试不爽，非常的战斗力。 案例： 马克思理论体系：社会分主义，人分阶级，资产阶级、无产阶级、 剩余价值理论，资本家剥削工人</description></item><item><title>伪善与伪恶</title><link>https://luowei.github.io/posts/20201103-16043422693308/</link><pubDate>Mon, 02 Nov 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201103-16043422693308/</guid><description>伪善与伪恶 [分类]: ( 读书 ) 秦晖老师有句话说的很准确： 儒家伪善、法家伪恶，伪恶比伪善更可怕。 伪善 通常是人们所说的&amp;quot;虚伪&amp;quot;，也指道德诚意很高，但实际上做不到。虚伪有两种：一种是心里想的和嘴上说的不一致，就是&amp;quot;心口不一&amp;quot;；另一种是嘴上讲的和实际做的不一致，就是&amp;quot;言行不一&amp;quot;。&amp;ldquo;心口不一&amp;quot;取</description></item><item><title>湖湘精神</title><link>https://luowei.github.io/posts/20201102-16042750124744/</link><pubDate>Mon, 02 Nov 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201102-16042750124744/</guid><description>湖湘精神 [分类]: ( 读书 ) 精神导图 湖湘文化历史代表人物 屈原 中国文学家的老祖宗，构成湖湘人文最重要的血脉与基因。 同情贫苦百姓，体恤民众。无私无畏，勇敢高尚，有着独立不朽的人格。 坚持理想、宁死不屈、追求真理和对现实大胆批判，不屈不挠上下求索，出淤泥而不染，濯清涟而不妖，不同流合污的精</description></item><item><title>湘学之根</title><link>https://luowei.github.io/posts/20201102-16042535305238/</link><pubDate>Mon, 02 Nov 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201102-16042535305238/</guid><description>湘学之根 [分类]: ( 读书 ) 湖湘精神之脉 屈原 周敦颐 王夫之(王船山) 曾国藩 左宗棠 郭嵩焘 谭嗣同 杨度 黄兴 蔡锷 宋教仁 毛泽东 ······ 湖湘精神： 重大义、勇担当、敢争先、乐奉献； 为有牺牲多壮志，敢教日月换新天； 心忧天下，敢为人先； 赤诚担当，务实图强；</description></item><item><title>自由、平等、博爱</title><link>https://luowei.github.io/posts/20201103-16043452907598/</link><pubDate>Mon, 02 Nov 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201103-16043452907598/</guid><description>自由、平等、博爱 [分类]: ( 读书 ) 自由、平等、博爱 自由、平等、博爱 是现代民主宪政三位一体的核心价值，昭示的人的基本权利和自由。&amp;ldquo;自由、平等&amp;quot;是构成人的基本权利的两个核心，&amp;ldquo;博爱&amp;quot;则是人的基本权利应该惠及于人类每一个成员的具体价值指向。 民主与科学 西方社会的文化核心：「德先生（民主）和</description></item><item><title>权力</title><link>https://luowei.github.io/posts/20201031-16041294743441/</link><pubDate>Fri, 30 Oct 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201031-16041294743441/</guid><description>权力 [分类]: ( 读书 ) 真正压迫工人的是权力，而非资本。资本是自由市场经济下的一种契约产物，现在很多人的仇富心理与受剩余价值理论的影响是有很大关系的。资本既非善意的也非邪恶的，它是中性的，真正邪恶的是权力，世界上最历害的压迫也是权力的压迫。 权力来源于哪里，权力就必将服务于哪里。</description></item><item><title>失格</title><link>https://luowei.github.io/posts/20201030-16040566826808/</link><pubDate>Thu, 29 Oct 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201030-16040566826808/</guid><description>失格 [分类]: ( 读书 ) 诡道盛行、丛林法则、功利主义、精致的利己主义、公德的腐败流氓化、扭曲的社会价值观，让人间失格，更让贫乏的人活地愈发的没有尊严，也让所有人都没有不拼命努力的自由。</description></item><item><title>民国大师</title><link>https://luowei.github.io/posts/20201029-16039044519897/</link><pubDate>Wed, 28 Oct 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201029-16039044519897/</guid><description>民国大师 [分类]: ( 随感 ) 胡适 鲁迅</description></item><item><title>儒家礼制框架下的关系与人情</title><link>https://luowei.github.io/posts/20230905-post-84e30ef2/</link><pubDate>Tue, 27 Oct 2020 11:50:03 +0000</pubDate><guid>https://luowei.github.io/posts/20230905-post-84e30ef2/</guid><description>随着西方文化的侵入，现代化的人口流动变迁，导致传统社会中儒家礼制框架下的关系与人情也在逐步异化。就人情来说：人情越是异化，人情名目就越是繁多，那么农民就越要投入到赶礼的竞争当中，进一步推动人情礼金攀升和人情功能异化，形成负反馈。人情就是外人内部化的机制，朋友关系、业缘关系、趣缘关系及拟亲关系等，都需要人情作为中介方可将 &amp;hellip;</description></item><item><title>相处</title><link>https://luowei.github.io/posts/20201027-16037322785193/</link><pubDate>Mon, 26 Oct 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20201027-16037322785193/</guid><description>相处 [分类]: ( 生活 ) 两个人在一起生活相处五年后的离开，已不是简单的分手，非常偶然也让人措不及防，此刻真实的感受到生活的每个点点滴滴都会让人落泪，长情的陪伴、相互的寄托早已胜过所有，以往的希望畅想似乎也在瞬间泡灭，一切重头再来，从零开始。</description></item><item><title>心照不宣似乎多出了一层欺骗撒谎的意味</title><link>https://luowei.github.io/posts/20240829-post/</link><pubDate>Sun, 25 Oct 2020 05:59:59 +0000</pubDate><guid>https://luowei.github.io/posts/20240829-post/</guid><description>“心照不宣”似乎多出了一层欺骗撒谎的意味，而“心领神会”、“不谋而合”则更自然些。</description></item><item><title>iOS问题汇总之iOS应用 - Flutter混合开发关键点</title><link>https://luowei.github.io/posts/20200909-ios_flutter_yaml_environment_sdk/</link><pubDate>Tue, 08 Sep 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200909-ios_flutter_yaml_environment_sdk/</guid><description>iOS问题汇总之iOS应用 - Flutter混合开发关键点</description></item><item><title>静态链接与动态链接的原理与区别</title><link>https://luowei.github.io/posts/20200909-copy_1_2_ip_elf/</link><pubDate>Tue, 08 Sep 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200909-copy_1_2_ip_elf/</guid><description>静态链接与动态链接的原理与区别</description></item><item><title>iOS问题汇总之iOS应用 - Web Hybrid混合页面开发关键点</title><link>https://luowei.github.io/posts/20200908-ios_web_hybrid_hybridweb_text/</link><pubDate>Mon, 07 Sep 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200908-ios_web_hybrid_hybridweb_text/</guid><description>iOS问题汇总之iOS应用 - Web Hybrid混合页面开发关键点</description></item><item><title>iOS问题汇总之iOS应用 - 浏览器及WKWebView关键点</title><link>https://luowei.github.io/posts/20200908-ios_wkwebview_oc_self_allowsbackforwardnavigationgestures/</link><pubDate>Mon, 07 Sep 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200908-ios_wkwebview_oc_self_allowsbackforwardnavigationgestures/</guid><description>iOS问题汇总之iOS应用 - 浏览器及WKWebView关键点</description></item><item><title>把多张图片快速合并成一个pdf文件</title><link>https://luowei.github.io/posts/20200908-shell_img2pdf_pip3_install_text/</link><pubDate>Mon, 07 Sep 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200908-shell_img2pdf_pip3_install_text/</guid><description>把多张图片快速合并成一个pdf文件</description></item><item><title>驾考科目三灯光表(附长沙市天心大托考场线路图)</title><link>https://luowei.github.io/posts/20200816-g_c2_c_c1_f/</link><pubDate>Sat, 15 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200816-g_c2_c_c1_f/</guid><description>驾考科目三灯光表(附长沙市天心大托考场线路图)</description></item><item><title>macOS的say命令使用详解</title><link>https://luowei.github.io/posts/20200814-macos_say_voice_text_base/</link><pubDate>Thu, 13 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200814-macos_say_voice_text_base/</guid><description>macOS的say命令使用详解</description></item><item><title>建除十二神</title><link>https://luowei.github.io/posts/20200813-article/</link><pubDate>Wed, 12 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200813-article/</guid><description>建除十二神</description></item><item><title>黄道二十八星宿</title><link>https://luowei.github.io/posts/20200813-aaa_text/</link><pubDate>Wed, 12 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200813-aaa_text/</guid><description>黄道二十八星宿</description></item><item><title>二十四节气简表美图</title><link>https://luowei.github.io/posts/20200812-article/</link><pubDate>Tue, 11 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200812-article/</guid><description>二十四节气简表美图</description></item><item><title>添加万能输入法</title><link>https://luowei.github.io/posts/20200811-15928631429512/</link><pubDate>Mon, 10 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200811-15928631429512/</guid><description>添加万能输入法</description></item><item><title>《用简单的方式打破坏习惯》英文演讲稿字幕</title><link>https://luowei.github.io/posts/20200809-simple_way_break_bad_habit/</link><pubDate>Sat, 08 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200809-simple_way_break_bad_habit/</guid><description>《用简单的方式打破坏习惯》英文演讲稿字幕</description></item><item><title>APP运营投稿社区</title><link>https://luowei.github.io/posts/20200809-app_appinn_creatorsdaily_zuimeia_sspai/</link><pubDate>Sat, 08 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200809-app_appinn_creatorsdaily_zuimeia_sspai/</guid><description>APP运营投稿社区</description></item><item><title>iMac一体机配置单</title><link>https://luowei.github.io/posts/20200809-imac_cpu_i7_4790_3_60ghz/</link><pubDate>Sat, 08 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200809-imac_cpu_i7_4790_3_60ghz/</guid><description>iMac一体机配置单</description></item><item><title>iOS 越狱知识大全</title><link>https://luowei.github.io/posts/20200809-ios_taig_qa_cydia_sileo/</link><pubDate>Sat, 08 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200809-ios_taig_qa_cydia_sileo/</guid><description>iOS 越狱知识大全</description></item><item><title>Makefile使用指南</title><link>https://luowei.github.io/posts/20200809-makefile_shell_makefile0_makefile1_makefile2/</link><pubDate>Sat, 08 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200809-makefile_shell_makefile0_makefile1_makefile2/</guid><description>Makefile使用指南</description></item><item><title>为iOS App 子模块创建桌面快捷方式</title><link>https://luowei.github.io/posts/20200809-15905890897647/</link><pubDate>Sat, 08 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200809-15905890897647/</guid><description>为iOS App 子模块创建桌面快捷方式</description></item><item><title>使用 sqlcipher 加密解密 sqlite3 数据库</title><link>https://luowei.github.io/posts/20200809-sqlcipher_sqlite3_sqlite_text_configure/</link><pubDate>Sat, 08 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200809-sqlcipher_sqlite3_sqlite_text_configure/</guid><description>使用 sqlcipher 加密解密 sqlite3 数据库</description></item><item><title>去腾讯面试iOS的几个基础问题回顾</title><link>https://luowei.github.io/posts/20200809-ios_o_1_n_hash/</link><pubDate>Sat, 08 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200809-ios_o_1_n_hash/</guid><description>去腾讯面试iOS的几个基础问题回顾</description></item><item><title>如何下载AppStore上的ipa文件</title><link>https://luowei.github.io/posts/20200809-appstore_ipa_ios_1_mac/</link><pubDate>Sat, 08 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200809-appstore_ipa_ios_1_mac/</guid><description>如何下载AppStore上的ipa文件</description></item><item><title>我的几个APP 1.0版本上架的文案及描述</title><link>https://luowei.github.io/posts/20200809-app_1_0_1_0_web/</link><pubDate>Sat, 08 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200809-app_1_0_1_0_web/</guid><description>我的几个APP 1.0版本上架的文案及描述</description></item><item><title>有用也常用的Shell小点</title><link>https://luowei.github.io/posts/20200809-shell/</link><pubDate>Sat, 08 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200809-shell/</guid><description>有用也常用的Shell小点</description></item><item><title>离散数学与组合数学考试复习大纲</title><link>https://luowei.github.io/posts/20200809-burnside_polya_1_2_3/</link><pubDate>Sat, 08 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200809-burnside_polya_1_2_3/</guid><description>离散数学与组合数学考试复习大纲</description></item><item><title>逻辑回归求解步骤</title><link>https://luowei.github.io/posts/20200809-15905889001046/</link><pubDate>Sat, 08 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200809-15905889001046/</guid><description>逻辑回归求解步骤</description></item><item><title>面试自我介绍方法</title><link>https://luowei.github.io/posts/20200809-1_2_3_4_5/</link><pubDate>Sat, 08 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200809-1_2_3_4_5/</guid><description>面试自我介绍方法</description></item><item><title>SQLite 常用查询语句</title><link>https://luowei.github.io/posts/20200803-sqlite_sql_drop_table_if/</link><pubDate>Sun, 02 Aug 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200803-sqlite_sql_drop_table_if/</guid><description>SQLite 常用查询语句</description></item><item><title>马达加斯加的动物</title><link>https://luowei.github.io/posts/20230905-post/</link><pubDate>Mon, 20 Jul 2020 22:56:19 +0000</pubDate><guid>https://luowei.github.io/posts/20230905-post/</guid><description>之前没想到的是马达加斯加的动物及原住民与南岛诸多同源，现在没想到的是马达加斯加竟然有这么大。</description></item><item><title>添加万能输入法</title><link>https://luowei.github.io/posts/20200704-appstore_video_style_display_block/</link><pubDate>Fri, 03 Jul 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200704-appstore_video_style_display_block/</guid><description>添加万能输入法</description></item><item><title>万能输入法预览录屏脚本</title><link>https://luowei.github.io/posts/20200621-15920798831695/</link><pubDate>Mon, 22 Jun 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200621-15920798831695/</guid><description>万能输入法预览录屏脚本</description></item><item><title>FFmpeg常用命令</title><link>https://luowei.github.io/posts/20200622-ffmpeg_basics_04_ffprobe_ffplay/</link><pubDate>Sun, 21 Jun 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200622-ffmpeg_basics_04_ffprobe_ffplay/</guid><description>FFmpeg常用命令</description></item><item><title>离散数学与组合数学考试复习大纲</title><link>https://luowei.github.io/posts/20200622-15928371864265/</link><pubDate>Sun, 21 Jun 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200622-15928371864265/</guid><description>离散数学与组合数学考试复习大纲 一、考试大纲 离散数学与组合数学是现代数学的重要分支,是计算机科学的基础理论课程数理逻辑、集合论、图论与代数结构是离散数学的重要组成部分。要求考生对它们的基本概念有较深入的了解,能够系统地掌握命题演算、谓词演算及朴素集合论的经典内容,掌握演绎推理的基本方法。掌握图论的</description></item><item><title>最美色卡</title><link>https://luowei.github.io/posts/20200621-article/</link><pubDate>Sat, 20 Jun 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200621-article/</guid><description>最美色卡</description></item><item><title>美虽新邦、其命惟旧</title><link>https://luowei.github.io/posts/20230912-post/</link><pubDate>Fri, 12 Jun 2020 03:42:56 +0000</pubDate><guid>https://luowei.github.io/posts/20230912-post/</guid><description>传承了希伯来人的神明秩序，吸收了雅典的民主教训，复刻了罗马的混合政体，继承了英国的保守自由传统。 美虽新邦、其命惟旧：读《美国秩序的根基》https://liujunning.blogchina.com/975003188.html</description></item><item><title>生成iOS App Preview的几种方案</title><link>https://luowei.github.io/posts/20200526-make_ios_app_preview/</link><pubDate>Mon, 25 May 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200526-make_ios_app_preview/</guid><description>生成iOS App Preview的几种方案</description></item><item><title>macOS下生成icns图标命令</title><link>https://luowei.github.io/posts/20200518-macos_icns_command/</link><pubDate>Sun, 17 May 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200518-macos_icns_command/</guid><description>macOS下制作icns图标命令</description></item><item><title>终端代理命令</title><link>https://luowei.github.io/posts/20200517-terminal_proxy_command/</link><pubDate>Sat, 16 May 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200517-terminal_proxy_command/</guid><description>终端代理命令</description></item><item><title>FFMPeg常用转码命令</title><link>https://luowei.github.io/posts/20200510-ffmpeg_useful_command/</link><pubDate>Sat, 09 May 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200510-ffmpeg_useful_command/</guid><description>FFMPeg常用转码命令</description></item><item><title>说明书-佳能 PIXMA MG2580S打印机使用说明书</title><link>https://luowei.github.io/posts/20200508-%E8%AF%B4%E6%98%8E%E4%B9%A6-%E4%BD%B3%E8%83%BD_pixma_mg2580s%E6%89%93%E5%8D%B0%E6%9C%BA%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E%E4%B9%A6/</link><pubDate>Thu, 07 May 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200508-%E8%AF%B4%E6%98%8E%E4%B9%A6-%E4%BD%B3%E8%83%BD_pixma_mg2580s%E6%89%93%E5%8D%B0%E6%9C%BA%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E%E4%B9%A6/</guid><description>佳能 PIXMA MG2580S打印机使用说明书 &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/</description></item><item><title>说明书-变倍单筒望远镜使用说明</title><link>https://luowei.github.io/posts/20200507-%E8%AF%B4%E6%98%8E%E4%B9%A6-%E5%8F%98%E5%80%8D%E5%8D%95%E7%AD%92%E6%9C%9B%E8%BF%9C%E9%95%9C%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E/</link><pubDate>Wed, 06 May 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200507-%E8%AF%B4%E6%98%8E%E4%B9%A6-%E5%8F%98%E5%80%8D%E5%8D%95%E7%AD%92%E6%9C%9B%E8%BF%9C%E9%95%9C%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E/</guid><description>变倍单筒望远镜使用说明 &amp;lt;hr/ &amp;lt;hr/</description></item><item><title>随感-疫情来临美国人为何屯枪</title><link>https://luowei.github.io/posts/20200326-%E9%9A%8F%E6%84%9F-%E7%96%AB%E6%83%85%E6%9D%A5%E4%B8%B4%E7%BE%8E%E5%9B%BD%E4%BA%BA%E4%B8%BA%E4%BD%95%E5%B1%AF%E6%9E%AA/</link><pubDate>Wed, 25 Mar 2020 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20200326-%E9%9A%8F%E6%84%9F-%E7%96%AB%E6%83%85%E6%9D%A5%E4%B8%B4%E7%BE%8E%E5%9B%BD%E4%BA%BA%E4%B8%BA%E4%BD%95%E5%B1%AF%E6%9E%AA/</guid><description>疫情来临，美国人为何屯枪？ 最近不经意间看到这样的新闻，也看到有不少网友发问，我当时看到这样的消息也心存疑问，这两天不知怎么转瞬间似乎明白了。 我想是美国的民众担心疫情来了，政府将要对他们采取隔离措施，怕自己被管控，限制了自由，才疯狂屯枪屯子弹的，提前做好跟美国政府干起来的准备，哈哈。 美国是个崇尚</description></item><item><title>东革阿里的食用方法以及主要功效</title><link>https://luowei.github.io/posts/20191128-tongkat_ali_function/</link><pubDate>Wed, 27 Nov 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20191128-tongkat_ali_function/</guid><description>东革阿里原片、食用方法以及主要功效</description></item><item><title>在macOS上对Flutter的安装配置</title><link>https://luowei.github.io/posts/20191020-%E5%9C%A8macos%E4%B8%8A%E5%AF%B9flutter%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE/</link><pubDate>Sat, 19 Oct 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20191020-%E5%9C%A8macos%E4%B8%8A%E5%AF%B9flutter%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE/</guid><description>在macOS上对Flutter的安装配置</description></item><item><title>诗文-毛泽东·经典代表作</title><link>https://luowei.github.io/posts/20191009-%E8%AF%97%E6%96%87-%E6%AF%9B%E6%B3%BD%E4%B8%9C-%E7%BB%8F%E5%85%B8%E4%BB%A3%E8%A1%A8%E4%BD%9C/</link><pubDate>Tue, 08 Oct 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20191009-%E8%AF%97%E6%96%87-%E6%AF%9B%E6%B3%BD%E4%B8%9C-%E7%BB%8F%E5%85%B8%E4%BB%A3%E8%A1%A8%E4%BD%9C/</guid><description>沁园春·雪 北国风光，千里冰封，万里雪飘。 望长城内外，惟余莽莽；大河上下，顿失滔滔。(余 通：馀) 山舞银蛇，原驰蜡象，欲与天公试比高。(原驰 原作：原驱) 须晴日，看红装素裹，分外妖娆。(红装 一作：银装) 江山如此多娇，引无数英雄竞折腰。 惜秦皇汉武，略输文采；唐宗宋祖，稍逊风骚。 一代天骄，</description></item><item><title>诗文-苏轼·经典代表作</title><link>https://luowei.github.io/posts/20191009-%E8%AF%97%E6%96%87-%E8%8B%8F%E8%BD%BC-%E7%BB%8F%E5%85%B8%E4%BB%A3%E8%A1%A8%E4%BD%9C/</link><pubDate>Tue, 08 Oct 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20191009-%E8%AF%97%E6%96%87-%E8%8B%8F%E8%BD%BC-%E7%BB%8F%E5%85%B8%E4%BB%A3%E8%A1%A8%E4%BD%9C/</guid><description>念奴娇·赤壁怀古 大江东去，浪淘尽，千古风流人物。 故垒西边，人道是，三国周郎赤壁。 乱石穿空，惊涛拍岸，卷起千堆雪。 江山如画，一时多少豪杰。 遥想公瑾当年，小乔初嫁了，雄姿英发。 羽扇纶巾，谈笑间，樯橹灰飞烟灭。(樯橹 一作：强虏) 故国神游，多情应笑我，早生华发。 人生如梦，一尊还酹江月。(人</description></item><item><title>散文-周易精选</title><link>https://luowei.github.io/posts/20191008-%E6%95%A3%E6%96%87-%E5%91%A8%E6%98%93%E7%B2%BE%E9%80%89/</link><pubDate>Mon, 07 Oct 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20191008-%E6%95%A3%E6%96%87-%E5%91%A8%E6%98%93%E7%B2%BE%E9%80%89/</guid><description>周易精选 天行健，君子以自强不息。地势坤，君子以厚德载物。 译文：君子应该像天宇一样运行不息，即使颠沛流离，也不屈不挠；如果你是君子，接物度量要像大地一样，没有任何东西不能承载。 君子藏器于身，待时而动。 译文：君子有卓越的才能或超群的技艺，不到处炫耀。而是在必要的时刻把才能或技艺施展出来。 吉人之</description></item><item><title>散文-培根·论求知</title><link>https://luowei.github.io/posts/20191008-%E6%95%A3%E6%96%87-%E5%9F%B9%E6%A0%B9-%E8%AE%BA%E6%B1%82%E7%9F%A5/</link><pubDate>Mon, 07 Oct 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20191008-%E6%95%A3%E6%96%87-%E5%9F%B9%E6%A0%B9-%E8%AE%BA%E6%B1%82%E7%9F%A5/</guid><description>论求知 求知可以作为消遣，可以作为装饰，也可以增长才干。 当你孤独寂寞时，阅读可以消遣。当你高谈阔论时，知识可供装饰。当你处世行事时，正确运用知识意味着力量。懂得事物因果的人是幸福的。有实际经验的人虽能够办理个别性的事务，但若要综观整体，运筹全局，却唯有掌握知识方能办到。 求知太慢会弛惰，为装潢而求</description></item><item><title>散文-孟子·经典代表作</title><link>https://luowei.github.io/posts/20191008-%E6%95%A3%E6%96%87-%E5%AD%9F%E5%AD%90-%E7%BB%8F%E5%85%B8%E4%BB%A3%E8%A1%A8%E4%BD%9C/</link><pubDate>Mon, 07 Oct 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20191008-%E6%95%A3%E6%96%87-%E5%AD%9F%E5%AD%90-%E7%BB%8F%E5%85%B8%E4%BB%A3%E8%A1%A8%E4%BD%9C/</guid><description>生于忧患，死于安乐 舜发于畎亩之中，傅说举于版筑之间，胶鬲举于鱼盐之中，管夷吾举于士，孙叔敖举于海，百里奚举于市。 故天将降大任于是人也，必先苦其心志，劳其筋骨，饿其体肤，空乏其身，行拂乱其所为，所以动心忍性，曾益其所不能。(是人 一作：斯人) 人恒过，然后能改；困于心，衡于虑，而后作；征于色，发于</description></item><item><title>散文-左丘明·曹刿论战</title><link>https://luowei.github.io/posts/20191008-%E6%95%A3%E6%96%87-%E5%B7%A6%E4%B8%98%E6%98%8E-%E6%9B%B9%E5%88%BF%E8%AE%BA%E6%88%98/</link><pubDate>Mon, 07 Oct 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20191008-%E6%95%A3%E6%96%87-%E5%B7%A6%E4%B8%98%E6%98%8E-%E6%9B%B9%E5%88%BF%E8%AE%BA%E6%88%98/</guid><description>曹刿论战 十年春，齐师伐我。公将战。曹刿请见。其乡人曰：“肉食者谋之，又何间焉？”刿曰：“肉食者鄙，未能远谋。”乃入见。问：“何以战？”公曰：“衣食所安，弗敢专也，必以分人。”对曰：“小惠未遍，民弗从也。”公曰：“牺牲玉帛，弗敢加也，必以信。”对曰：“小信未孚，神弗福也。”公曰：“小大之狱，虽不能察</description></item><item><title>散文-彭端淑·为学</title><link>https://luowei.github.io/posts/20191008-%E6%95%A3%E6%96%87-%E5%BD%AD%E7%AB%AF%E6%B7%91-%E4%B8%BA%E5%AD%A6/</link><pubDate>Mon, 07 Oct 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20191008-%E6%95%A3%E6%96%87-%E5%BD%AD%E7%AB%AF%E6%B7%91-%E4%B8%BA%E5%AD%A6/</guid><description>为学 天下事有难易乎？为之，则难者亦易矣；不为，则易者亦难矣。人之为学有难易乎？学之，则难者亦易矣；不学，则易者亦难矣。 吾资之昏，不逮人也，吾材之庸，不逮人也；旦旦而学之，久而不怠焉，迄乎成，而亦不知其昏与庸也。吾资之聪，倍人也，吾材之敏，倍人也；屏弃而不用，其与昏与庸无以异也。圣人之道，卒于鲁也</description></item><item><title>散文-荀子·劝学</title><link>https://luowei.github.io/posts/20191008-%E6%95%A3%E6%96%87-%E8%8D%80%E5%AD%90-%E5%8A%9D%E5%AD%A6/</link><pubDate>Mon, 07 Oct 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20191008-%E6%95%A3%E6%96%87-%E8%8D%80%E5%AD%90-%E5%8A%9D%E5%AD%A6/</guid><description>劝学 君子曰：学不可以已。 青，取之于蓝，而青于蓝；冰，水为之，而寒于水。木直中绳，輮以为轮，其曲中规。虽有槁暴，不复挺者，輮使之然也。故木受绳则直，金就砺则利，君子博学而日参省乎己，则知明而行无过矣。 故不登高山，不知天之高也；不临深溪，不知地之厚也；不闻先王之遗言，不知学问之大也。干、越、夷、貉</description></item><item><title>散文-论语十则</title><link>https://luowei.github.io/posts/20191008-%E6%95%A3%E6%96%87-%E8%AE%BA%E8%AF%AD%E5%8D%81%E5%88%99/</link><pubDate>Mon, 07 Oct 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20191008-%E6%95%A3%E6%96%87-%E8%AE%BA%E8%AF%AD%E5%8D%81%E5%88%99/</guid><description>论语十则 子曰：“学而时习之，不亦说乎？有朋自远方来，不亦乐乎？人不知而不愠，不亦君子乎？”（《学而》） 曾子曰：“吾日三省吾身：为人谋而不忠乎？与朋友交而不信乎？传不习乎？”（《学而》） 子曰：“温故而知新，可以为师矣。”（《为政》） 子曰：“学而不思则罔,思而不学则殆。”（《为政》） 子曰：“由</description></item><item><title>数据挖掘-数据仓库听课笔记总结</title><link>https://luowei.github.io/posts/20190927-%E6%95%B0%E6%8D%AE%E4%BB%93%E5%BA%93%E5%90%AC%E8%AF%BE%E7%AC%94%E8%AE%B0%E6%80%BB%E7%BB%93/</link><pubDate>Thu, 26 Sep 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190927-%E6%95%B0%E6%8D%AE%E4%BB%93%E5%BA%93%E5%90%AC%E8%AF%BE%E7%AC%94%E8%AE%B0%E6%80%BB%E7%BB%93/</guid><description>数据仓库听课笔记总结</description></item><item><title>自律-你有多自律,就有多自由</title><link>https://luowei.github.io/posts/20190920-%E8%87%AA%E5%BE%8B-%E4%BD%A0%E6%9C%89%E5%A4%9A%E8%87%AA%E5%BE%8B-%E5%B0%B1%E6%9C%89%E5%A4%9A%E8%87%AA%E7%94%B1/</link><pubDate>Thu, 19 Sep 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190920-%E8%87%AA%E5%BE%8B-%E4%BD%A0%E6%9C%89%E5%A4%9A%E8%87%AA%E5%BE%8B-%E5%B0%B1%E6%9C%89%E5%A4%9A%E8%87%AA%E7%94%B1/</guid><description>自律警言 1. 人善被人欺，马善被人骑。 2. 把每次与人互动交流的时候都当成展现自己最好水平的机会。 3. 时常保持正能量，微笑面对身边的人和事。 4. 永远不要抱怨，抱怨永远者是弱者无能的表现。 5. 永远积极主动，勇于发现问题解决问题，发现价值实现价值。 6. 人不能活的像个不动的物体一样，最</description></item><item><title>Mac下Java环境的配置</title><link>https://luowei.github.io/posts/20190904-mac%E4%B8%8Bjava%E7%8E%AF%E5%A2%83%E7%9A%84%E9%85%8D%E7%BD%AE/</link><pubDate>Tue, 03 Sep 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190904-mac%E4%B8%8Bjava%E7%8E%AF%E5%A2%83%E7%9A%84%E9%85%8D%E7%BD%AE/</guid><description>Mac下Java环境的配置</description></item><item><title>MongoDB与Redis在doker上的安装配置</title><link>https://luowei.github.io/posts/20190825-mongodb%E4%B8%8Eredis%E5%9C%A8doker%E4%B8%8A%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE/</link><pubDate>Mon, 02 Sep 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190825-mongodb%E4%B8%8Eredis%E5%9C%A8doker%E4%B8%8A%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE/</guid><description>MongoDB与Redis在doker上的安装配置</description></item><item><title>nginx在docker上安装配置</title><link>https://luowei.github.io/posts/20190903-nginx%E5%9C%A8docker%E4%B8%8A%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE/</link><pubDate>Mon, 02 Sep 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190903-nginx%E5%9C%A8docker%E4%B8%8A%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE/</guid><description>nginx在docker上安装配置</description></item><item><title>OpenResty学习笔记</title><link>https://luowei.github.io/posts/20190903-openresty%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</link><pubDate>Mon, 02 Sep 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190903-openresty%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</guid><description>OpenResty学习笔记</description></item><item><title>MongoDB的安装配置</title><link>https://luowei.github.io/posts/20190826-mongodb%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE/</link><pubDate>Sun, 25 Aug 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190826-mongodb%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE/</guid><description>MongoDB的安装配置</description></item><item><title>Redis的安装配置</title><link>https://luowei.github.io/posts/20190401-redis%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE/</link><pubDate>Sun, 25 Aug 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190401-redis%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE/</guid><description>Redis的安装配置</description></item><item><title>Flask应用在docker上的配置</title><link>https://luowei.github.io/posts/20190824-flask%E5%BA%94%E7%94%A8%E5%9C%A8docker%E4%B8%8A%E7%9A%84%E9%85%8D%E7%BD%AE/</link><pubDate>Fri, 23 Aug 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190824-flask%E5%BA%94%E7%94%A8%E5%9C%A8docker%E4%B8%8A%E7%9A%84%E9%85%8D%E7%BD%AE/</guid><description>Flask应用在docker上的配置</description></item><item><title>使用cocoapod配置打包静态库及framework</title><link>https://luowei.github.io/posts/20190820-%E4%BD%BF%E7%94%A8cocoapod%E9%85%8D%E7%BD%AE%E6%89%93%E5%8C%85%E9%9D%99%E6%80%81%E5%BA%93%E5%8F%8Aframework/</link><pubDate>Mon, 19 Aug 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190820-%E4%BD%BF%E7%94%A8cocoapod%E9%85%8D%E7%BD%AE%E6%89%93%E5%8C%85%E9%9D%99%E6%80%81%E5%BA%93%E5%8F%8Aframework/</guid><description>使用cocoapod配置打包静态库及framework</description></item><item><title>Jekyll静态站点在docker上的配置</title><link>https://luowei.github.io/posts/20190819-jekyll%E9%9D%99%E6%80%81%E7%AB%99%E7%82%B9%E5%9C%A8docker%E4%B8%8A%E7%9A%84%E9%85%8D%E7%BD%AE/</link><pubDate>Sun, 18 Aug 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190819-jekyll%E9%9D%99%E6%80%81%E7%AB%99%E7%82%B9%E5%9C%A8docker%E4%B8%8A%E7%9A%84%E9%85%8D%E7%BD%AE/</guid><description>Jekyll静态站点在docker上的配置</description></item><item><title>mysql在docker上的安装配置</title><link>https://luowei.github.io/posts/20190807-mysql%E5%9C%A8docker%E4%B8%8A%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE/</link><pubDate>Sun, 18 Aug 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190807-mysql%E5%9C%A8docker%E4%B8%8A%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE/</guid><description>mysql在docker上的安装配置</description></item><item><title>PHP在docker上的配置</title><link>https://luowei.github.io/posts/20190823-php%E5%9C%A8docker%E4%B8%8A%E7%9A%84%E9%85%8D%E7%BD%AE/</link><pubDate>Sun, 18 Aug 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190823-php%E5%9C%A8docker%E4%B8%8A%E7%9A%84%E9%85%8D%E7%BD%AE/</guid><description>PHP在docker上的配置</description></item><item><title>Ghost在docker上的配置</title><link>https://luowei.github.io/posts/20190802-ghost%E5%9C%A8docker%E4%B8%8A%E7%9A%84%E9%85%8D%E7%BD%AE/</link><pubDate>Thu, 01 Aug 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190802-ghost%E5%9C%A8docker%E4%B8%8A%E7%9A%84%E9%85%8D%E7%BD%AE/</guid><description>Ghost在docker上的配置</description></item><item><title>docker常用操作命令</title><link>https://luowei.github.io/posts/20190726-docker%E5%B8%B8%E7%94%A8%E6%93%8D%E4%BD%9C%E5%91%BD%E4%BB%A4/</link><pubDate>Thu, 25 Jul 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190726-docker%E5%B8%B8%E7%94%A8%E6%93%8D%E4%BD%9C%E5%91%BD%E4%BB%A4/</guid><description>docker常用操作命令</description></item><item><title>基于MPVue开发小程序</title><link>https://luowei.github.io/posts/20190705-%E5%9F%BA%E4%BA%8Empvue%E5%BC%80%E5%8F%91%E5%B0%8F%E7%A8%8B%E5%BA%8F/</link><pubDate>Thu, 04 Jul 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190705-%E5%9F%BA%E4%BA%8Empvue%E5%BC%80%E5%8F%91%E5%B0%8F%E7%A8%8B%E5%BA%8F/</guid><description>基于MPVue开发小程序</description></item><item><title>docker的安装配置及核心基础要点</title><link>https://luowei.github.io/posts/20190702-docker%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE%E5%8F%8A%E6%A0%B8%E5%BF%83%E5%9F%BA%E7%A1%80%E8%A6%81%E7%82%B9/</link><pubDate>Mon, 01 Jul 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190702-docker%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE%E5%8F%8A%E6%A0%B8%E5%BF%83%E5%9F%BA%E7%A1%80%E8%A6%81%E7%82%B9/</guid><description>docker的安装配置及核心基础要点</description></item><item><title>运筹学-线性规划之单纯形法的计算步骤</title><link>https://luowei.github.io/posts/20190622-%E8%BF%90%E7%AD%B9%E5%AD%A6-%E7%BA%BF%E6%80%A7%E8%A7%84%E5%88%92%E4%B9%8B%E5%8D%95%E7%BA%AF%E5%BD%A2%E6%B3%95%E7%9A%84%E8%AE%A1%E7%AE%97%E6%AD%A5%E9%AA%A4/</link><pubDate>Fri, 21 Jun 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190622-%E8%BF%90%E7%AD%B9%E5%AD%A6-%E7%BA%BF%E6%80%A7%E8%A7%84%E5%88%92%E4%B9%8B%E5%8D%95%E7%BA%AF%E5%BD%A2%E6%B3%95%E7%9A%84%E8%AE%A1%E7%AE%97%E6%AD%A5%E9%AA%A4/</guid><description>使用单纯型法中的单形表求解线性规划最优解的过程 单纯形法的计算步骤 &amp;lt;hr/ &amp;lt;br/</description></item><item><title>非常实用的设计资源与神器</title><link>https://luowei.github.io/posts/20190620-%E9%9D%9E%E5%B8%B8%E5%AE%9E%E7%94%A8%E7%9A%84%E8%AE%BE%E8%AE%A1%E8%B5%84%E6%BA%90%E4%B8%8E%E7%A5%9E%E5%99%A8/</link><pubDate>Wed, 19 Jun 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190620-%E9%9D%9E%E5%B8%B8%E5%AE%9E%E7%94%A8%E7%9A%84%E8%AE%BE%E8%AE%A1%E8%B5%84%E6%BA%90%E4%B8%8E%E7%A5%9E%E5%99%A8/</guid><description>非常实用的设计资源工具推荐</description></item><item><title>独立开发者应用推荐运营技巧</title><link>https://luowei.github.io/posts/20190619-%E7%8B%AC%E7%AB%8B%E5%BC%80%E5%8F%91%E8%80%85%E5%BA%94%E7%94%A8%E6%B8%B8%E7%8E%A9%E5%9F%BA%E5%9C%B0/</link><pubDate>Tue, 18 Jun 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190619-%E7%8B%AC%E7%AB%8B%E5%BC%80%E5%8F%91%E8%80%85%E5%BA%94%E7%94%A8%E6%B8%B8%E7%8E%A9%E5%9F%BA%E5%9C%B0/</guid><description>独立开发者应用推荐运营技巧</description></item><item><title>微信小程序开发相关知识点与技术选型</title><link>https://luowei.github.io/posts/20190615-%E5%BE%AE%E4%BF%A1%E5%B0%8F%E7%A8%8B%E5%BA%8F%E5%BC%80%E5%8F%91%E7%9B%B8%E5%85%B3%E7%9F%A5%E8%AF%86%E7%82%B9%E4%B8%8E%E6%8A%80%E6%9C%AF%E9%80%89%E5%9E%8B/</link><pubDate>Fri, 14 Jun 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190615-%E5%BE%AE%E4%BF%A1%E5%B0%8F%E7%A8%8B%E5%BA%8F%E5%BC%80%E5%8F%91%E7%9B%B8%E5%85%B3%E7%9F%A5%E8%AF%86%E7%82%B9%E4%B8%8E%E6%8A%80%E6%9C%AF%E9%80%89%E5%9E%8B/</guid><description>微信小程序开发相关知识点与技术选型</description></item><item><title>运营学习笔记之运营心理学</title><link>https://luowei.github.io/posts/20190604-%E8%BF%90%E8%90%A5%E9%87%8C%E7%9A%84%E5%BF%83%E7%90%86%E5%AD%A6/</link><pubDate>Mon, 03 Jun 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190604-%E8%BF%90%E8%90%A5%E9%87%8C%E7%9A%84%E5%BF%83%E7%90%86%E5%AD%A6/</guid><description>运营学习笔记之运营心理学</description></item><item><title>国学-孙子兵法</title><link>https://luowei.github.io/posts/20190520-%E5%9B%BD%E5%AD%A6-%E5%AD%99%E5%AD%90%E5%85%B5%E6%B3%95/</link><pubDate>Sun, 19 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190520-%E5%9B%BD%E5%AD%A6-%E5%AD%99%E5%AD%90%E5%85%B5%E6%B3%95/</guid><description>孙子兵法 01.始计 兵者，国之大事，死生之地，存亡之道，不可不察也。 故经之以五事，校之以计，而索其情：一曰道，二曰天，三曰地，四曰将，五曰法。道者，令民于上同意，可与之死，可与之生，而不危也；天者，阴阳、寒暑、时制也；地者，远近、险易、广狭、死生也；将者，智、信、仁、勇、严也；法者，曲制、官道、</description></item><item><title>英语-写作</title><link>https://luowei.github.io/posts/20190519-%E8%8B%B1%E8%AF%AD-%E5%86%99%E4%BD%9C/</link><pubDate>Sat, 18 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190519-%E8%8B%B1%E8%AF%AD-%E5%86%99%E4%BD%9C/</guid><description>Trust is Gold 提纲 Outline: trust plays an important role for aninvividual,a family and the society trust yourself to sucees surmount difficulties happi</description></item><item><title>计算机网络-常用知识点</title><link>https://luowei.github.io/posts/20190519-%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C-%E5%B8%B8%E7%94%A8%E7%9F%A5%E8%AF%86%E7%82%B9/</link><pubDate>Sat, 18 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190519-%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BD%91%E7%BB%9C-%E5%B8%B8%E7%94%A8%E7%9F%A5%E8%AF%86%E7%82%B9/</guid><description>重要知识点 &amp;lt;! &amp;lt;hr/ &amp;lt;br/</description></item><item><title>组合数学-图论</title><link>https://luowei.github.io/posts/20190518-%E7%BB%84%E5%90%88%E6%95%B0%E5%AD%A6-%E5%9B%BE%E8%AE%BA/</link><pubDate>Fri, 17 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190518-%E7%BB%84%E5%90%88%E6%95%B0%E5%AD%A6-%E5%9B%BE%E8%AE%BA/</guid><description>常用公式 图的基本概念 &amp;lt;hr/ 平面图 平面图着色 图的相关例题 &amp;lt;! 图片已注释：原文件 images/math/graph/gcase00.jpg 缺失，未迁移 图的矩阵描述 图模型的应用 树形图与最小支撑树</description></item><item><title>组合数学-知识点总结</title><link>https://luowei.github.io/posts/20190518-%E7%BB%84%E5%90%88%E6%95%B0%E5%AD%A6-%E7%9F%A5%E8%AF%86%E7%82%B9%E6%80%BB%E7%BB%93/</link><pubDate>Fri, 17 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190518-%E7%BB%84%E5%90%88%E6%95%B0%E5%AD%A6-%E7%9F%A5%E8%AF%86%E7%82%B9%E6%80%BB%E7%BB%93/</guid><description>常用公式 &amp;lt;hr/ &amp;lt;br/ 重要知识点</description></item><item><title>组合数学-容斥原理与鸽笼原理</title><link>https://luowei.github.io/posts/20190517-%E7%BB%84%E5%90%88%E6%95%B0%E5%AD%A6-%E5%AE%B9%E6%96%A5%E5%8E%9F%E7%90%86%E4%B8%8E%E9%B8%BD%E7%AC%BC%E5%8E%9F%E7%90%86/</link><pubDate>Thu, 16 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190517-%E7%BB%84%E5%90%88%E6%95%B0%E5%AD%A6-%E5%AE%B9%E6%96%A5%E5%8E%9F%E7%90%86%E4%B8%8E%E9%B8%BD%E7%AC%BC%E5%8E%9F%E7%90%86/</guid><description>常用公式 &amp;lt;hr/ 容斥原理 &amp;lt;hr/ 容斥原理应用 错排问题 &amp;lt;hr/ 有限制的排列 &amp;amp; 相对禁位排列 &amp;lt;hr/ 欧拉函数 &amp;lt;hr/ 棋盘多项式 &amp;lt;hr/ 禁位排列 &amp;lt;hr/ 鸽笼原理 &amp;lt;hr/</description></item><item><title>快速创建Django和Flask的Python应用</title><link>https://luowei.github.io/posts/20190525-%E5%BF%AB%E9%80%9F%E5%88%9B%E5%BB%BAdjango%E5%92%8Cflask%E7%9A%84python%E5%BA%94%E7%94%A8/</link><pubDate>Wed, 15 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190525-%E5%BF%AB%E9%80%9F%E5%88%9B%E5%BB%BAdjango%E5%92%8Cflask%E7%9A%84python%E5%BA%94%E7%94%A8/</guid><description>快速创建Django和Flask的Python应用</description></item><item><title>组合数学-常系数递推关系</title><link>https://luowei.github.io/posts/20190516-%E7%BB%84%E5%90%88%E6%95%B0%E5%AD%A6-%E5%B8%B8%E7%B3%BB%E6%95%B0%E9%80%92%E6%8E%A8%E5%85%B3%E7%B3%BB/</link><pubDate>Wed, 15 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190516-%E7%BB%84%E5%90%88%E6%95%B0%E5%AD%A6-%E5%B8%B8%E7%B3%BB%E6%95%B0%E9%80%92%E6%8E%A8%E5%85%B3%E7%B3%BB/</guid><description>母函数解递推关系(递推方程) 要点总结 1. 我们有一个序列，要求它的通项公式。我就把它设一个辅助函数叫母函数，我只要把母函数找出来把它分解开，x的n次方的系数，就是我要求的那个序列H(n)的通项表达式了。 2. 求母函数两种可能性： 第一个：这个母函数根据实际意义可以写出来。比如之前例子中的摇骰子</description></item><item><title>组合数学-整数拆分与Ferrers图像</title><link>https://luowei.github.io/posts/20190516-%E7%BB%84%E5%90%88%E6%95%B0%E5%AD%A6-%E6%95%B4%E6%95%B0%E6%8B%86%E5%88%86%E4%B8%8Eferrers%E5%9B%BE%E5%83%8F/</link><pubDate>Wed, 15 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190516-%E7%BB%84%E5%90%88%E6%95%B0%E5%AD%A6-%E6%95%B4%E6%95%B0%E6%8B%86%E5%88%86%E4%B8%8Eferrers%E5%9B%BE%E5%83%8F/</guid><description>常用公式 &amp;lt;hr/ &amp;lt;br/ Stirling数 &amp;lt;hr/ &amp;lt;br/ 整数拆分 整数拆分及其组合解释 &amp;lt;hr/ 整数拆分例子 整数拆分例子 &amp;lt;hr/ Ferrers图像 &amp;lt;hr/ 指数型母函数 &amp;lt;hr/ 差分表方法</description></item><item><title>组合数学-递推关系与母函数</title><link>https://luowei.github.io/posts/20190515-%E7%BB%84%E5%90%88%E6%95%B0%E5%AD%A6-%E9%80%92%E6%8E%A8%E5%85%B3%E7%B3%BB%E4%B8%8E%E6%AF%8D%E5%87%BD%E6%95%B0/</link><pubDate>Tue, 14 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190515-%E7%BB%84%E5%90%88%E6%95%B0%E5%AD%A6-%E9%80%92%E6%8E%A8%E5%85%B3%E7%B3%BB%E4%B8%8E%E6%AF%8D%E5%87%BD%E6%95%B0/</guid><description>常用公式 &amp;lt;! 图片已注释：原文件 images/math/recursion/formula02.jpg 缺失，未迁移 &amp;lt;hr/ 递推关系 Hanoi塔 &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ Fibonacci塔 &amp;lt;</description></item><item><title>组合数学-排列组合</title><link>https://luowei.github.io/posts/20190514-%E7%BB%84%E5%90%88%E6%95%B0%E5%AD%A6-%E5%8F%AF%E9%87%8D%E6%8E%92%E5%88%97%E4%B8%8E%E5%8F%AF%E9%87%8D%E7%BB%84%E5%90%88/</link><pubDate>Mon, 13 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190514-%E7%BB%84%E5%90%88%E6%95%B0%E5%AD%A6-%E5%8F%AF%E9%87%8D%E6%8E%92%E5%88%97%E4%B8%8E%E5%8F%AF%E9%87%8D%E7%BB%84%E5%90%88/</guid><description>组合数学的很多问题： 可重排列 可重排列的两种理解方式： 1. 先认为这N个东西都是不一样的,有N!排列方式。但实际上呢，这N1个a1是一样的，所以要把重复的给除掉，除以N1!；同样N2个a2我们原来也以为他们是不一样的，但实际上他们是一样的，所以同样还要除以N2!，其他的也一样要除掉，除完。 2.</description></item><item><title>离散数学-代数结构</title><link>https://luowei.github.io/posts/20190513-%E7%A6%BB%E6%95%A3%E6%95%B0%E5%AD%A6-%E4%BB%A3%E6%95%B0%E7%BB%93%E6%9E%84/</link><pubDate>Sun, 12 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190513-%E7%A6%BB%E6%95%A3%E6%95%B0%E5%AD%A6-%E4%BB%A3%E6%95%B0%E7%BB%93%E6%9E%84/</guid><description>代数结构 群的定义与性质 &amp;lt;! &amp;lt;p &amp;lt;img src=&amp;ldquo;&lt;a href="https://lsky.wodedata.com/i/2026/03/29/69c93144344e5.jpg%22">https://lsky.wodedata.com/i/2026/03/29/69c93144344e5.jpg&amp;quot;&lt;/a> style=&amp;ldquo;width: 100% !important;&amp;rdquo; alt=&amp;ldquo;群的定义与性质&amp;rdquo; / &amp;lt;/p &amp;lt;hr / &amp;lt;hr/</description></item><item><title>组合数学-排列组合</title><link>https://luowei.github.io/posts/20190513-%E7%BB%84%E5%90%88%E6%95%B0%E5%AD%A6-%E6%8E%92%E5%88%97%E7%BB%84%E5%90%88/</link><pubDate>Sun, 12 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190513-%E7%BB%84%E5%90%88%E6%95%B0%E5%AD%A6-%E6%8E%92%E5%88%97%E7%BB%84%E5%90%88/</guid><description>排列组合 &amp;lt;! &amp;lt;p &amp;lt;img src=&amp;ldquo;&lt;a href="https://lsky.wodedata.com/i/2026/03/29/69c93144344e5.jpg%22">https://lsky.wodedata.com/i/2026/03/29/69c93144344e5.jpg&amp;quot;&lt;/a> style=&amp;ldquo;width: 100% !important;&amp;rdquo; alt=&amp;ldquo;群的定义与性质&amp;rdquo; / &amp;lt;/p &amp;lt;! &amp;lt;hr / &amp;lt;hr/ &amp;lt;hr/</description></item><item><title>离散数学-集合的等势与优势</title><link>https://luowei.github.io/posts/20190512-%E7%A6%BB%E6%95%A3%E6%95%B0%E5%AD%A6-%E9%9B%86%E5%90%88%E7%9A%84%E7%AD%89%E5%8A%BF%E4%B8%8E%E4%BC%98%E5%8A%BF/</link><pubDate>Sat, 11 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190512-%E7%A6%BB%E6%95%A3%E6%95%B0%E5%AD%A6-%E9%9B%86%E5%90%88%E7%9A%84%E7%AD%89%E5%8A%BF%E4%B8%8E%E4%BC%98%E5%8A%BF/</guid><description>集合的等势与优势 &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ tip: Alan Turing write for Bill Tutte: &amp;ldquo;I can</description></item><item><title>离散数学-二元关系</title><link>https://luowei.github.io/posts/20190511-%E7%A6%BB%E6%95%A3%E6%95%B0%E5%AD%A6-%E4%BA%8C%E5%85%83%E5%85%B3%E7%B3%BB/</link><pubDate>Fri, 10 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190511-%E7%A6%BB%E6%95%A3%E6%95%B0%E5%AD%A6-%E4%BA%8C%E5%85%83%E5%85%B3%E7%B3%BB/</guid><description>二元关系的表示 二元关系的表示: &amp;lt;hr/ &amp;lt;hr/ 关系的逆与合成 &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/</description></item><item><title>离散数学-集合论</title><link>https://luowei.github.io/posts/20190510-%E7%A6%BB%E6%95%A3%E6%95%B0%E5%AD%A6-%E9%9B%86%E5%90%88%E8%AE%BA/</link><pubDate>Thu, 09 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190510-%E7%A6%BB%E6%95%A3%E6%95%B0%E5%AD%A6-%E9%9B%86%E5%90%88%E8%AE%BA/</guid><description>集合运算 &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/</description></item><item><title>离散数学-谓词逻辑</title><link>https://luowei.github.io/posts/20190509-%E7%A6%BB%E6%95%A3%E6%95%B0%E5%AD%A6-%E8%B0%93%E8%AF%8D%E9%80%BB%E8%BE%91/</link><pubDate>Wed, 08 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190509-%E7%A6%BB%E6%95%A3%E6%95%B0%E5%AD%A6-%E8%B0%93%E8%AF%8D%E9%80%BB%E8%BE%91/</guid><description>全称量词与存在量词 &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/ &amp;lt;hr/</description></item><item><title>离散数学-命题逻辑</title><link>https://luowei.github.io/posts/20190508-%E7%A6%BB%E6%95%A3%E6%95%B0%E5%AD%A6-%E5%91%BD%E9%A2%98%E9%80%BB%E8%BE%91/</link><pubDate>Tue, 07 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190508-%E7%A6%BB%E6%95%A3%E6%95%B0%E5%AD%A6-%E5%91%BD%E9%A2%98%E9%80%BB%E8%BE%91/</guid><description>根据真值表 求 主析取范式 与 主合取范式 求取步骤 1. 化简，去蕴涵联结词； 2. 画直值表，得到成真赋值； 3. 由成真赋值得到主析取范式与主全取范式； Tips 1. 任何复杂命题都是通过简单命题使用联接词联接起来； 2. 任何命题都可以使用直值表来表示； 3. 对于一个命题可以把它写成合取</description></item><item><title>IPv4字符串转换成Int</title><link>https://luowei.github.io/posts/20190507-ipv4%E5%AD%97%E7%AC%A6%E4%B8%B2%E8%BD%AC%E6%8D%A2%E6%88%90int/</link><pubDate>Mon, 06 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190507-ipv4%E5%AD%97%E7%AC%A6%E4%B8%B2%E8%BD%AC%E6%8D%A2%E6%88%90int/</guid><description>Programming Question: Convert an IPv4 address in the format of null terminated C string into a 32 bit integer. For example, given an IP address “172.1</description></item><item><title>有趣的魔法异构图</title><link>https://luowei.github.io/posts/20190506-%E6%9C%89%E8%B6%A3%E7%9A%84%E9%AD%94%E6%B3%95%E5%BC%82%E6%9E%84%E5%9B%BE/</link><pubDate>Sun, 05 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190506-%E6%9C%89%E8%B6%A3%E7%9A%84%E9%AD%94%E6%B3%95%E5%BC%82%E6%9E%84%E5%9B%BE/</guid><description/></item><item><title>常用的实用工具APP</title><link>https://luowei.github.io/posts/20190504-%E5%B8%B8%E7%94%A8%E7%9A%84%E5%AE%9E%E7%94%A8%E5%B7%A5%E5%85%B7app/</link><pubDate>Fri, 03 May 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190504-%E5%B8%B8%E7%94%A8%E7%9A%84%E5%AE%9E%E7%94%A8%E5%B7%A5%E5%85%B7app/</guid><description>常用的实用工具APP</description></item><item><title>广告配置脚本及分析配置脚本</title><link>https://luowei.github.io/posts/20190501-website_ad_analytics_config/</link><pubDate>Tue, 30 Apr 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190501-website_ad_analytics_config/</guid><description>广告配置脚本及分析配置脚本</description></item><item><title>网站SEO优化常用的方法与技巧</title><link>https://luowei.github.io/posts/20190430-website_seo/</link><pubDate>Mon, 29 Apr 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190430-website_seo/</guid><description>网站SEO优化常用的方法</description></item><item><title>Mysql的安装配置</title><link>https://luowei.github.io/posts/20190423-mysql%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE/</link><pubDate>Mon, 22 Apr 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190423-mysql%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE/</guid><description>Mysql的安装配置</description></item><item><title>Ohmyzsh插件安装的几种方式</title><link>https://luowei.github.io/posts/20190419-ohmyzsh%E6%8F%92%E4%BB%B6%E5%AE%89%E8%A3%85%E7%9A%84%E5%87%A0%E7%A7%8D%E6%96%B9%E5%BC%8F/</link><pubDate>Thu, 18 Apr 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190419-ohmyzsh%E6%8F%92%E4%BB%B6%E5%AE%89%E8%A3%85%E7%9A%84%E5%87%A0%E7%A7%8D%E6%96%B9%E5%BC%8F/</guid><description>Ohmyzsh插件安装的几种方式</description></item><item><title>越狱机Cydia、Tweaks相关技巧</title><link>https://luowei.github.io/posts/20190411-%E8%B6%8A%E7%8B%B1%E6%9C%BAcydia-tweaks%E7%9B%B8%E5%85%B3%E6%8A%80%E5%B7%A7/</link><pubDate>Wed, 10 Apr 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190411-%E8%B6%8A%E7%8B%B1%E6%9C%BAcydia-tweaks%E7%9B%B8%E5%85%B3%E6%8A%80%E5%B7%A7/</guid><description>Best Tweaks 1. Filza File Manager 2. Cydia Substrate 3. AutoTouch 4. FLEXible 5. OpenSSH Main Path System APP： System Library: System APP Data： 墙纸： ,</description></item><item><title>航海王之燃料意志 iOS 脚本</title><link>https://luowei.github.io/posts/20190403-%E8%88%AA%E6%B5%B7%E7%8E%8B%E4%B9%8B%E7%87%83%E6%96%99%E6%84%8F%E5%BF%97autotouch%E8%87%AA%E5%8A%A8%E9%A2%86%E7%A4%BC%E5%8C%85lua%E8%84%9A%E6%9C%AC/</link><pubDate>Tue, 02 Apr 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190403-%E8%88%AA%E6%B5%B7%E7%8E%8B%E4%B9%8B%E7%87%83%E6%96%99%E6%84%8F%E5%BF%97autotouch%E8%87%AA%E5%8A%A8%E9%A2%86%E7%A4%BC%E5%8C%85lua%E8%84%9A%E6%9C%AC/</guid><description>航海王：燃料意志AutoTouch自动领礼包lua脚本 AutoTouch中文手册： 执行步骤 1. ipone7越狱后，在cydia中搜索&amp;rsquo;AutoTouch&amp;rsquo;并安装，打开AutoTouch 设置 授权 输入激活码(LWLWL 9365J FQ1YP KOMC7 KN5NW) 下载授权激活； 2.</description></item><item><title>应用服务自启动配置</title><link>https://luowei.github.io/posts/20190301-%E5%BA%94%E7%94%A8%E6%9C%8D%E5%8A%A1%E8%87%AA%E5%90%AF%E5%8A%A8%E9%85%8D%E7%BD%AE/</link><pubDate>Thu, 28 Feb 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190301-%E5%BA%94%E7%94%A8%E6%9C%8D%E5%8A%A1%E8%87%AA%E5%90%AF%E5%8A%A8%E9%85%8D%E7%BD%AE/</guid><description>应用服务自启动配置</description></item><item><title>Github Pages 之 Jekyll 与 Liquid 模板的应用</title><link>https://luowei.github.io/posts/20190127-github_pages_jekyll_liquid/</link><pubDate>Sat, 26 Jan 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190127-github_pages_jekyll_liquid/</guid><description>Jekyll 与 Liquid 模板的应用</description></item><item><title>绝妙的声音</title><link>https://luowei.github.io/posts/20190126-wonderful_audio/</link><pubDate>Fri, 25 Jan 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190126-wonderful_audio/</guid><description>绝妙的声音</description></item><item><title>常用的sql命令</title><link>https://luowei.github.io/posts/20190125-useful_sql_command/</link><pubDate>Thu, 24 Jan 2019 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190125-useful_sql_command/</guid><description>常用的sql命令</description></item><item><title>技术研究课题参考点</title><link>https://luowei.github.io/posts/20180916-technology_research_topic/</link><pubDate>Sat, 15 Sep 2018 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20180916-technology_research_topic/</guid><description>技术研究课题</description></item><item><title>常用的软件工具</title><link>https://luowei.github.io/posts/20180827-useful_recommand_tools/</link><pubDate>Sun, 26 Aug 2018 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20180827-useful_recommand_tools/</guid><description>常用的软件工具</description></item><item><title>iOS下创建与发布私有Spec仓库</title><link>https://luowei.github.io/posts/20190220-ios%E4%B8%8B%E5%88%9B%E5%BB%BA%E4%B8%8E%E5%8F%91%E5%B8%83%E7%A7%81%E6%9C%89spec%E4%BB%93%E5%BA%93/</link><pubDate>Sun, 19 Aug 2018 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190220-ios%E4%B8%8B%E5%88%9B%E5%BB%BA%E4%B8%8E%E5%8F%91%E5%B8%83%E7%A7%81%E6%9C%89spec%E4%BB%93%E5%BA%93/</guid><description>iOS下创建与发布私有Spec仓库</description></item><item><title>iOS性能内存优化</title><link>https://luowei.github.io/posts/20180820-ios%E6%80%A7%E8%83%BD%E5%86%85%E5%AD%98%E4%BC%98%E5%8C%96/</link><pubDate>Sun, 19 Aug 2018 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20180820-ios%E6%80%A7%E8%83%BD%E5%86%85%E5%AD%98%E4%BC%98%E5%8C%96/</guid><description>iOS性能优化、内存优化</description></item><item><title>工作生活中常碰到的问题的总结与思考</title><link>https://luowei.github.io/posts/20180727-work_sumary/</link><pubDate>Thu, 26 Jul 2018 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20180727-work_sumary/</guid><description>工作问题总结</description></item><item><title>常用的终端命令</title><link>https://luowei.github.io/posts/20180710-general_command/</link><pubDate>Mon, 09 Jul 2018 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20180710-general_command/</guid><description>常用的终端命令</description></item><item><title>常用的特殊符号</title><link>https://luowei.github.io/posts/20180624-math_symbols/</link><pubDate>Sat, 23 Jun 2018 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20180624-math_symbols/</guid><description>常用的特殊符号</description></item><item><title>ssh隧道实现代理上网</title><link>https://luowei.github.io/posts/20180607-ssh_tunnel/</link><pubDate>Wed, 06 Jun 2018 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20180607-ssh_tunnel/</guid><description>ssh隧道实现代理上网</description></item><item><title>做独立开发的一些感想</title><link>https://luowei.github.io/posts/20180207-indie_developer_thoughts/</link><pubDate>Tue, 06 Feb 2018 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20180207-indie_developer_thoughts/</guid><description>做独立开发的一些感想</description></item><item><title>开发者个人App作品展示</title><link>https://luowei.github.io/posts/20180206-developer_app/</link><pubDate>Mon, 05 Feb 2018 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20180206-developer_app/</guid><description>开发者个人App作品展示</description></item><item><title>UTI详解</title><link>https://luowei.github.io/posts/20180126-uti_type/</link><pubDate>Thu, 25 Jan 2018 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20180126-uti_type/</guid><description>UTI详解</description></item><item><title>Mime Type 列表全集</title><link>https://luowei.github.io/posts/20180125-mime_type_list/</link><pubDate>Wed, 24 Jan 2018 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20180125-mime_type_list/</guid><description>Mime Type 列表全集</description></item><item><title>手机连接Mac共享的WiFi的hosts配置问题</title><link>https://luowei.github.io/posts/20170827-mac_share_wifi_host_config/</link><pubDate>Sat, 26 Aug 2017 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20170827-mac_share_wifi_host_config/</guid><description>手机连接Mac共享的WiFi的hosts配置问题</description></item><item><title>在阿里云ECS上使用Docker快速搭建Gitlab</title><link>https://luowei.github.io/posts/20170712-docker_gitlab_config/</link><pubDate>Tue, 11 Jul 2017 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20170712-docker_gitlab_config/</guid><description>在阿里云ECS上使用docker快速搭建Gitlab</description></item><item><title>macOS下Tomcat项目的布署及8080端口转发</title><link>https://luowei.github.io/posts/20170612-tomcat_deploy_and_port_proxy/</link><pubDate>Sun, 11 Jun 2017 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20170612-tomcat_deploy_and_port_proxy/</guid><description>macOS下Java Web项目的布署及8080端口转发的配置</description></item><item><title>万能输入法实现原理及代码结构</title><link>https://luowei.github.io/posts/20170528-myinputmethod_structure/</link><pubDate>Sat, 27 May 2017 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20170528-myinputmethod_structure/</guid><description>万能输入法实现原理及代码结构</description></item><item><title>为iOS App子模块创建桌面快捷方式</title><link>https://luowei.github.io/posts/20170519-ios_config_webclip/</link><pubDate>Thu, 18 May 2017 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20170519-ios_config_webclip/</guid><description>为iOS App子模块创建桌面快捷方式</description></item><item><title>使用 sqlcipher 加密解密 sqlite3 数据库</title><link>https://luowei.github.io/posts/20170425-sqlite_encrypt_with_sqlcipher/</link><pubDate>Mon, 24 Apr 2017 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20170425-sqlite_encrypt_with_sqlcipher/</guid><description>使用 sqlcipher 加密解密 sqlite3 数据库</description></item><item><title>机器学习/数据挖掘/神经网络相关资料</title><link>https://luowei.github.io/posts/20170318-machine_learning_data_mining_neural_network/</link><pubDate>Fri, 17 Mar 2017 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20170318-machine_learning_data_mining_neural_network/</guid><description>机器学习/数据挖掘/神经网络相关资料</description></item><item><title>正则表达式所有元字符及其使用方法一览表</title><link>https://luowei.github.io/posts/20170224-regex_tutorial/</link><pubDate>Thu, 23 Feb 2017 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20170224-regex_tutorial/</guid><description>正则表达式所有元字符及其使用方法一览表</description></item><item><title>CallKit使用实现总结</title><link>https://luowei.github.io/posts/20170114-ios_callkit_guide/</link><pubDate>Fri, 13 Jan 2017 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20170114-ios_callkit_guide/</guid><description>iOS中CallKit框架使用实现总结</description></item><item><title>使用自建证书配置HTTPS服务器</title><link>https://luowei.github.io/posts/20161224-https_config/</link><pubDate>Fri, 23 Dec 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20161224-https_config/</guid><description>自建证书</description></item><item><title>ssh隧道、端口转发及内网穿透</title><link>https://luowei.github.io/posts/20161213-ssh%E9%9A%A7%E9%81%93-%E7%AB%AF%E5%8F%A3%E8%BD%AC%E5%8F%91%E5%8F%8A%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/</link><pubDate>Mon, 12 Dec 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20161213-ssh%E9%9A%A7%E9%81%93-%E7%AB%AF%E5%8F%A3%E8%BD%AC%E5%8F%91%E5%8F%8A%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/</guid><description>ssh隧道、端口转发及内网穿透</description></item><item><title>iOS安防及越狱开发相关知识总结</title><link>https://luowei.github.io/posts/20161021-ios_security_reverse_jailbreak_skills_summary/</link><pubDate>Thu, 20 Oct 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20161021-ios_security_reverse_jailbreak_skills_summary/</guid><description>OS安防及越狱开发相关知识总结</description></item><item><title>iOS中图形的绘制基础</title><link>https://luowei.github.io/posts/20160910-ios_graphic_draw/</link><pubDate>Fri, 09 Sep 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20160910-ios_graphic_draw/</guid><description>iOS中图形的绘制基础</description></item><item><title>UITableView的tableHeaderView高度的自适应</title><link>https://luowei.github.io/posts/20160910-uitableview%E7%9A%84tableheaderview%E9%AB%98%E5%BA%A6%E7%9A%84%E8%87%AA%E9%80%82%E5%BA%94/</link><pubDate>Fri, 09 Sep 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20160910-uitableview%E7%9A%84tableheaderview%E9%AB%98%E5%BA%A6%E7%9A%84%E8%87%AA%E9%80%82%E5%BA%94/</guid><description>UITableView的tableHeaderView高度的自适应</description></item><item><title>iOS面试相关基础问题点</title><link>https://luowei.github.io/posts/20160823-ios_basic_interview_question/</link><pubDate>Mon, 22 Aug 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20160823-ios_basic_interview_question/</guid><description>iOS面试相关基础面试题及问题点</description></item><item><title>C/S系统通信相关解决方案</title><link>https://luowei.github.io/posts/20160627-client_server_communication_solution/</link><pubDate>Sun, 26 Jun 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20160627-client_server_communication_solution/</guid><description>C/S系统通信相关解决方案</description></item><item><title>JsonServer,lowdb,hotel为开发者打造轻服务器</title><link>https://luowei.github.io/posts/20160627-jsonserver_lowdb_hotel_for_mock_api_server/</link><pubDate>Sun, 26 Jun 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20160627-jsonserver_lowdb_hotel_for_mock_api_server/</guid><description>JsonServer,lowdb,hotel为开发者打造轻服务器及Api模拟服务器</description></item><item><title>NodeJs前端开发笔记</title><link>https://luowei.github.io/posts/20190516-nodejs%E5%89%8D%E7%AB%AF%E5%BC%80%E5%8F%91%E7%AC%94%E8%AE%B0/</link><pubDate>Sat, 25 Jun 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20190516-nodejs%E5%89%8D%E7%AB%AF%E5%BC%80%E5%8F%91%E7%AC%94%E8%AE%B0/</guid><description>NodeJs前端开发笔记</description></item><item><title>NSURLConnection 与 NSURLSession 区别</title><link>https://luowei.github.io/posts/20160620-ios_nsurlconnection_and_nsurlsession/</link><pubDate>Sun, 19 Jun 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20160620-ios_nsurlconnection_and_nsurlsession/</guid><description>NSURLConnection 与 NSURLSession 区别</description></item><item><title>常见的基础原理相关的面试问题</title><link>https://luowei.github.io/posts/20160619-ios_base_principle_qa/</link><pubDate>Sat, 18 Jun 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20160619-ios_base_principle_qa/</guid><description>常见的基础原理相关的问题</description></item><item><title>iOS 中 UIView 的 Layout 相关概念</title><link>https://luowei.github.io/posts/20160618-ios_view_layout_circle/</link><pubDate>Fri, 17 Jun 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20160618-ios_view_layout_circle/</guid><description>iOS 中 UIView 的 Layout 相关概念</description></item><item><title>iOS中的MVC、MVVM 研究</title><link>https://luowei.github.io/posts/20160617-ios_mvc_mvvm_research/</link><pubDate>Thu, 16 Jun 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20160617-ios_mvc_mvvm_research/</guid><description>iOS中的MVC、MVVM 研究</description></item><item><title>OC中的运行时及Swift中的结构体及值类型</title><link>https://luowei.github.io/posts/20160617-ios_referencetype_swift_struct_difference/</link><pubDate>Thu, 16 Jun 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20160617-ios_referencetype_swift_struct_difference/</guid><description>OC中的运行时及Swift中的结构体及值类型</description></item><item><title>HTTPS的深入理解</title><link>https://luowei.github.io/posts/20160512-https%E7%9A%84%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3/</link><pubDate>Wed, 11 May 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20160512-https%E7%9A%84%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3/</guid><description>HTTPS的深入理解</description></item><item><title>OAuth2.0深入理解</title><link>https://luowei.github.io/posts/20160511-oauth2-0%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3/</link><pubDate>Tue, 10 May 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20160511-oauth2-0%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3/</guid><description>OAuth2.0深入理解</description></item><item><title>iOS中WebView、网络、键盘的关键点</title><link>https://luowei.github.io/posts/20160410-ios%E4%B8%ADwebview-%E7%BD%91%E7%BB%9C-%E9%94%AE%E7%9B%98%E7%9A%84%E5%85%B3%E9%94%AE%E7%82%B9/</link><pubDate>Sat, 09 Apr 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20160410-ios%E4%B8%ADwebview-%E7%BD%91%E7%BB%9C-%E9%94%AE%E7%9B%98%E7%9A%84%E5%85%B3%E9%94%AE%E7%82%B9/</guid><description>iOS 中 WebView、网络操作相关及键盘相关的几个关键类</description></item><item><title>iOS中的MVC、MVVM 研究</title><link>https://luowei.github.io/posts/20160406-ios%E4%B8%AD%E7%9A%84mvc-mvvm-%E7%A0%94%E7%A9%B6/</link><pubDate>Tue, 05 Apr 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20160406-ios%E4%B8%AD%E7%9A%84mvc-mvvm-%E7%A0%94%E7%A9%B6/</guid><description>iOS中的MVC、MVVM 研究</description></item><item><title>C_S系统相关解决方案</title><link>https://luowei.github.io/posts/20160324-c_s%E7%B3%BB%E7%BB%9F%E7%9B%B8%E5%85%B3%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/</link><pubDate>Wed, 23 Mar 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20160324-c_s%E7%B3%BB%E7%BB%9F%E7%9B%B8%E5%85%B3%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/</guid><description>C/S系统相关解决方案</description></item><item><title>OC运行时及Swift结构体与值类型</title><link>https://luowei.github.io/posts/20160305-oc%E8%BF%90%E8%A1%8C%E6%97%B6%E5%8F%8Aswift%E7%BB%93%E6%9E%84%E4%BD%93%E4%B8%8E%E5%80%BC%E7%B1%BB%E5%9E%8B/</link><pubDate>Fri, 04 Mar 2016 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20160305-oc%E8%BF%90%E8%A1%8C%E6%97%B6%E5%8F%8Aswift%E7%BB%93%E6%9E%84%E4%BD%93%E4%B8%8E%E5%80%BC%E7%B1%BB%E5%9E%8B/</guid><description>OC中的运行时及Swift中的结构体及值类型</description></item><item><title>iOS性能内存优化</title><link>https://luowei.github.io/posts/20151213-ios_perfermance_optimization/</link><pubDate>Sat, 12 Dec 2015 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20151213-ios_perfermance_optimization/</guid><description>iOS性能内存优化</description></item><item><title>iOS中多线程开发总结</title><link>https://luowei.github.io/posts/20151105-ios%E4%B8%AD%E5%A4%9A%E7%BA%BF%E7%A8%8B%E5%BC%80%E5%8F%91%E6%80%BB%E7%BB%93/</link><pubDate>Wed, 04 Nov 2015 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20151105-ios%E4%B8%AD%E5%A4%9A%E7%BA%BF%E7%A8%8B%E5%BC%80%E5%8F%91%E6%80%BB%E7%BB%93/</guid><description>iOS中多线程开发，Queue 及 GCD 相关总结</description></item><item><title>WebView、网络操作相关及键盘相关的几个关键类</title><link>https://luowei.github.io/posts/20151024-ios_webview_custom_urlprotocol_keyboard/</link><pubDate>Fri, 23 Oct 2015 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20151024-ios_webview_custom_urlprotocol_keyboard/</guid><description>WebView、网络操作相关及键盘相关的几个关键类</description></item><item><title>iOS内存管理机制</title><link>https://luowei.github.io/posts/20151019-ios_memery_management/</link><pubDate>Sun, 18 Oct 2015 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20151019-ios_memery_management/</guid><description>iOS内存管理机制</description></item><item><title>iOS内存管理机制</title><link>https://luowei.github.io/posts/20150924-ios%E5%86%85%E5%AD%98%E7%AE%A1%E7%90%86%E6%9C%BA%E5%88%B6/</link><pubDate>Wed, 23 Sep 2015 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20150924-ios%E5%86%85%E5%AD%98%E7%AE%A1%E7%90%86%E6%9C%BA%E5%88%B6/</guid><description>iOS内存管理机制</description></item><item><title>Apache虚拟目录转发及防盗链配置</title><link>https://luowei.github.io/posts/20150905-apache%E8%99%9A%E6%8B%9F%E7%9B%AE%E5%BD%95%E8%BD%AC%E5%8F%91%E5%8F%8A%E9%98%B2%E7%9B%97%E9%93%BE%E9%85%8D%E7%BD%AE/</link><pubDate>Fri, 04 Sep 2015 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20150905-apache%E8%99%9A%E6%8B%9F%E7%9B%AE%E5%BD%95%E8%BD%AC%E5%8F%91%E5%8F%8A%E9%98%B2%E7%9B%97%E9%93%BE%E9%85%8D%E7%BD%AE/</guid><description>Apache虚拟目录、域名关联、端口转发以及防盗链配置</description></item><item><title>我的-万能输入法</title><link>https://luowei.github.io/posts/20150820-app%E8%AE%A1%E5%88%92%E6%9E%B6%E6%9E%84%E5%9B%BEpost/</link><pubDate>Wed, 19 Aug 2015 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20150820-app%E8%AE%A1%E5%88%92%E6%9E%B6%E6%9E%84%E5%9B%BEpost/</guid><description>万能输入法</description></item><item><title>Tomcat多域名绑定及集群配置</title><link>https://luowei.github.io/posts/20150803-tomcat_multiple_domain_bind_and_cluster_config/</link><pubDate>Sun, 02 Aug 2015 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20150803-tomcat_multiple_domain_bind_and_cluster_config/</guid><description>Tomcat多域名绑定及集群配置</description></item><item><title>CentOS环境下Apache虚拟目录及负载均衡配置</title><link>https://luowei.github.io/posts/20150723-apache_virtual_host_config/</link><pubDate>Wed, 22 Jul 2015 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20150723-apache_virtual_host_config/</guid><description>CentOS环境下Apache虚拟目录及负载均衡配置</description></item><item><title>一些比较有用的iOS开发者博客</title><link>https://luowei.github.io/posts/20150714-some_useful_ios_developer_blog/</link><pubDate>Mon, 13 Jul 2015 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20150714-some_useful_ios_developer_blog/</guid><description>iOS开发牛人博客</description></item><item><title>HTTPS的深入理解</title><link>https://luowei.github.io/posts/20150706-https_insight/</link><pubDate>Sun, 05 Jul 2015 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20150706-https_insight/</guid><description>HTTPS的深入理解</description></item><item><title>OAuth2.0深入理解</title><link>https://luowei.github.io/posts/20150704-oauth2_0_insight/</link><pubDate>Fri, 03 Jul 2015 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20150704-oauth2_0_insight/</guid><description>OAuth2.0深入理解</description></item><item><title>CentOS上LAMP环境搭建及配置</title><link>https://luowei.github.io/posts/20150615-centos_install_apache_java_tomcat_php_phpmyadmin/</link><pubDate>Sun, 14 Jun 2015 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20150615-centos_install_apache_java_tomcat_php_phpmyadmin/</guid><description>CentOS上安装LAMP服务器</description></item><item><title>浅谈将兵之才与将将之才</title><link>https://luowei.github.io/posts/20150603-general_and_marshal_talent/</link><pubDate>Tue, 02 Jun 2015 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20150603-general_and_marshal_talent/</guid><description>浅谈“能领兵者，谓之将也”；“能将将者，谓之帅也</description></item><item><title>CentOS上安装ShadowSocks脚本</title><link>https://luowei.github.io/posts/20150501-centos_install_shadowsocks_shell_script/</link><pubDate>Thu, 30 Apr 2015 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20150501-centos_install_shadowsocks_shell_script/</guid><description>CentOS上安装ShadowSocks，作为代码服务器</description></item><item><title>决策、目标、计划</title><link>https://luowei.github.io/posts/20150215-decisions_goals_plans/</link><pubDate>Sat, 14 Feb 2015 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20150215-decisions_goals_plans/</guid><description>人生要有方向、要有目标、也要有规划，不能盲目、也不能只凭兴趣去做事情，一定要有一个总体的方向,要有目标与计划的去做一些事情。</description></item><item><title>链表相关面试题</title><link>https://luowei.github.io/posts/20141203-%E9%93%BE%E8%A1%A8%E7%9B%B8%E5%85%B3%E9%9D%A2%E8%AF%95%E9%A2%98/</link><pubDate>Tue, 02 Dec 2014 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20141203-%E9%93%BE%E8%A1%A8%E7%9B%B8%E5%85%B3%E9%9D%A2%E8%AF%95%E9%A2%98/</guid><description>链表相关面试题</description></item><item><title>如果你做的事情毫不费力，就是在浪费时间</title><link>https://luowei.github.io/posts/20141015-it_s_a_waste_of_time_do_effortlessly/</link><pubDate>Tue, 14 Oct 2014 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20141015-it_s_a_waste_of_time_do_effortlessly/</guid><description>如果你做的事情毫不费力，就是在浪费时间</description></item><item><title>一些简单的iOS应用视频教程</title><link>https://luowei.github.io/posts/20141013-ios_game_samples/</link><pubDate>Sun, 12 Oct 2014 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20141013-ios_game_samples/</guid><description>一些简单的iOS应用、小游戏的视频教程</description></item><item><title>学习积累之iOS示例</title><link>https://luowei.github.io/posts/20141013-ios_cocos2dx_game/</link><pubDate>Sun, 12 Oct 2014 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20141013-ios_cocos2dx_game/</guid><description>我学习iOS做的一些示例</description></item><item><title>nginx的负载均衡配置</title><link>https://luowei.github.io/posts/20141010-nginx_upstream/</link><pubDate>Thu, 09 Oct 2014 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20141010-nginx_upstream/</guid><description>nginx的负载均衡配置</description></item><item><title>一些简单的iOS APP开发视频教程</title><link>https://luowei.github.io/posts/20141010-%E4%B8%80%E4%BA%9B%E7%AE%80%E5%8D%95%E7%9A%84ios-app%E5%BC%80%E5%8F%91%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/</link><pubDate>Thu, 09 Oct 2014 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20141010-%E4%B8%80%E4%BA%9B%E7%AE%80%E5%8D%95%E7%9A%84ios-app%E5%BC%80%E5%8F%91%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/</guid><description>一些简单的iOS APP开发视频教程</description></item><item><title>我做的一些视频</title><link>https://luowei.github.io/posts/20140928-video_tutorials/</link><pubDate>Sat, 27 Sep 2014 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20140928-video_tutorials/</guid><description>一些讲解技术的视频教程</description></item><item><title>Apache虚拟目录、域名关联、端口转发以及防盗链配置</title><link>https://luowei.github.io/posts/20140903-apache_mutile_virturehost_domains_anti_leech/</link><pubDate>Tue, 02 Sep 2014 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20140903-apache_mutile_virturehost_domains_anti_leech/</guid><description>Apache虚拟目录、域名关联、端口转发以及防盗链配置</description></item><item><title>从笔迹看性格</title><link>https://luowei.github.io/posts/20131205-character_by_handwriting/</link><pubDate>Wed, 04 Dec 2013 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20131205-character_by_handwriting/</guid><description>人的笔迹会如实地暴露出其潜意识</description></item><item><title>ssh隧道、端口转发及内网穿透</title><link>https://luowei.github.io/posts/20131108-ssh_tunnel_forward_intranet_strike/</link><pubDate>Thu, 07 Nov 2013 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20131108-ssh_tunnel_forward_intranet_strike/</guid><description>ssh隧道、端口转发及内网穿透</description></item><item><title>Java-Intellij、Spring、OSGI、Apache、Nginx_RTMP视频教程</title><link>https://luowei.github.io/posts/20130712-spring-osgi-nginx_rtmp%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/</link><pubDate>Thu, 11 Jul 2013 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20130712-spring-osgi-nginx_rtmp%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B/</guid><description>Intellij、Spring、OSGI、Tomcat、Apache、Nginx、PHP、Nginx_RTMP相关视频教程</description></item><item><title>Java-Intellij开发系列之sitemesh以及shiro的应用</title><link>https://luowei.github.io/posts/20130711-sitemesh%E4%BB%A5%E5%8F%8Ashiro%E7%9A%84%E5%BA%94%E7%94%A8/</link><pubDate>Wed, 10 Jul 2013 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20130711-sitemesh%E4%BB%A5%E5%8F%8Ashiro%E7%9A%84%E5%BA%94%E7%94%A8/</guid><description>Intellij开发系列之sitemesh以及shiro的应用</description></item><item><title>Java-Intellij之JavaEE开发视频（重新整理）</title><link>https://luowei.github.io/posts/20130708-javaee%E5%BC%80%E5%8F%91%E8%A7%86%E9%A2%91/</link><pubDate>Tue, 09 Jul 2013 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20130708-javaee%E5%BC%80%E5%8F%91%E8%A7%86%E9%A2%91/</guid><description>Intellij之JavaEE开发视频</description></item><item><title>Java-Intellij开发系列之使用spring-jpa及spring-mvc介绍</title><link>https://luowei.github.io/posts/20130710-spring-mvc%E9%85%8D%E7%BD%AE/</link><pubDate>Tue, 09 Jul 2013 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20130710-spring-mvc%E9%85%8D%E7%BD%AE/</guid><description>Intellij开发系列之使用spring-jpa及spring-mvc介绍</description></item><item><title>Java-Intellij开发系列之git版本管理及pom配置</title><link>https://luowei.github.io/posts/20130709-pom%E9%85%8D%E7%BD%AE/</link><pubDate>Mon, 08 Jul 2013 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20130709-pom%E9%85%8D%E7%BD%AE/</guid><description>Intellij开发系列之git版本管理及pom配置</description></item><item><title>macOS下安装配置Jekyll</title><link>https://luowei.github.io/posts/20130501-macos_install_jekyll/</link><pubDate>Tue, 30 Apr 2013 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20130501-macos_install_jekyll/</guid><description>在macOS 10.11+下安装配置Jekyll</description></item><item><title>作者简介</title><link>https://luowei.github.io/posts/20130101-hello_world/</link><pubDate>Mon, 31 Dec 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20130101-hello_world/</guid><description>有关博主的介绍</description></item><item><title>Apache服务器的配置</title><link>https://luowei.github.io/posts/20121030-apache%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%9A%84%E9%85%8D%E7%BD%AE/</link><pubDate>Mon, 29 Oct 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20121030-apache%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%9A%84%E9%85%8D%E7%BD%AE/</guid><description>Apache服务器的配置</description></item><item><title>链表相关面试题</title><link>https://luowei.github.io/posts/20121005-linked_list_interview_question/</link><pubDate>Thu, 04 Oct 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20121005-linked_list_interview_question/</guid><description>链表相关面试题，是否存在环及入口点，中间节点，反转</description></item><item><title>排序及二分查找</title><link>https://luowei.github.io/posts/20121003-sorting_and_binary_search/</link><pubDate>Tue, 02 Oct 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20121003-sorting_and_binary_search/</guid><description>排序及二分查找</description></item><item><title>两数相乘小数位无限制</title><link>https://luowei.github.io/posts/20121002-high_precision_algorithm/</link><pubDate>Mon, 01 Oct 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20121002-high_precision_algorithm/</guid><description>两个数相乘，小数点后位数没有限制，请写一个高精度算法</description></item><item><title>用宏比较两数大小</title><link>https://luowei.github.io/posts/20121001-macro_comparing_two_numbers_size/</link><pubDate>Sun, 30 Sep 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20121001-macro_comparing_two_numbers_size/</guid><description>定义一个宏，比较两个数a、b的大小</description></item><item><title>Ubuntu常用的命令与操作</title><link>https://luowei.github.io/posts/20120917-ubuntu%E5%B8%B8%E7%94%A8%E7%9A%84%E5%91%BD%E4%BB%A4%E4%B8%8E%E6%93%8D%E4%BD%9C/</link><pubDate>Sun, 16 Sep 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120917-ubuntu%E5%B8%B8%E7%94%A8%E7%9A%84%E5%91%BD%E4%BB%A4%E4%B8%8E%E6%93%8D%E4%BD%9C/</guid><description>Ubuntu常用的命令与操作</description></item><item><title>Memcached的安装配置及其内存管理的机制与理念</title><link>https://luowei.github.io/posts/20120906-memcached%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE%E5%8F%8A%E5%85%B6%E5%86%85%E5%AD%98%E7%AE%A1%E7%90%86%E7%9A%84%E6%9C%BA%E5%88%B6%E4%B8%8E%E7%90%86%E5%BF%B5/</link><pubDate>Wed, 05 Sep 2012 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120906-memcached%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE%E5%8F%8A%E5%85%B6%E5%86%85%E5%AD%98%E7%AE%A1%E7%90%86%E7%9A%84%E6%9C%BA%E5%88%B6%E4%B8%8E%E7%90%86%E5%BF%B5/</guid><description>Memcached的安装配置及其内存管理的机制与理念</description></item><item><title>Linux常用的基本命令</title><link>https://luowei.github.io/posts/20120903-linux%E5%B8%B8%E7%94%A8%E7%9A%84%E5%9F%BA%E6%9C%AC%E5%91%BD%E4%BB%A4/</link><pubDate>Sun, 02 Sep 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120903-linux%E5%B8%B8%E7%94%A8%E7%9A%84%E5%9F%BA%E6%9C%AC%E5%91%BD%E4%BB%A4/</guid><description>Linux常用的基本命令</description></item><item><title>Sonar环境的搭建与配置</title><link>https://luowei.github.io/posts/20120316-sonar%E7%8E%AF%E5%A2%83%E7%9A%84%E6%90%AD%E5%BB%BA%E4%B8%8E%E9%85%8D%E7%BD%AE/</link><pubDate>Thu, 15 Mar 2012 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120316-sonar%E7%8E%AF%E5%A2%83%E7%9A%84%E6%90%AD%E5%BB%BA%E4%B8%8E%E9%85%8D%E7%BD%AE/</guid><description>Sonar环境的搭建与配置</description></item><item><title>CPP-获取Windows常用的系统信息</title><link>https://luowei.github.io/posts/20120129-%E8%8E%B7%E5%8F%96windows%E5%B8%B8%E7%94%A8%E7%9A%84%E7%B3%BB%E7%BB%9F%E4%BF%A1%E6%81%AF/</link><pubDate>Sat, 28 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120129-%E8%8E%B7%E5%8F%96windows%E5%B8%B8%E7%94%A8%E7%9A%84%E7%B3%BB%E7%BB%9F%E4%BF%A1%E6%81%AF/</guid><description>获取Windows常用的系统信息,如：桌面,注册表,磁盘信息,关机注销,用户信息等</description></item><item><title>Java-OOA、OOD以及UML</title><link>https://luowei.github.io/posts/20120128-ooa-ood%E4%BB%A5%E5%8F%8Auml/</link><pubDate>Fri, 27 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120128-ooa-ood%E4%BB%A5%E5%8F%8Auml/</guid><description>OOA、OOD以及UML</description></item><item><title>Python-用Python建立最简单的web服务器</title><link>https://luowei.github.io/posts/20120127-%E7%94%A8python%E5%BB%BA%E7%AB%8B%E6%9C%80%E7%AE%80%E5%8D%95%E7%9A%84web%E6%9C%8D%E5%8A%A1%E5%99%A8/</link><pubDate>Thu, 26 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120127-%E7%94%A8python%E5%BB%BA%E7%AB%8B%E6%9C%80%E7%AE%80%E5%8D%95%E7%9A%84web%E6%9C%8D%E5%8A%A1%E5%99%A8/</guid><description>用Python建立最简单的web服务器</description></item><item><title>Java-各种数据库的连接配置及对应的Maven库</title><link>https://luowei.github.io/posts/20120126-%E5%90%84%E7%A7%8D%E6%95%B0%E6%8D%AE%E5%BA%93%E7%9A%84%E8%BF%9E%E6%8E%A5%E9%85%8D%E7%BD%AE%E5%8F%8A%E5%AF%B9%E5%BA%94%E7%9A%84maven%E5%BA%93/</link><pubDate>Wed, 25 Jan 2012 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120126-%E5%90%84%E7%A7%8D%E6%95%B0%E6%8D%AE%E5%BA%93%E7%9A%84%E8%BF%9E%E6%8E%A5%E9%85%8D%E7%BD%AE%E5%8F%8A%E5%AF%B9%E5%BA%94%E7%9A%84maven%E5%BA%93/</guid><description>各种数据库的连接配置及对应的Maven库</description></item><item><title>Java-Gradle的简单配置</title><link>https://luowei.github.io/posts/20120125-gradle%E7%9A%84%E7%AE%80%E5%8D%95%E9%85%8D%E7%BD%AE/</link><pubDate>Tue, 24 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120125-gradle%E7%9A%84%E7%AE%80%E5%8D%95%E9%85%8D%E7%BD%AE/</guid><description>Gradle的简单配置</description></item><item><title>Java-Gson使用及GsonBuilder设置</title><link>https://luowei.github.io/posts/20120125-gson%E4%BD%BF%E7%94%A8%E5%8F%8Agsonbuilder%E8%AE%BE%E7%BD%AE/</link><pubDate>Tue, 24 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120125-gson%E4%BD%BF%E7%94%A8%E5%8F%8Agsonbuilder%E8%AE%BE%E7%BD%AE/</guid><description>Gson使用及GsonBuilder设置</description></item><item><title>Java-EL表达式内置函数</title><link>https://luowei.github.io/posts/20120124-el%E8%A1%A8%E8%BE%BE%E5%BC%8F%E5%86%85%E7%BD%AE%E5%87%BD%E6%95%B0/</link><pubDate>Mon, 23 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120124-el%E8%A1%A8%E8%BE%BE%E5%BC%8F%E5%86%85%E7%BD%AE%E5%87%BD%E6%95%B0/</guid><description>EL表达式内置函数</description></item><item><title>Java-常用的设计模式在Java中的应用</title><link>https://luowei.github.io/posts/20120123-%E5%B8%B8%E7%94%A8%E7%9A%84%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E5%9C%A8java%E4%B8%AD%E7%9A%84%E5%BA%94%E7%94%A8/</link><pubDate>Sun, 22 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120123-%E5%B8%B8%E7%94%A8%E7%9A%84%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F%E5%9C%A8java%E4%B8%AD%E7%9A%84%E5%BA%94%E7%94%A8/</guid><description>常用的设计模式在Java中的应用</description></item><item><title>Java-jdk自带的Timer定时器的使用示例</title><link>https://luowei.github.io/posts/20120121-jdk%E8%87%AA%E5%B8%A6%E7%9A%84timer%E5%AE%9A%E6%97%B6%E5%99%A8%E7%9A%84%E4%BD%BF%E7%94%A8%E7%A4%BA%E4%BE%8B/</link><pubDate>Fri, 20 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120121-jdk%E8%87%AA%E5%B8%A6%E7%9A%84timer%E5%AE%9A%E6%97%B6%E5%99%A8%E7%9A%84%E4%BD%BF%E7%94%A8%E7%A4%BA%E4%BE%8B/</guid><description>jdk自带的Timer定时器的使用示例</description></item><item><title>Java-SpringBoot使用基于JDBC配置多个数据源</title><link>https://luowei.github.io/posts/20120122-springboot%E4%BD%BF%E7%94%A8%E5%9F%BA%E4%BA%8Ejdbc%E9%85%8D%E7%BD%AE%E5%A4%9A%E4%B8%AA%E6%95%B0%E6%8D%AE%E6%BA%90/</link><pubDate>Fri, 20 Jan 2012 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120122-springboot%E4%BD%BF%E7%94%A8%E5%9F%BA%E4%BA%8Ejdbc%E9%85%8D%E7%BD%AE%E5%A4%9A%E4%B8%AA%E6%95%B0%E6%8D%AE%E6%BA%90/</guid><description>SpringBoot使用基于JDBC配置多个数据源</description></item><item><title>Java-Java Quartz使用学习笔记</title><link>https://luowei.github.io/posts/20120120-java-quartz%E4%BD%BF%E7%94%A8%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</link><pubDate>Thu, 19 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120120-java-quartz%E4%BD%BF%E7%94%A8%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</guid><description>Java Quartz使用学习笔记</description></item><item><title>Java-一个灯具销售系统的毕业设计简要</title><link>https://luowei.github.io/posts/20120119-%E4%B8%80%E4%B8%AA%E7%81%AF%E5%85%B7%E9%94%80%E5%94%AE%E7%B3%BB%E7%BB%9F%E7%9A%84%E6%AF%95%E4%B8%9A%E8%AE%BE%E8%AE%A1/</link><pubDate>Wed, 18 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120119-%E4%B8%80%E4%B8%AA%E7%81%AF%E5%85%B7%E9%94%80%E5%94%AE%E7%B3%BB%E7%BB%9F%E7%9A%84%E6%AF%95%E4%B8%9A%E8%AE%BE%E8%AE%A1/</guid><description>一个灯具销售系统的毕业设计简要</description></item><item><title>Java-Java中创建线程池的实现方案</title><link>https://luowei.github.io/posts/20120118-java%E4%B8%AD%E5%88%9B%E5%BB%BA%E7%BA%BF%E7%A8%8B%E6%B1%A0%E7%9A%84%E5%AE%9E%E7%8E%B0%E6%96%B9%E6%A1%88/</link><pubDate>Tue, 17 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120118-java%E4%B8%AD%E5%88%9B%E5%BB%BA%E7%BA%BF%E7%A8%8B%E6%B1%A0%E7%9A%84%E5%AE%9E%E7%8E%B0%E6%96%B9%E6%A1%88/</guid><description>Java中创建线程池的实现方案</description></item><item><title>Java-Java中对配置数据的存储方案</title><link>https://luowei.github.io/posts/20120117-java%E4%B8%AD%E5%AF%B9%E9%85%8D%E7%BD%AE%E6%95%B0%E6%8D%AE%E7%9A%84%E5%AD%98%E5%82%A8%E6%96%B9%E6%A1%88/</link><pubDate>Mon, 16 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120117-java%E4%B8%AD%E5%AF%B9%E9%85%8D%E7%BD%AE%E6%95%B0%E6%8D%AE%E7%9A%84%E5%AD%98%E5%82%A8%E6%96%B9%E6%A1%88/</guid><description>Java中对配置数据的存储方案</description></item><item><title>Java-Java中根据Value对Map排序</title><link>https://luowei.github.io/posts/20120116-java%E4%B8%AD%E6%A0%B9%E6%8D%AEvalue%E5%AF%B9map%E6%8E%92%E5%BA%8F/</link><pubDate>Sun, 15 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120116-java%E4%B8%AD%E6%A0%B9%E6%8D%AEvalue%E5%AF%B9map%E6%8E%92%E5%BA%8F/</guid><description>Java中根据Value对Map进行排序、根据key对Map进行排序</description></item><item><title>Java-Ehcache学习笔记</title><link>https://luowei.github.io/posts/20120115-ehcache%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</link><pubDate>Sat, 14 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120115-ehcache%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</guid><description>Ehcache学习笔记</description></item><item><title>Java-Java开发过程中零碎笔记</title><link>https://luowei.github.io/posts/20120114-java%E5%BC%80%E5%8F%91%E8%BF%87%E7%A8%8B%E4%B8%AD%E9%9B%B6%E7%A2%8E%E7%AC%94%E8%AE%B0/</link><pubDate>Fri, 13 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120114-java%E5%BC%80%E5%8F%91%E8%BF%87%E7%A8%8B%E4%B8%AD%E9%9B%B6%E7%A2%8E%E7%AC%94%E8%AE%B0/</guid><description>Java开发过程中零碎笔记</description></item><item><title>Java-Java对XML的解析及Properties文件的读取</title><link>https://luowei.github.io/posts/20120113-java%E5%AF%B9xml%E7%9A%84%E8%A7%A3%E6%9E%90%E5%8F%8Aproperties%E6%96%87%E4%BB%B6%E7%9A%84%E8%AF%BB%E5%8F%96/</link><pubDate>Thu, 12 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120113-java%E5%AF%B9xml%E7%9A%84%E8%A7%A3%E6%9E%90%E5%8F%8Aproperties%E6%96%87%E4%BB%B6%E7%9A%84%E8%AF%BB%E5%8F%96/</guid><description>Java对XML的解析及Properties文件的读取</description></item><item><title>Java-MyEclipse快捷键</title><link>https://luowei.github.io/posts/20120113-myeclipse%E5%BF%AB%E6%8D%B7%E9%94%AE/</link><pubDate>Thu, 12 Jan 2012 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120113-myeclipse%E5%BF%AB%E6%8D%B7%E9%94%AE/</guid><description>MyEclipse快捷键</description></item><item><title>Java-JSTL及EL表达式学习笔记</title><link>https://luowei.github.io/posts/20120112-jstl%E5%8F%8Ael%E8%A1%A8%E8%BE%BE%E5%BC%8F%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</link><pubDate>Wed, 11 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120112-jstl%E5%8F%8Ael%E8%A1%A8%E8%BE%BE%E5%BC%8F%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</guid><description>JSTL及EL表达式学习笔记</description></item><item><title>Java-SpringMVC学习笔记之特点、作用及基础配置</title><link>https://luowei.github.io/posts/20120111-springmvc%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%E4%B9%8B%E7%89%B9%E7%82%B9-%E4%BD%9C%E7%94%A8%E5%8F%8A%E5%9F%BA%E7%A1%80%E9%85%8D%E7%BD%AE/</link><pubDate>Tue, 10 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120111-springmvc%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%E4%B9%8B%E7%89%B9%E7%82%B9-%E4%BD%9C%E7%94%A8%E5%8F%8A%E5%9F%BA%E7%A1%80%E9%85%8D%E7%BD%AE/</guid><description>SpringMVC学习笔记之特点、作用及基础配置</description></item><item><title>Java-Struts学习笔记之拦截器、文件上传下载、xml、json</title><link>https://luowei.github.io/posts/20120110-struts%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%E4%B9%8B%E6%8B%A6%E6%88%AA%E5%99%A8-%E6%96%87%E4%BB%B6%E4%B8%8A%E4%BC%A0%E4%B8%8B%E8%BD%BD-xml-json/</link><pubDate>Mon, 09 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120110-struts%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%E4%B9%8B%E6%8B%A6%E6%88%AA%E5%99%A8-%E6%96%87%E4%BB%B6%E4%B8%8A%E4%BC%A0%E4%B8%8B%E8%BD%BD-xml-json/</guid><description>Struts学习笔记之拦截器、文件上传下载、xml、json</description></item><item><title>Java-Struts学习笔记之Struts框架输入校验、国际化及异常处理</title><link>https://luowei.github.io/posts/20120109-struts%E6%A1%86%E6%9E%B6%E8%BE%93%E5%85%A5%E6%A0%A1%E9%AA%8C-%E5%9B%BD%E9%99%85%E5%8C%96%E5%8F%8A%E5%BC%82%E5%B8%B8%E5%A4%84%E7%90%86/</link><pubDate>Sun, 08 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120109-struts%E6%A1%86%E6%9E%B6%E8%BE%93%E5%85%A5%E6%A0%A1%E9%AA%8C-%E5%9B%BD%E9%99%85%E5%8C%96%E5%8F%8A%E5%BC%82%E5%B8%B8%E5%A4%84%E7%90%86/</guid><description>Struts框架输入校验、国际化及异常处理</description></item><item><title>Java-Struts学习笔记之使用Struts框架创建Web项目</title><link>https://luowei.github.io/posts/20120108-struts%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%E4%B9%8B%E4%BD%BF%E7%94%A8struts%E6%A1%86%E6%9E%B6%E5%88%9B%E5%BB%BAweb%E9%A1%B9%E7%9B%AE/</link><pubDate>Sat, 07 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120108-struts%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%E4%B9%8B%E4%BD%BF%E7%94%A8struts%E6%A1%86%E6%9E%B6%E5%88%9B%E5%BB%BAweb%E9%A1%B9%E7%9B%AE/</guid><description>使用Struts框架创建Web项目</description></item><item><title>Java-使用commons-fileupload做文件上传</title><link>https://luowei.github.io/posts/20120106-%E4%BD%BF%E7%94%A8commons-fileupload%E5%81%9A%E6%96%87%E4%BB%B6%E4%B8%8A%E4%BC%A0/</link><pubDate>Thu, 05 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120106-%E4%BD%BF%E7%94%A8commons-fileupload%E5%81%9A%E6%96%87%E4%BB%B6%E4%B8%8A%E4%BC%A0/</guid><description>在Spring-MVC框架下使用commons-fileupload做文件上传</description></item><item><title>Java-JDBC使用PreparedStatement防SQL注入</title><link>https://luowei.github.io/posts/20120105-jdbc%E4%BD%BF%E7%94%A8preparedstatement%E9%98%B2sql%E6%B3%A8%E5%85%A5/</link><pubDate>Wed, 04 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120105-jdbc%E4%BD%BF%E7%94%A8preparedstatement%E9%98%B2sql%E6%B3%A8%E5%85%A5/</guid><description>Java JDBC使用PreparedStatement防SQL注入</description></item><item><title>Java-Logback学习笔记</title><link>https://luowei.github.io/posts/20120104-logback%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</link><pubDate>Tue, 03 Jan 2012 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20120104-logback%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</guid><description>Logback学习笔记,包括logback的配置，日志输出，输出级别</description></item><item><title>Java-Java中的一些基础特性及API的使用</title><link>https://luowei.github.io/posts/20111118-java%E4%B8%AD%E7%9A%84%E4%B8%80%E4%BA%9B%E5%9F%BA%E7%A1%80%E7%89%B9%E6%80%A7%E5%8F%8Aapi%E7%9A%84%E4%BD%BF%E7%94%A8/</link><pubDate>Thu, 17 Nov 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20111118-java%E4%B8%AD%E7%9A%84%E4%B8%80%E4%BA%9B%E5%9F%BA%E7%A1%80%E7%89%B9%E6%80%A7%E5%8F%8Aapi%E7%9A%84%E4%BD%BF%E7%94%A8/</guid><description>Java中的一些基础特性及API的使用，包括：管道流、文件访问、序列化、Scanner,以及注解、自动装箱拆箱</description></item><item><title>Java-几个基础的Java小应用</title><link>https://luowei.github.io/posts/20111117-%E5%87%A0%E4%B8%AA%E5%9F%BA%E7%A1%80%E7%9A%84java%E5%B0%8F%E5%BA%94%E7%94%A8/</link><pubDate>Wed, 16 Nov 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20111117-%E5%87%A0%E4%B8%AA%E5%9F%BA%E7%A1%80%E7%9A%84java%E5%B0%8F%E5%BA%94%E7%94%A8/</guid><description>几个基础的Java小应用，包括：简单的计算器、小时钟程序、JMenu菜单应用实例</description></item><item><title>Java-Java中的基本运算及简单算法</title><link>https://luowei.github.io/posts/20111116-java%E4%B8%AD%E7%9A%84%E5%9F%BA%E6%9C%AC%E8%BF%90%E7%AE%97%E5%8F%8A%E7%AE%80%E5%8D%95%E7%AE%97%E6%B3%95/</link><pubDate>Tue, 15 Nov 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20111116-java%E4%B8%AD%E7%9A%84%E5%9F%BA%E6%9C%AC%E8%BF%90%E7%AE%97%E5%8F%8A%E7%AE%80%E5%8D%95%E7%AE%97%E6%B3%95/</guid><description>Java面向对象基础，Java中常用的位运算如：相加、相减、逻辑右移、算术右移、循环左右移及由原码求补码等，获取当前日期、求两个数的最大公约数与最大公倍数、杨辉三角</description></item><item><title>Java-Java中的基本数据类型</title><link>https://luowei.github.io/posts/20111115-java%E4%B8%AD%E7%9A%84%E5%9F%BA%E6%9C%AC%E6%95%B0%E6%8D%AE%E7%B1%BB%E5%9E%8B/</link><pubDate>Mon, 14 Nov 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20111115-java%E4%B8%AD%E7%9A%84%E5%9F%BA%E6%9C%AC%E6%95%B0%E6%8D%AE%E7%B1%BB%E5%9E%8B/</guid><description>Java中的基本数据类型</description></item><item><title>Linux下常见文件解压及压缩命令</title><link>https://luowei.github.io/posts/20110923-linux_compress_decompress_comand/</link><pubDate>Thu, 22 Sep 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110923-linux_compress_decompress_comand/</guid><description>Linux下常见文件解压及压缩命令</description></item><item><title>Linux下常用的系统相关信息查看命令</title><link>https://luowei.github.io/posts/20110922-linux_useful_info_comand/</link><pubDate>Wed, 21 Sep 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110922-linux_useful_info_comand/</guid><description>Linux下常用的系统相关信息查看命令</description></item><item><title>CentOS常用的操作命令</title><link>https://luowei.github.io/posts/20110921-centos_useful_comand/</link><pubDate>Tue, 20 Sep 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110921-centos_useful_comand/</guid><description>CentOS常用的操作命令</description></item><item><title>CentOS最常用命令及快捷键整理</title><link>https://luowei.github.io/posts/20110921-centos_common_comand_and_shutkeys/</link><pubDate>Tue, 20 Sep 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110921-centos_common_comand_and_shutkeys/</guid><description>CentOS最常用命令及快捷键整理</description></item><item><title>数据结构-位操作技巧归纳</title><link>https://luowei.github.io/posts/20110912-%E4%BD%8D%E6%93%8D%E4%BD%9C%E6%8A%80%E5%B7%A7%E5%BD%92%E7%BA%B3/</link><pubDate>Sun, 11 Sep 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110912-%E4%BD%8D%E6%93%8D%E4%BD%9C%E6%8A%80%E5%B7%A7%E5%BD%92%E7%BA%B3/</guid><description>位操作技巧归纳</description></item><item><title>数据结构-位运算实现加减乘除、取反求补</title><link>https://luowei.github.io/posts/20110911-%E4%BD%8D%E8%BF%90%E7%AE%97%E5%AE%9E%E7%8E%B0%E5%8A%A0%E5%87%8F%E4%B9%98%E9%99%A4-%E5%8F%96%E5%8F%8D%E6%B1%82%E8%A1%A5/</link><pubDate>Sat, 10 Sep 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110911-%E4%BD%8D%E8%BF%90%E7%AE%97%E5%AE%9E%E7%8E%B0%E5%8A%A0%E5%87%8F%E4%B9%98%E9%99%A4-%E5%8F%96%E5%8F%8D%E6%B1%82%E8%A1%A5/</guid><description>位运算实现加减乘除、取反求补</description></item><item><title>数据结构-稀疏矩阵与广义表</title><link>https://luowei.github.io/posts/20110910-%E7%A8%80%E7%96%8F%E7%9F%A9%E9%98%B5%E4%B8%8E%E5%B9%BF%E4%B9%89%E8%A1%A8/</link><pubDate>Fri, 09 Sep 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110910-%E7%A8%80%E7%96%8F%E7%9F%A9%E9%98%B5%E4%B8%8E%E5%B9%BF%E4%B9%89%E8%A1%A8/</guid><description>稀疏矩阵与广义表</description></item><item><title>Web-ASP之VBScript学习笔记</title><link>https://luowei.github.io/posts/20110909-asp%E4%B9%8Bvbscript%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</link><pubDate>Thu, 08 Sep 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110909-asp%E4%B9%8Bvbscript%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</guid><description>ASP之VBScript学习笔记</description></item><item><title>数据结构-串模式匹配与文本检索</title><link>https://luowei.github.io/posts/20110909-%E4%B8%B2%E6%A8%A1%E5%BC%8F%E5%8C%B9%E9%85%8D%E4%B8%8E%E6%96%87%E6%9C%AC%E6%A3%80%E7%B4%A2/</link><pubDate>Thu, 08 Sep 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110909-%E4%B8%B2%E6%A8%A1%E5%BC%8F%E5%8C%B9%E9%85%8D%E4%B8%8E%E6%96%87%E6%9C%AC%E6%A3%80%E7%B4%A2/</guid><description>串模式匹配与文本检索</description></item><item><title>数据结构-栈和队列应用之八皇后与表达式求值</title><link>https://luowei.github.io/posts/20110908-%E6%A0%88%E5%92%8C%E9%98%9F%E5%88%97%E5%BA%94%E7%94%A8%E4%B9%8B%E5%85%AB%E7%9A%87%E5%90%8E%E4%B8%8E%E8%A1%A8%E8%BE%BE%E5%BC%8F%E6%B1%82%E5%80%BC/</link><pubDate>Wed, 07 Sep 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110908-%E6%A0%88%E5%92%8C%E9%98%9F%E5%88%97%E5%BA%94%E7%94%A8%E4%B9%8B%E5%85%AB%E7%9A%87%E5%90%8E%E4%B8%8E%E8%A1%A8%E8%BE%BE%E5%BC%8F%E6%B1%82%E5%80%BC/</guid><description>栈和队列应用之八皇后与表达式求值</description></item><item><title>数据结构-链表的应用之通讯录管理及约瑟夫环</title><link>https://luowei.github.io/posts/20110907-%E9%93%BE%E8%A1%A8%E7%9A%84%E5%BA%94%E7%94%A8%E4%B9%8B%E9%80%9A%E8%AE%AF%E5%BD%95%E7%AE%A1%E7%90%86%E5%8F%8A%E7%BA%A6%E7%91%9F%E5%A4%AB%E7%8E%AF/</link><pubDate>Tue, 06 Sep 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110907-%E9%93%BE%E8%A1%A8%E7%9A%84%E5%BA%94%E7%94%A8%E4%B9%8B%E9%80%9A%E8%AE%AF%E5%BD%95%E7%AE%A1%E7%90%86%E5%8F%8A%E7%BA%A6%E7%91%9F%E5%A4%AB%E7%8E%AF/</guid><description>链表的应用之通讯录管理及约瑟夫环</description></item><item><title>数据结构-串、树、二叉树、查找二叉树及图</title><link>https://luowei.github.io/posts/20110628-%E4%B8%B2-%E6%A0%91-%E4%BA%8C%E5%8F%89%E6%A0%91-%E6%9F%A5%E6%89%BE%E4%BA%8C%E5%8F%89%E6%A0%91%E5%8F%8A%E5%9B%BE/</link><pubDate>Mon, 27 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110628-%E4%B8%B2-%E6%A0%91-%E4%BA%8C%E5%8F%89%E6%A0%91-%E6%9F%A5%E6%89%BE%E4%BA%8C%E5%8F%89%E6%A0%91%E5%8F%8A%E5%9B%BE/</guid><description>串、树、二叉树、查找二叉树及图</description></item><item><title>数据结构-栈、队列及迷宫求解的应用</title><link>https://luowei.github.io/posts/20110627-%E6%A0%88-%E9%98%9F%E5%88%97%E5%8F%8A%E8%BF%B7%E5%AE%AB%E9%97%AE%E9%A2%98%E7%9A%84%E5%BA%94%E7%94%A8/</link><pubDate>Sun, 26 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110627-%E6%A0%88-%E9%98%9F%E5%88%97%E5%8F%8A%E8%BF%B7%E5%AE%AB%E9%97%AE%E9%A2%98%E7%9A%84%E5%BA%94%E7%94%A8/</guid><description>栈、队列及迷宫求解的应用</description></item><item><title>Java-Java基础14之购物网站开发</title><link>https://luowei.github.io/posts/20110619-java%E5%9F%BA%E7%A1%8014%E4%B9%8B%E8%B4%AD%E7%89%A9%E7%BD%91%E7%AB%99%E5%BC%80%E5%8F%91/</link><pubDate>Sat, 18 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110619-java%E5%9F%BA%E7%A1%8014%E4%B9%8B%E8%B4%AD%E7%89%A9%E7%BD%91%E7%AB%99%E5%BC%80%E5%8F%91/</guid><description>使用基础的Java Web技术开发购物网站</description></item><item><title>Java-Java基础15之操作Oracle数据库</title><link>https://luowei.github.io/posts/20110620-java%E5%9F%BA%E7%A1%8015%E4%B9%8B%E6%93%8D%E4%BD%9Coracle%E6%95%B0%E6%8D%AE%E5%BA%93/</link><pubDate>Sat, 18 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110620-java%E5%9F%BA%E7%A1%8015%E4%B9%8B%E6%93%8D%E4%BD%9Coracle%E6%95%B0%E6%8D%AE%E5%BA%93/</guid><description>使用Java操作Oracle数据库、处理事务以及存储过程</description></item><item><title>Java-Java基础13之JSP与MVC模式开发用户管理系统</title><link>https://luowei.github.io/posts/20110618-java%E5%9F%BA%E7%A1%8013%E4%B9%8Bjsp%E4%B8%8Emvc%E6%A8%A1%E5%BC%8F%E5%BC%80%E5%8F%91%E7%94%A8%E6%88%B7%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F/</link><pubDate>Fri, 17 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110618-java%E5%9F%BA%E7%A1%8013%E4%B9%8Bjsp%E4%B8%8Emvc%E6%A8%A1%E5%BC%8F%E5%BC%80%E5%8F%91%E7%94%A8%E6%88%B7%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F/</guid><description>使用JSP+JavaBean模式与MVC模式开发用户管理系统</description></item><item><title>Java-Java基础12之Servlet开发用户管理系统</title><link>https://luowei.github.io/posts/20110617-java%E5%9F%BA%E7%A1%8012%E4%B9%8Bservlet%E5%BC%80%E5%8F%91%E7%94%A8%E6%88%B7%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F/</link><pubDate>Thu, 16 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110617-java%E5%9F%BA%E7%A1%8012%E4%B9%8Bservlet%E5%BC%80%E5%8F%91%E7%94%A8%E6%88%B7%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F/</guid><description>Java Servlet的应用，开发一个用户管理系统。</description></item><item><title>Java-Java基础11之GUI与网络编程的应用开发餐饮管理系统</title><link>https://luowei.github.io/posts/20110616-java%E5%9F%BA%E7%A1%8011%E4%B9%8Bgui%E4%B8%8E%E7%BD%91%E7%BB%9C%E7%BC%96%E7%A8%8B%E7%9A%84%E5%BA%94%E7%94%A8%E5%BC%80%E5%8F%91%E9%A4%90%E9%A5%AE%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F/</link><pubDate>Wed, 15 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110616-java%E5%9F%BA%E7%A1%8011%E4%B9%8Bgui%E4%B8%8E%E7%BD%91%E7%BB%9C%E7%BC%96%E7%A8%8B%E7%9A%84%E5%BA%94%E7%94%A8%E5%BC%80%E5%8F%91%E9%A4%90%E9%A5%AE%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F/</guid><description>Java基础之GUI编程与网络编程的应用、实现一个小型的餐饮管理系统。</description></item><item><title>Java-Java基础09之Java网络编程的应用</title><link>https://luowei.github.io/posts/20110614-java%E5%9F%BA%E7%A1%8009%E4%B9%8Bjava%E7%BD%91%E7%BB%9C%E7%BC%96%E7%A8%8B%E7%9A%84%E5%BA%94%E7%94%A8/</link><pubDate>Mon, 13 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110614-java%E5%9F%BA%E7%A1%8009%E4%B9%8Bjava%E7%BD%91%E7%BB%9C%E7%BC%96%E7%A8%8B%E7%9A%84%E5%BA%94%E7%94%A8/</guid><description>Java网络编程的应用，创建一个基于socket连接的客户端程序，可以连接服务器端，并接收与发送信息，分别实现半双工通信与全双工通信</description></item><item><title>Java-Java基础10之网络编程实现简易版QQ聊天程序</title><link>https://luowei.github.io/posts/20110615-java%E5%9F%BA%E7%A1%8010%E4%B9%8B%E7%BD%91%E7%BB%9C%E7%BC%96%E7%A8%8B%E5%AE%9E%E7%8E%B0%E7%AE%80%E6%98%93%E7%89%88qq%E8%81%8A%E5%A4%A9%E7%A8%8B%E5%BA%8F/</link><pubDate>Mon, 13 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110615-java%E5%9F%BA%E7%A1%8010%E4%B9%8B%E7%BD%91%E7%BB%9C%E7%BC%96%E7%A8%8B%E5%AE%9E%E7%8E%B0%E7%AE%80%E6%98%93%E7%89%88qq%E8%81%8A%E5%A4%A9%E7%A8%8B%E5%BA%8F/</guid><description>Java网络编程应用，实现简易版QQ包含用户登录、单聊与多聊、好友在线状态显示等功能</description></item><item><title>Java-Java基础08之JDBC连接与Min版学生管理系统开发</title><link>https://luowei.github.io/posts/20110613-java%E5%9F%BA%E7%A1%8008%E4%B9%8Bjdbc%E8%BF%9E%E6%8E%A5%E4%B8%8Emin%E7%89%88%E5%AD%A6%E7%94%9F%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%E5%BC%80%E5%8F%91/</link><pubDate>Sun, 12 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110613-java%E5%9F%BA%E7%A1%8008%E4%B9%8Bjdbc%E8%BF%9E%E6%8E%A5%E4%B8%8Emin%E7%89%88%E5%AD%A6%E7%94%9F%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%E5%BC%80%E5%8F%91/</guid><description>Java基础之使用jdbc-odbc桥连、PreparedStatement的使用、jdbc读写数据库、JTable使用、Min版学生管理系统v1.0到v2.0开发及其数据库的设计</description></item><item><title>Java-Java基础07之坦克大战保存玩家记录及加音效</title><link>https://luowei.github.io/posts/20110612-java%E5%9F%BA%E7%A1%8007%E4%B9%8B%E5%9D%A6%E5%85%8B%E5%A4%A7%E6%88%98%E4%BF%9D%E5%AD%98%E7%8E%A9%E5%AE%B6%E8%AE%B0%E5%BD%95%E5%8F%8A%E5%8A%A0%E9%9F%B3%E6%95%88/</link><pubDate>Sat, 11 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110612-java%E5%9F%BA%E7%A1%8007%E4%B9%8B%E5%9D%A6%E5%85%8B%E5%A4%A7%E6%88%98%E4%BF%9D%E5%AD%98%E7%8E%A9%E5%AE%B6%E8%AE%B0%E5%BD%95%E5%8F%8A%E5%8A%A0%E9%9F%B3%E6%95%88/</guid><description>Java对文件的读写操作、文件输入/输出流的应用、图片的拷贝、文件字符流、缓冲字符流、记事本界面与功能的完善、播放声音、坦克大战v4.0添加保存玩家记录、添加游戏音效。</description></item><item><title>数据结构-线性表、单链表及双链表</title><link>https://luowei.github.io/posts/20110612-%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B9%8B%E7%BA%BF%E6%80%A7%E8%A1%A8-%E5%8D%95%E9%93%BE%E8%A1%A8%E5%8F%8A%E5%8F%8C%E9%93%BE%E8%A1%A8/</link><pubDate>Sat, 11 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110612-%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B9%8B%E7%BA%BF%E6%80%A7%E8%A1%A8-%E5%8D%95%E9%93%BE%E8%A1%A8%E5%8F%8A%E5%8F%8C%E9%93%BE%E8%A1%A8/</guid><description>数据结构之线性表、单链表及双链表</description></item><item><title>Java-Java基础06之坦克大战v3.0及机票售票系统</title><link>https://luowei.github.io/posts/20110611-java%E5%9F%BA%E7%A1%8006%E4%B9%8B%E5%9D%A6%E5%85%8B%E5%A4%A7%E6%88%98v3-0%E5%8F%8A%E6%9C%BA%E7%A5%A8%E5%94%AE%E7%A5%A8%E7%B3%BB%E7%BB%9F/</link><pubDate>Fri, 10 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110611-java%E5%9F%BA%E7%A1%8006%E4%B9%8B%E5%9D%A6%E5%85%8B%E5%A4%A7%E6%88%98v3-0%E5%8F%8A%E6%9C%BA%E7%A5%A8%E5%94%AE%E7%A5%A8%E7%B3%BB%E7%BB%9F/</guid><description>Java多线程的应用，并使用多线程技术开发坦克大战v3.0、机票售票系统。</description></item><item><title>Linux下常用的系统相关信息查看命令</title><link>https://luowei.github.io/posts/20110616-linux%E4%B8%8B%E5%B8%B8%E7%94%A8%E7%9A%84%E7%B3%BB%E7%BB%9F%E7%9B%B8%E5%85%B3%E4%BF%A1%E6%81%AF%E6%9F%A5%E7%9C%8B%E5%91%BD%E4%BB%A4/</link><pubDate>Fri, 10 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110616-linux%E4%B8%8B%E5%B8%B8%E7%94%A8%E7%9A%84%E7%B3%BB%E7%BB%9F%E7%9B%B8%E5%85%B3%E4%BF%A1%E6%81%AF%E6%9F%A5%E7%9C%8B%E5%91%BD%E4%BB%A4/</guid><description>Linux下常用的系统相关信息查看命令</description></item><item><title>Java-Java基础05之坦克大战v1.0到v1.2</title><link>https://luowei.github.io/posts/20110610-java%E5%9F%BA%E7%A1%8005%E4%B9%8B%E5%9D%A6%E5%85%8B%E5%A4%A7%E6%88%98v1-0%E5%88%B0v1-2/</link><pubDate>Thu, 09 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110610-java%E5%9F%BA%E7%A1%8005%E4%B9%8B%E5%9D%A6%E5%85%8B%E5%A4%A7%E6%88%98v1-0%E5%88%B0v1-2/</guid><description>Java的绘图原理之绘直线、矩形、文字、圆及孤形曲线，一步步从v1.0到v2.0坦克大战小游戏，使用java事件处理机制，监听敌方坦克与对子弹的控制，处理键盘事件控制坦克的移动等。</description></item><item><title>Java-Java基础04之使用Swing编写词霸、qq聊天器及记事本界面</title><link>https://luowei.github.io/posts/20110609-java%E5%9F%BA%E7%A1%8004%E4%B9%8B%E4%BD%BF%E7%94%A8swing%E7%BC%96%E5%86%99%E8%AF%8D%E9%9C%B8-qq%E8%81%8A%E5%A4%A9%E5%99%A8%E5%8F%8A%E8%AE%B0%E4%BA%8B%E6%9C%AC%E7%95%8C%E9%9D%A2/</link><pubDate>Wed, 08 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110609-java%E5%9F%BA%E7%A1%8004%E4%B9%8B%E4%BD%BF%E7%94%A8swing%E7%BC%96%E5%86%99%E8%AF%8D%E9%9C%B8-qq%E8%81%8A%E5%A4%A9%E5%99%A8%E5%8F%8A%E8%AE%B0%E4%BA%8B%E6%9C%AC%E7%95%8C%E9%9D%A2/</guid><description>Java swing的布局，如BorderLayout、流式布局、宫格布局以及布局管理器，Java swing编写自定面板、复选框、单选框、列表组件、滚动组件、词霸小应用、qq聊天器、qq登录界面、记事本界面</description></item><item><title>Java-Java基础02之集合类及常用排序及位运算</title><link>https://luowei.github.io/posts/20110608-java%E5%9F%BA%E7%A1%8002%E4%B9%8B%E9%9B%86%E5%90%88%E7%B1%BB%E5%8F%8A%E5%B8%B8%E7%94%A8%E6%8E%92%E5%BA%8F%E5%8F%8A%E4%BD%8D%E8%BF%90%E7%AE%97/</link><pubDate>Tue, 07 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110608-java%E5%9F%BA%E7%A1%8002%E4%B9%8B%E9%9B%86%E5%90%88%E7%B1%BB%E5%8F%8A%E5%B8%B8%E7%94%A8%E6%8E%92%E5%BA%8F%E5%8F%8A%E4%BD%8D%E8%BF%90%E7%AE%97/</guid><description>Java基础中的java的数组、冒泡排序、选择排序、快速排序、集合类及移位运算</description></item><item><title>Java-Java基础03之开发小评分系统与成绩统计查询</title><link>https://luowei.github.io/posts/20110608-java%E5%9F%BA%E7%A1%8003%E4%B9%8B%E5%BC%80%E5%8F%91%E5%B0%8F%E8%AF%84%E5%88%86%E7%B3%BB%E7%BB%9F%E4%B8%8E%E6%88%90%E7%BB%A9%E7%BB%9F%E8%AE%A1%E6%9F%A5%E8%AF%A2/</link><pubDate>Tue, 07 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110608-java%E5%9F%BA%E7%A1%8003%E4%B9%8B%E5%BC%80%E5%8F%91%E5%B0%8F%E8%AF%84%E5%88%86%E7%B3%BB%E7%BB%9F%E4%B8%8E%E6%88%90%E7%BB%A9%E7%BB%9F%E8%AE%A1%E6%9F%A5%E8%AF%A2/</guid><description>Java基础中的泛型，小评分系统与成绩统计</description></item><item><title>Linux下常见文件解压及压缩命令</title><link>https://luowei.github.io/posts/20110608-linux%E4%B8%8B%E5%B8%B8%E8%A7%81%E6%96%87%E4%BB%B6%E8%A7%A3%E5%8E%8B%E5%8F%8A%E5%8E%8B%E7%BC%A9%E5%91%BD%E4%BB%A4/</link><pubDate>Tue, 07 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110608-linux%E4%B8%8B%E5%B8%B8%E8%A7%81%E6%96%87%E4%BB%B6%E8%A7%A3%E5%8E%8B%E5%8F%8A%E5%8E%8B%E7%BC%A9%E5%91%BD%E4%BB%A4/</guid><description>Linux下常见文件解压及压缩命令</description></item><item><title>Java-Java基础01之语言特性及实现99乘法表、约瑟夫环</title><link>https://luowei.github.io/posts/20110607-java%E5%9F%BA%E7%A1%8001%E4%B9%8B%E8%AF%AD%E8%A8%80%E7%89%B9%E6%80%A7%E5%8F%8A%E5%AE%9E%E7%8E%B099%E4%B9%98%E6%B3%95%E8%A1%A8-%E7%BA%A6%E7%91%9F%E5%A4%AB%E7%8E%AF/</link><pubDate>Mon, 06 Jun 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110607-java%E5%9F%BA%E7%A1%8001%E4%B9%8B%E8%AF%AD%E8%A8%80%E7%89%B9%E6%80%A7%E5%8F%8A%E5%AE%9E%E7%8E%B099%E4%B9%98%E6%B3%95%E8%A1%A8-%E7%BA%A6%E7%91%9F%E5%A4%AB%E7%8E%AF/</guid><description>Java基础中Java语言的特性，及相关抽象、封装、继承、多态的应用，99乘法表、约瑟夫环等</description></item><item><title>Windows与linux下环境变量的配置</title><link>https://luowei.github.io/posts/20110423-windows%E4%B8%8Elinux%E4%B8%8B%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E7%9A%84%E9%85%8D%E7%BD%AE/</link><pubDate>Fri, 22 Apr 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110423-windows%E4%B8%8Elinux%E4%B8%8B%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E7%9A%84%E9%85%8D%E7%BD%AE/</guid><description>Windows与linux下环境变量的配置</description></item><item><title>linux学习笔记之常用基础命令及工具操作</title><link>https://luowei.github.io/posts/20110422-linux%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%E4%B9%8B%E5%B8%B8%E7%94%A8%E5%9F%BA%E7%A1%80%E5%91%BD%E4%BB%A4%E5%8F%8A%E5%B7%A5%E5%85%B7%E6%93%8D%E4%BD%9C/</link><pubDate>Thu, 21 Apr 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110422-linux%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%E4%B9%8B%E5%B8%B8%E7%94%A8%E5%9F%BA%E7%A1%80%E5%91%BD%E4%BB%A4%E5%8F%8A%E5%B7%A5%E5%85%B7%E6%93%8D%E4%BD%9C/</guid><description>linux学习笔记之常用基础命令及工具操作</description></item><item><title>linux学习笔记之文件、用户、权限管理</title><link>https://luowei.github.io/posts/20110421-linux%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%E4%B9%8B%E6%96%87%E4%BB%B6-%E7%94%A8%E6%88%B7-%E6%9D%83%E9%99%90%E7%AE%A1%E7%90%86/</link><pubDate>Wed, 20 Apr 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110421-linux%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%E4%B9%8B%E6%96%87%E4%BB%B6-%E7%94%A8%E6%88%B7-%E6%9D%83%E9%99%90%E7%AE%A1%E7%90%86/</guid><description>linux学习笔记之文件、用户、权限管理</description></item><item><title>崔老师课程笔记(linux部分)</title><link>https://luowei.github.io/posts/20110420-%E5%B4%94%E8%80%81%E5%B8%88%E8%AF%BE%E7%A8%8B%E7%AC%94%E8%AE%B0-linux%E9%83%A8%E5%88%86/</link><pubDate>Tue, 19 Apr 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110420-%E5%B4%94%E8%80%81%E5%B8%88%E8%AF%BE%E7%A8%8B%E7%AC%94%E8%AE%B0-linux%E9%83%A8%E5%88%86/</guid><description>linux基本命令笔记</description></item><item><title>Vi键盘图与命令图</title><link>https://luowei.github.io/posts/20110419-vi%E9%94%AE%E7%9B%98%E5%9B%BE%E4%B8%8E%E5%91%BD%E4%BB%A4%E5%9B%BE/</link><pubDate>Mon, 18 Apr 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110419-vi%E9%94%AE%E7%9B%98%E5%9B%BE%E4%B8%8E%E5%91%BD%E4%BB%A4%E5%9B%BE/</guid><description>Vi键盘图与命令图</description></item><item><title>搭建IPSEC_IKEV2_VPN服务器</title><link>https://luowei.github.io/posts/20161012-%E6%90%AD%E5%BB%BAipsec_ikev2_vpn%E6%9C%8D%E5%8A%A1%E5%99%A8/</link><pubDate>Mon, 18 Apr 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20161012-%E6%90%AD%E5%BB%BAipsec_ikev2_vpn%E6%9C%8D%E5%8A%A1%E5%99%A8/</guid><description>搭建IPSEC/IKEV2 VPN服务器</description></item><item><title>CentOS常用的操作命令</title><link>https://luowei.github.io/posts/20110415-centos%E5%B8%B8%E7%94%A8%E7%9A%84%E6%93%8D%E4%BD%9C%E5%91%BD%E4%BB%A4/</link><pubDate>Thu, 14 Apr 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110415-centos%E5%B8%B8%E7%94%A8%E7%9A%84%E6%93%8D%E4%BD%9C%E5%91%BD%E4%BB%A4/</guid><description>CentOS常用的操作命令</description></item><item><title>CentOS最常用命令及快捷键整理</title><link>https://luowei.github.io/posts/20110411-centos%E6%9C%80%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4%E5%8F%8A%E5%BF%AB%E6%8D%B7%E9%94%AE%E6%95%B4%E7%90%86/</link><pubDate>Sun, 10 Apr 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110411-centos%E6%9C%80%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4%E5%8F%8A%E5%BF%AB%E6%8D%B7%E9%94%AE%E6%95%B4%E7%90%86/</guid><description>CentOS最常用命令及快捷键整理</description></item><item><title>ASM-一个简单的中断程序</title><link>https://luowei.github.io/posts/20110312-%E4%B8%80%E4%B8%AA%E7%AE%80%E5%8D%95%E7%9A%84%E4%B8%AD%E6%96%AD%E7%A8%8B%E5%BA%8F/</link><pubDate>Fri, 11 Mar 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110312-%E4%B8%80%E4%B8%AA%E7%AE%80%E5%8D%95%E7%9A%84%E4%B8%AD%E6%96%AD%E7%A8%8B%E5%BA%8F/</guid><description>一个简单的中断程序</description></item><item><title>ASM-保护模式下编程</title><link>https://luowei.github.io/posts/20110312-%E4%BF%9D%E6%8A%A4%E6%A8%A1%E5%BC%8F%E4%B8%8B%E7%BC%96%E7%A8%8B/</link><pubDate>Fri, 11 Mar 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110312-%E4%BF%9D%E6%8A%A4%E6%A8%A1%E5%BC%8F%E4%B8%8B%E7%BC%96%E7%A8%8B/</guid><description>保护模式下编程</description></item><item><title>ASM-用汇编写一个尾寄生Virus</title><link>https://luowei.github.io/posts/20110311-%E7%94%A8%E6%B1%87%E7%BC%96%E5%86%99%E4%B8%80%E4%B8%AA%E5%B0%BE%E5%AF%84%E7%94%9Fvirus/</link><pubDate>Thu, 10 Mar 2011 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110311-%E7%94%A8%E6%B1%87%E7%BC%96%E5%86%99%E4%B8%80%E4%B8%AA%E5%B0%BE%E5%AF%84%E7%94%9Fvirus/</guid><description>用汇编写一个尾寄生Virus</description></item><item><title>ASM-用汇编写一个简单的COM覆盖型的Virus</title><link>https://luowei.github.io/posts/20110311-%E7%94%A8%E6%B1%87%E7%BC%96%E5%86%99%E4%B8%80%E4%B8%AA%E7%AE%80%E5%8D%95%E7%9A%84com%E8%A6%86%E7%9B%96%E5%9E%8B%E7%9A%84virus/</link><pubDate>Thu, 10 Mar 2011 00:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110311-%E7%94%A8%E6%B1%87%E7%BC%96%E5%86%99%E4%B8%80%E4%B8%AA%E7%AE%80%E5%8D%95%E7%9A%84com%E8%A6%86%E7%9B%96%E5%9E%8B%E7%9A%84virus/</guid><description>用汇编写一个简单的COM覆盖型的Virus</description></item><item><title>ASM-使用RadASM编写拾色器</title><link>https://luowei.github.io/posts/20110310-radasm%E7%BC%96%E5%86%99%E6%8B%BE%E8%89%B2%E5%99%A8/</link><pubDate>Wed, 09 Mar 2011 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110310-radasm%E7%BC%96%E5%86%99%E6%8B%BE%E8%89%B2%E5%99%A8/</guid><description>使用RadASM编写拾色器</description></item><item><title>ASM-用RadASM开发记事本程序</title><link>https://luowei.github.io/posts/20110308-%E7%94%A8radasm%E5%BC%80%E5%8F%91%E8%AE%B0%E4%BA%8B%E6%9C%AC%E7%A8%8B%E5%BA%8F/</link><pubDate>Mon, 07 Mar 2011 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110308-%E7%94%A8radasm%E5%BC%80%E5%8F%91%E8%AE%B0%E4%BA%8B%E6%9C%AC%E7%A8%8B%E5%BA%8F/</guid><description>用RadASM开发记事本程序</description></item><item><title>ASM-配置RadASM并开发一个消息框程序</title><link>https://luowei.github.io/posts/20110305-%E9%85%8D%E7%BD%AEradasm%E5%B9%B6%E5%BC%80%E5%8F%91%E4%B8%80%E4%B8%AA%E6%B6%88%E6%81%AF%E6%A1%86%E7%A8%8B%E5%BA%8F/</link><pubDate>Fri, 04 Mar 2011 08:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20110305-%E9%85%8D%E7%BD%AEradasm%E5%B9%B6%E5%BC%80%E5%8F%91%E4%B8%80%E4%B8%AA%E6%B6%88%E6%81%AF%E6%A1%86%E7%A8%8B%E5%BA%8F/</guid><description>配置RadASM并开发一个消息框程序</description></item><item><title>Flash动画制作之圣诞快乐动画集</title><link>https://luowei.github.io/posts/20101210-flash%E5%8A%A8%E7%94%BB%E5%88%B6%E4%BD%9C%E4%B9%8B%E5%9C%A3%E8%AF%9E%E5%BF%AB%E4%B9%90%E5%8A%A8%E7%94%BB%E9%9B%86/</link><pubDate>Thu, 09 Dec 2010 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20101210-flash%E5%8A%A8%E7%94%BB%E5%88%B6%E4%BD%9C%E4%B9%8B%E5%9C%A3%E8%AF%9E%E5%BF%AB%E4%B9%90%E5%8A%A8%E7%94%BB%E9%9B%86/</guid><description>Flash动画制作之圣诞快乐动画集</description></item><item><title>CPP-几款CPP写的小应用</title><link>https://luowei.github.io/posts/20101016-%E5%87%A0%E6%AC%BEcpp%E5%86%99%E7%9A%84%E5%B0%8F%E5%BA%94%E7%94%A8/</link><pubDate>Fri, 15 Oct 2010 16:00:00 +0000</pubDate><guid>https://luowei.github.io/posts/20101016-%E5%87%A0%E6%AC%BEcpp%E5%86%99%E7%9A%84%E5%B0%8F%E5%BA%94%E7%94%A8/</guid><description>几款CPP写的小应用</description></item></channel></rss>