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
.test3 span { position: relative; } .test3 span a { position: relative; z-index: 2; } .tes…
rem 授权 icacls file_name /grant administrators:F /q icacls file_name /grant system:F /q ica…
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(…
# -*- coding:utf8 -*- #读取冰箱数据并插入到数据库 import time,os,glob,mysql.connector def formatTime(mi…
# -*- coding: utf-8 -*- ''' orgin from https://bitbucket.org/k_bx/jquery-unparam now more …