码迷,mamicode.com
首页 >  
搜索关键字:online backup    ( 6001个结果
How to download the installation package by ZOL Downer
Recently, Zhongguancun Online distributed theZOL Downer for users to download the resources from ZOL. In this case, userscan just download the ZOL downer with the code of resources, not theinstallation packages. But if someone want toinstall the PC wh...
分类:其他好文   时间:2014-08-22 12:55:58    阅读次数:548
备份BinLog并压缩 全备份
Rem Backup Mysql Binlog Rem Backup Yesterday and RAR Rem Backup every day 00:01 begin backup yesterday and now binlog @set curPath=%~dp0 @set SourcePa...
分类:其他好文   时间:2014-08-22 10:45:55    阅读次数:318
UVA 10002 Center of Masses
题目链接:http://acm.uva.es/local/online_judge/search_uva.htmlProblem:Find out the center of masses of a convex polygon.Input:A series of convex polygons, ...
分类:其他好文   时间:2014-08-22 01:31:25    阅读次数:203
sql sever获取数据库还原时间语句
--只获取数据库名称和最后的还原时间SELECT sdb.Name AS DatabaseName ,COALESCE(CONVERT(VARCHAR(12), MAX(bus.backup_finish_date), 101), '-') AS LastBackUpTimeFROM sys.sys...
分类:数据库   时间:2014-08-21 20:56:24    阅读次数:271
Linux中使用crontab命令定时执行shell脚本或其他Linux命令
使用crontab你可以在指定的时间执行一个shell脚本或者一系列Linux命令。例如系统管理员安排一个备份任务使其每天都运行如何往 cron 中添加一个作业?# crontab –e0 5 * * * /root/bin/backup.sh这将会在每天早上5点运行 /root/bin/backu...
分类:系统相关   时间:2014-08-21 16:44:04    阅读次数:212
windows server 2012语言包安装命令
dism/online/add-package/packagepath:<cab文件路径>比较慢,大约需要20分钟
分类:Windows程序   时间:2014-08-21 15:20:14    阅读次数:243
rsync利用ssh协议复制文件
不需要搭建rsync服务实现两台服务器文件的传输:rsync-artvz-e"ssh-p22-lroot"redis4.tar.gz192.168.1.1:/data/backup/
分类:其他好文   时间:2014-08-21 15:16:25    阅读次数:188
程序员常识--OJ系统及ACM测试题库大全
OJ是Online Judge系统的简称,用来在线检测程序源代码的正确性。著名的OJ有RQNOJ、URAL等。国内著名的题库有北京大学题库、浙江大学题库等。国外的题库包括乌拉尔大学、瓦拉杜利德大学题库等。 简介:   Online Judge系统(简称OJ)是一个在线的判题系统。用户可以在线提交程序多种程序(如C、C++)源代码,系统对源代码进行编译和执行,并通过预先设计的测试数据来检验程序源...
分类:其他好文   时间:2014-08-21 00:11:23    阅读次数:533
Office 365 - SharePoint 2013 Online之应用程序开发工具
1、新建一个网站集,模板选择开发人员模板,如下图: 2、确定以后,需要稍等一会儿; 3、点击网站内容,添加app,如下图: 4、进入SharePoint Store,选择Napa,如下图: 5、选择ADD IT,如下图: 6、可能需要登录,如果没有微软账号,可以注册一个,如下图: 7...
分类:其他好文   时间:2014-08-20 23:58:13    阅读次数:582
[OS]windows 2012 server-Local users and groups-Backup Operators
怎样找到windows 2012 server上的Backup OperatorsPress the Windows + R keys to open the Run dialog, type lusrmgr.msc, and press Enter. NOTE: This file is loc....
分类:Windows程序   时间:2014-08-20 17:53:32    阅读次数:275
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!