获取最新代码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
直接用SQL语句把DBF导入SQLServer 在SQLServer中执行 SELECT * into bmk FROM OpenDataSource( ’Microsoft.Jet.OLEDB.4.0’,’Data Source=”e:share”;User ID=Admin;Password=....
分类:
数据库 时间:
2014-07-14 14:40:28
阅读次数:
327
无书面许可请勿转载
由于第三章内容较长,我将分做几个部分来翻译。
Advanced Playbooks
So far the playbooks that we have looked at are simple and just run a number of
modules in order. Ansible allows much more control over the execut...
分类:
其他好文 时间:
2014-07-14 14:01:01
阅读次数:
271
创建表create table t_user(username varchar(20),password varchar(20));insert into t_user values('aa','aa');导入jdbc驱动e:\oracle\product\10.1.0\Db_3\jdbc\lib\...
分类:
数据库 时间:
2014-07-13 23:20:15
阅读次数:
460
R1配置:----------------------------------------------------#sysname RT1#super password level 3 cipher H`'>T.,>(V@X!XT.,>(V@X!XT.,>(V@X!XT.,>(V@X!XT.,>(V...
分类:
其他好文 时间:
2014-07-13 22:11:00
阅读次数:
714
What is Configuration Management?Configuration Management refers to the process by which all artifacts relevant to your project, and the relationships...
分类:
其他好文 时间:
2014-07-13 21:57:57
阅读次数:
232
http://blogs.msdn.com/b/sqlnativeclient/archive/2008/05/30/sqlncli-msi-for-sql-server-2008.aspx关键是这位老兄的回复,第三条DavidDmsVcp - MSFT6 Mar 2013 9:13 AM#You ...
分类:
数据库 时间:
2014-07-13 21:40:02
阅读次数:
284
1). In /etc/my.ini, addskip-grant-tables2). mysql -u root -p (no password required)mysql> show databases;+--------------------+| Database |+----------...
分类:
Web程序 时间:
2014-07-13 20:58:19
阅读次数:
349
使用aum( Automatic Undo Management) 时遇到 ORA-01555错误--- 原因和解决方案。...
分类:
其他好文 时间:
2014-07-13 17:23:38
阅读次数:
234
#!/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