EADST

Make New Folder with Current Date

Make New Folder with Current Date

import time
import os

#obtain local time
time_now = time.strftime("%Y%m%d", time.localtime())
#obtain current path
root = os.getcwd() 
path = os.path.join(root, time_now)

if not os.path.exists(path):
    os.makedirs(path)
    print("make new dir: ", path)
相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
WebCrawler Base64 SQLite Website RAR Video Streamlit Password DeepSeek Claude EXCEL Bert VSCode Land 图形思考法 Disk 搞笑 FastAPI Qwen2.5 Github GPT4 Card YOLO Pandas Tiktoken git 第一性原理 News CTC Algorithm Qwen C++ LeetCode v0.dev Dataset Ubuntu LoRA GGML Llama Interview CUDA Animate NLP PDF Gemma SPIE Translation Jetson Hilton Use 腾讯云 transformers API NameSilo CLAP SVR Image2Text Excel Bitcoin Crawler CSV Bipartite printf VPN 图标 Google Docker Plate Proxy CV Numpy Baidu Random CC Quantization ResNet-50 Zip Pytorch Hungarian Freesound llama.cpp OCR Template Review Data InvalidArgumentError Ptyhon 强化学习 MD5 报税 logger Clash Markdown SQL FP64 JSON BF16 Mixtral 云服务器 PyCharm GoogLeNet Cloudreve SAM 多进程 COCO Django 签证 ChatGPT Plotly Pillow Permission HuggingFace icon Paddle Agent Knowledge Qwen2 FP32 ModelScope Magnet BTC Quantize Domain 关于博主 Shortcut 证件照 Python HaggingFace Math QWEN Color Tensor Michelin VGG-16 GPTQ Firewall LLM Vmess DeepStream CAM git-lfs OpenCV UI UNIX Bin Statistics FlashAttention torchinfo Breakpoint XML Diagram 多线程 OpenAI v2ray Datetime Tracking 音频 Conda PIP Miniforge 公式 Augmentation LLAMA Jupyter AI RGB FP16 Pickle NLTK Food uwsgi PyTorch CEIR TTS Nginx TensorRT Git 净利润 顶会 Transformers Vim XGBoost WAN tqdm 递归学习法 FP8 IndexTTS2 Distillation TSV TensorFlow Input Paper ONNX diffusers mmap Attention LaTeX Anaconda Linux 版权 阿里云 Sklearn Safetensors uWSGI Search Hotel 继承 Windows 域名 BeautifulSoup tar 财报 Web Heatmap 飞书 scipy 算法题 Logo PDB GIT hf
站点统计

本站现有博文322篇,共被浏览788485

本站已经建立2483天!

热门文章
文章归档
回到顶部