Sub RangeToPresentation() ' Set a VBE reference to Microsoft Excel Object Library Dim XLAp…
mysqldump -uxxx -pxxxx -hxxxxxx db table1 table2 > xx.sql -d 导出结构不导出数据 -t 导出数据不导出结构 导出数…
def fib n i = 2 a ,b = 1, 1 while i < n a,b = b, a+b i += 1 end b end p fib 16 #打印987
rem 授权 icacls file_name /grant administrators:F /q icacls file_name /grant system:F /q ica…
.test3 span { position: relative; } .test3 span a { position: relative; z-index: 2; } .tes…
1 #! /bin/bash 2 3 CodeName=test1.sh 4 APP_PATH=/home/sram/shellfile/$CodeName 5 6 while […
Skip to content This repository Explore Gist Blog Help @baishiyun baishiyun 1 3 0 baishiyu…
#!/usr/bin/env python3 # --*-- coding: utf-8 --*-- from distutils.core import setup setup(…
""" python 3个文件合并成3列.py 依山居 7:47 2015/12/15 先写个简单的实现。主要是itertools.zip_longest()的用法: https:…
# -*- coding:utf8 -*- #读取冰箱数据并插入到数据库 import time,os,glob,mysql.connector def formatTime(mi…