获取最新代码svn update --username %SVN_USER% --password %SVN_PASSWORD% >> "../%LOG_FILE%"备份Tomcat 站点md "%APP_ROOT%\backup\%MVN_PROFILE%-%CUR_DATE%-%myran%" ...
分类:
其他好文 时间:
2014-07-16 19:25:56
阅读次数:
231
I have not written any articles here since I graduated from my university. Now I begin to write down my experience about my career of programming du.....
分类:
Web程序 时间:
2014-07-15 08:17:27
阅读次数:
331
【转】SAP FTP Function本文示例如何使用SAP FTP Function将文件从应用服务器传输到另外一个FTP服务器上。DATA: BEGIN OF ig_ftp_result OCCURS 0, line(100), END OF ig_ftp_result.DATA: l_path...
分类:
其他好文 时间:
2014-07-14 10:48:27
阅读次数:
249
近日由于项目要求在需要实现中型数据的批量插入和更新,晚上无聊,在网上看到看到这样的一个实现方法,特摘抄过来,以便以后可能用到参考。一.数据的插入DateTime begin = DateTime.Now;string connectionString = ......;using(SqlConnec...
分类:
数据库 时间:
2014-07-13 22:42:02
阅读次数:
353
from time import timedef cost_time(func): def result(*arg,**args): begin=time() func(*arg,**args) print "cost time:",time()-be...
分类:
编程语言 时间:
2014-07-13 22:38:16
阅读次数:
328
PS::今天巴西又被虐了,做梦以为是3:1,醒来是3:0mysql> delimiter $$mysql> create procedure p3() -> MODIFIES SQL DATA -> BEGIN -> set @i=0; -> set @max=100; ...
分类:
其他好文 时间:
2014-07-13 21:32:50
阅读次数:
195
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
If a and d are relatively prime positive integers, the arithmetic sequence begin...
分类:
其他好文 时间:
2014-07-13 18:53:13
阅读次数:
251
1. PLSQL基本使用
注:1. 三段 declare
Begin
Exception
End;
2. 声明:emp.ename%type;
和字段的属性相同。
3. begin: select 带查询自动 into
存储变量。
4. 条件语句:
(1)if then
...
分类:
数据库 时间:
2014-07-13 18:49:06
阅读次数:
305
11gR1版本 asmcmd的新命令--cp、md_backup、md_restore...
分类:
其他好文 时间:
2014-07-13 16:02:55
阅读次数:
212
#!/bin/bash#Authorxieping1991@163.comcd/sqlbak/usr/local/mysql/bin/mysqladmin-uroot-p123456flush-logsMAXIMUM_BACKUP_FILES=10BACKUP_FOLDERNAME="database_backup"DB_HOSTNAME="localhost"DB_USERNAME="root"DB_PASSWORD="123456"DATABASES=("数据库名称""数据库名称""..
分类:
数据库 时间:
2014-07-13 14:27:14
阅读次数:
376