👋Welcome ToJiewen's Blog
title: 本地windwos挂载server服务器硬盘更方便的进行开发 date: 2022-10-16 19:42:53 tag: windows category: windows 本地windwos挂载server服务器硬盘更方便的进行开发 方案为winfsp+sshfs-win 下载文件
title: windows包管理器scoop category: windows tag: windows scoop halo: site: https://lideshan.top name: ef89d3a3-da28-4eed-924e-690183e34847 publish: fals
title: xiaojiejei tag: spider category: spider import requests
from lxml import etree
import os
import re
from urllib.parse import quote
# 请求地址转义
def
title: 被动收入AceData date: 2024-07-22 tags: 搞钱 category: 搞钱 部署 分销 前提需要 github账号 域名 clone项目到自己的github 登录vercel link
title: 一些有趣且鲜为人知的 Python 特性 tag: 特性 pyhton github category: python github 来源github github地址 Python, 是一个设计优美的解释型高级语言, 它提供了很多能让程序员感到舒适的功能特性. 但有的时候, Pyth
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
"""
@Project :all_daily_tasks_code @File :job_another.py
@Author :木子
@Date :2024/2/22
title: python tag: python category: python async import asyncio
import aiohttp
目标网站的URL列表 urls = ['http://yourwebsite.com' + str(i) for i in range(10
title: 部署项目到vercel date: 2024-07-12 tag: devops learn category: learn 准备工作 github账号 vercel(可以通过github登录) 项目demo 在github新建一个项目(不想公开的话就不要选择public) 解压项目,
title: 笔记一条龙 date: 2024-08-19 需要的软件 obsidian github仓库 vervel自动部署 图床 picgo还没配置,等配置好了,更好一点
title: 常用的js代码片段 tag: javascript code category: code 获取选择到的字 function getSelectedText() {
if (window.getSelection) { // This technique is the most