码迷,mamicode.com
首页 >  
搜索关键字:site backup    ( 8139个结果
GTFS
DocumentationThe General Transit Feed Specification isdocumentedona Google Code site.Tablesin our feedWecurrently includethe following tables in the C...
分类:Web程序   时间:2014-10-21 21:21:03    阅读次数:216
mysql导出命令
数据库备份 /data/mysql/bin/mysqldump -hlocalhost -u'root' -p'do' my_db --single-transaction -q | gzip > my_db.sql.gz find '/home/yourname/backup/mysql' -na...
分类:数据库   时间:2014-10-21 21:18:20    阅读次数:264
img, script, link 的 src/href 为空时的bug
重复加载 这个 bug 并不新鲜。早在 2009 年,Nicholas C. Zakas 就发现了空 src 的危害性:Empty image src can destroy your site. Nicholas 的发现可以概括为一句话:img, script, link 的 src/href 为空时,有...
分类:Web程序   时间:2014-10-21 20:00:35    阅读次数:241
linux 计划任务
[root@localhost backup]# crontab -e0 4 * * * /home/backup/databack4.sh5 4 * * * /home/backup/databak3.sh10 4 * * * /home/backup/databak2.sh20 4 * * * ...
分类:系统相关   时间:2014-10-21 17:29:07    阅读次数:153
Sharepoint CAML 增删改查 List
Lists.UpdateListItems 方法 (websvcLists) Windows SharePoint Services 3 Adds, deletes, or updates the specified items in a list on the current site.命名空间:...
分类:其他好文   时间:2014-10-21 11:37:28    阅读次数:529
eclipse debug调试mapreduce程序
1、将mapred-site.xml文件拷贝一份到项目中 <configuration> ????<property> ????????<name>mapreduce.framework.name</name> ????????????<value>yarn</value> ????</property> ??...
分类:系统相关   时间:2014-10-20 23:31:12    阅读次数:402
Eclipse中SVN的安装步骤(两种)和用法
一、给安装EclipseSVN,最常见的有两种方式:手动方式和使用安装向导方式。详细过程例如以下:方式一:手动安装1、从官网下载site-1.6.9.zip文件,网址是:subclipse.tigris.org2、从中解压出features与plugins目录,拷贝到E:/MyEclipse/myP...
分类:系统相关   时间:2014-10-20 16:48:24    阅读次数:202
Magento white screen or how XML can break your site?
Magento white screen or how XML can break your site?bySANDOon02. OCT, 2012inMAGENTO,SMALL TIPSI had an odd white screen on one of my websites. No exce...
分类:其他好文   时间:2014-10-19 21:15:46    阅读次数:189
为Eclipse安装主题插件
方法2:通过站点更新eclipse:Help->Install New Software->Work with:Update Site -http://eclipse-color-theme.github.com/updateMyEclipse:Help->MyEclipse Confrontati...
分类:系统相关   时间:2014-10-18 18:20:12    阅读次数:215
Express 3 implement CSRF protection
CSRF(Cross Site Request Forgery)是常見但不顯眼的攻擊方式,本篇不介紹如何使用CSRF攻擊 只有介紹如何透過Express去實作CSRF protection 要實作CSRF protection要開啟一些功能(session, csrf, cookieParser...
分类:其他好文   时间:2014-10-18 12:45:06    阅读次数:175
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!