#!/bin/sh #by airzen 20130131 filename=$1 newfilename=$filename.new bakfilename=$filename.…
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…
On Error Resume Next Dim objFSO,sourcepath,targetpath,targetfile Function GetSourceFile(pa…
@echo off cd\ e: cd Python33 dir CMD
Sub InitialData() Sheets("Sheet1").Select Range("B27").Select ActiveCell.FormulaR1C1 = "le…
#!/usr/bin/evn python #coding=utf8 #author:nssprite@gmail.com #date:2014-12-26 import sys …
--从Table 表中取出第 m 条到第 n 条的记录:(Not In 版本) SELECT TOP n-m+1 * FROM Table WHERE (id NOT IN (SE…
select min(level) from dual where nvl(substr('字串1',level,1),' ')<>nvl(substr('字串2',l…
<!Doctype html> <html> <head> <meta http-equiv="Content-type" content…
<a href="http://www.oschina.net/" hidefocus="true" title="开源中国社区">开源中国社区</a>