备份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 SourcePath="\\110\ProgramData\MySQL\MySQL_Server_5.6\d...
阅读全文
posted @
2014-08-22 10:07
思静
阅读(979)
推荐(0)
Jquery Ajax Get示例
摘要:$.ajax({ type: "GET", url:"ajax_url.php", cache: false, data:{'action':'ABC','website':'DDD'}, dataType: "json", success:function(data){ /...
阅读全文
posted @
2014-08-14 15:07
思静
阅读(349)
推荐(0)
Jquery on 事件
摘要:$(document).on("click", 'a.AAA', function(){ var flag=$(this).attr('flag'); alert(flag);
});
阅读全文
posted @
2014-08-14 11:28
思静
阅读(138)
推荐(0)
Json 映射 的使用 及 JS 数组的使用
摘要:Json 映射的使用: var nameMap = { 'A': 'A1', 'B': 'B1', 'B': 'B1' }; var selectedName='A'; if (nameMap[selectedName]!==undefined) selecte...
阅读全文
posted @
2014-08-12 09:27
思静
阅读(513)
推荐(0)