# -*- 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 …
require 'rubygems' require 'net/ssh' Net::SSH.start('example.com', :username=>'userName…
#author linxu #decrypt the message of cipher.txt module RubyTrain SPLIT_KEY = ":" class De…
require "opengl" require "glut" $light_diffuse = [1.0, 0.7, 0.7, 1.0] $light_position = [1…
--Oracle定时job --数据库执行此脚本时时,请确保只执行一次,否则会引发错误! declare job_id number; begin dbms_job.submit(…
#!/usr/bin/env python # --*--codig: utf8 --*-- from PyQt4 import QtGui from PyQt4 import Q…
require 'net/ftp' ftp = Net::FTP.new('ftp.domain.com') ftp.passive = true ftp.login ftp.ch…
#!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export…
'****************************************************************************** '* File: c…
@echo off cd\ e: cd Python33 dir CMD
On Error Resume Next Dim objFSO,sourcepath,targetpath,targetfile Function GetSourceFile(pa…
VBA粘贴Excel Chart图表到当前PowerPoint幻灯片中(早期绑定)