上一页 1 2 3 4 5 6 ··· 24 下一页
摘要: 现在的RSS一个重大的问题就是内容重复,针对性不是特别的强。还有一点是无法推荐好的优质文章。说实在的时间是个宝贵的东西,宁可花点钱读点有价值的文章,也不看一堆rss结果中找好的文章,还不一定找到,浪费时间啊。所有我决定做一个小工具。文章聚合并去重,同时还根据友情链接挖掘好的rss源。项目目前为止,可... 阅读全文
posted @ 2015-08-10 22:50 Martin2 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Mac Pro Book一台去年新款,最近这4年多折腾的东西总结下。Mac的包管理器首选HomeBrew,安装如下:ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"bre... 阅读全文
posted @ 2015-08-08 15:31 Martin2 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 该方案基于任务调度框架Gearman,采用Python开发的分布式数据统计系统。项目的目录结构很简单:# apple at localhost in ~/Develop/getui [11:24:26]$ tree.├── Browser.py├── PickleGearman.py├── Spid... 阅读全文
posted @ 2015-08-08 10:55 Martin2 阅读(852) 评论(0) 推荐(0) 编辑
摘要: 目前,比较火的nosql数据库,如MongoDB,Redis,Riak都提供了类似incr原子行操作。下面是PHP版的一种实现方式: 1 'xx.x.xx.x',24 'port'=>6379,25 'password'=>'xxxxx... 阅读全文
posted @ 2015-08-08 10:32 Martin2 阅读(4281) 评论(1) 推荐(1) 编辑
摘要: Master上授权从库:```grant replication slave on *.* to slave1@ip identified by 'password';```基于数据库hotcopy备份脚本处理:```[root@iZ232n10udnZ 20150806104509]# lsbac... 阅读全文
posted @ 2015-08-08 10:21 Martin2 阅读(245) 评论(0) 推荐(0) 编辑
摘要: Master上授权从库:```grant replication slave on *.* to slave1@ip identified by 'password';```逻辑备份:```mysqldump --single-transaction --master-data database -... 阅读全文
posted @ 2015-08-08 10:02 Martin2 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 1 #!/bin/bash 2 mysql_backup_dir=/data/databaseup/ 3 mysql_username="root" 4 mysql_password="password" 5 databasename="database1 database2" 6 lastwee... 阅读全文
posted @ 2015-08-07 19:46 Martin2 阅读(339) 评论(0) 推荐(0) 编辑
摘要: ```SELECT Concat(TABLE_NAME, '.', COLUMN_NAME) AS 'foreign key', Concat(referenced_table_name, '.', referenced_column_name) AS 'references'FROM ... 阅读全文
posted @ 2015-08-07 19:42 Martin2 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 活动链接(动态)使用的内存数量如下所示:per_connection_memory =read_buffer_size //memory for sequential table scans+read_rnd_buffer_size // memory for buffering reads+sor... 阅读全文
posted @ 2015-08-07 19:38 Martin2 阅读(592) 评论(0) 推荐(0) 编辑
摘要: 非常好用的Postman,Google chrome上必备测试ajax接口插件: 阅读全文
posted @ 2015-08-07 18:57 Martin2 阅读(270) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 24 下一页