技术宅,fat-man

增加语言的了解程度可以避免写出愚蠢的代码

导航

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 50 下一页

2014年5月6日 #

业界良心:Square开源Viewfinder,25万行代码全公布!

摘要: http://www.csdn.net/article/2014-05-06/2819633-square-open-sources-viewfinderhttps://github.com/viewfinderco/viewfinder摘要:移动支付公司Square开源了照片管理和共享应用View... 阅读全文

posted @ 2014-05-06 16:45 codestyle 阅读(315) 评论(0) 推荐(0) 编辑

2014年4月30日 #

用Enterprise Architect从源码自动生成类图

摘要: http://blog.csdn.net/zhouyong0/article/details/8281192/*references:感谢资源分享者。info:简单记录如何通过工具从源码生成类图,便于分析代码结构,对源码阅读挺有用。*/看点开源代码学习下,本想找个代码查看方便点的工具,便于理清代码层... 阅读全文

posted @ 2014-04-30 13:54 codestyle 阅读(1214) 评论(0) 推荐(0) 编辑

2014年4月29日 #

对rsync进行封装的shell脚本

摘要: 抓取#!/bin/bash. push.sh# 错误处理:尝试查找备份文件function onError(){ local errFile="err" local serverInfo=($1 $2 $3) # ip username password l... 阅读全文

posted @ 2014-04-29 15:36 codestyle 阅读(515) 评论(0) 推荐(0) 编辑

2014年4月23日 #

移动App设计之分层架构+MVC

摘要: http://www.cnblogs.com/Logen/archive/2012/11/08/2760638.html场景分析:我们知道,一个移动设备的应用大多与网络有关,也就是说,我在移动设备上看到的数据,一般都是从Server上”拉“过来,显示在我们的移动设备(ios androiud、wpo... 阅读全文

posted @ 2014-04-23 14:22 codestyle 阅读(650) 评论(0) 推荐(0) 编辑

2014年4月22日 #

谈谈领域模型--贫血还是充血?

摘要: http://www.cnblogs.com/blusehuang/archive/2007/07/06/808740.html Martin Fowler很早以前就写过一篇文章,题目叫"贫血模型"。文章里面批判贫血的领域模型是不够优雅、不够OO的,提倡使用充血的领域模型。在Java世界里这是一直争... 阅读全文

posted @ 2014-04-22 16:21 codestyle 阅读(251) 评论(0) 推荐(0) 编辑

2014年4月18日 #

一次任务执行过程

摘要: 有一个任务,需要我查出日志文件里,访问了a4.shuqi.com域名的来源zcat *.gz | awk '$9=="a4.shuqi.com"{print$0}' > aaacat aaa | awk '{print $16}' > refer.txtcat refer.txt | awk '{a... 阅读全文

posted @ 2014-04-18 17:29 codestyle 阅读(255) 评论(0) 推荐(0) 编辑

2014年4月17日 #

RestKit:iOS开发必备,告别众多无聊代码

摘要: http://www.csdn.net/article/2014-04-15/2819312-RestKit-frameworkRestKit是一款专为iOS设计的Objective-C框架,旨在与RESTful web服务的交互变得更简单快速。它基于强大的对象映射系统,并且结合了一个干净、简单的H... 阅读全文

posted @ 2014-04-17 11:04 codestyle 阅读(209) 评论(0) 推荐(0) 编辑

2014年4月15日 #

(Step1-500题)UVaOJ+算法竞赛入门经典+挑战编程+USACO

摘要: http://www.cnblogs.com/sxiszero/p/3618737.html下面给出的题目共计560道,去掉重复的也有近500题,作为ACMer Training Step1,用1年到1年半年时间完成。打牢基础,厚积薄发。 一、UVaOJhttp://uva.onlinejudge.... 阅读全文

posted @ 2014-04-15 19:23 codestyle 阅读(8837) 评论(0) 推荐(6) 编辑

code jam训练

摘要: https://code.google.com/codejam/contests.htmlhttp://student.csdn.net/mcs/programming_challenges 阅读全文

posted @ 2014-04-15 17:42 codestyle 阅读(225) 评论(0) 推荐(0) 编辑

2014年4月14日 #

shell抓取

摘要: #!/bin/shdir=`dirname $0`configDir="$dir/config"ipport="$configDir/ip_port"url="http://www.youdaili.cn/Daili/http/"indexs=$(curl -s --max-time 200 "$u... 阅读全文

posted @ 2014-04-14 21:39 codestyle 阅读(469) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 50 下一页