心猿益码

忙碌是一种幸福,让我们没时间体会痛苦; 奔波是一种快乐,让我们真实地感受生活; 疲惫是一种享受,让我们无暇空虚。

2021年11月11日

格式化时间yyyy-MM-dd获取

摘要: import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; public class test2 { public static void main(String[] args) { Sim 阅读全文

posted @ 2021-11-11 17:18 心猿益码 阅读(114) 评论(0) 推荐(0) 编辑
python实现excel模板生成建表sql

摘要: #! /usr/bin/python # -*- coding: utf-8 -*- import xlrd3 import os import codecs # 在postgresql中create table def postgres_create(fields): stg_table_name 阅读全文

posted @ 2021-11-11 16:07 心猿益码 阅读(292) 评论(0) 推荐(0) 编辑