摘要:
自己用了5年的MacBook Pro丐版实在是太卡了,就开始物色新的机器了。 经过多年来对3C产品的理解,从性价比和最后实际会选的情况有3个选择。我会用简单的、非常个人观点的角度来说出选择他们的原因。 性价比之王:联想的小新Pro AMD版本 原因:AMD Yes,加5000块钱的价格。 个人Pas 阅读全文
摘要:
spark on yarn 提交的任务失败,提示 exit 15 之前查网上,大部分有人说时mapred-site 配的classpath有问题,但是我的是好的。 经过艰难的排查是发现,提交的job代码有错误。是什么原因没有发现这个错误呢,因为这个job在client模式时是可以运行的,但是到了cl 阅读全文
摘要:
与其说是开发,不如说是打补丁!是个jesery+spring的restful service,加了一个权限校验部分,做了一些调整。本来其实很简单的一个事,后来发现,这个代码太霸道。本来传个参数是action_id 这个东西,结果参数名字有如下:action_id,actionID,id 我只能说傻傻... 阅读全文
摘要:
@Providerpublic class FormDataFilter implements ContainerRequestFilter{ @Override public void filter(ContainerRequestContext requestContext) thr... 阅读全文
摘要:
A quick calculation shows that if the seek time is around 10 ms and the transfer rate is 100 MB/s, to make the seek time 1% of the transfer time, we n... 阅读全文
摘要:
➜ models git:(master) brew install mongodb==> Downloading https://homebrew.bintray.com/bottles/mongodb-3.0.7.el_capitan.boAlready downloaded: /Libra... 阅读全文
摘要:
command line:$:git config --global http.proxy socks5://localhost:1080 阅读全文
摘要:
Tornado对asynchronous http有很好的支持。 所以跟着demo,总结下一个消息墙要怎么做。思路: 首先查了下有两种思路,一种是client pull 一种是server push。这里使用的是server pull,技术就是挺流行的comet技术。comet大概就是说:我客户端发... 阅读全文
摘要:
第一步 安装xposed框架。原帖:http://forum.xda-developers.com/xposed/official-xposed-lollipop-t3030118翻译版:http://www.miui.com/thread-2341191-1-1.html第二部 安装Locatio... 阅读全文
摘要:
今天在膜拜shadsocks代码的时候发现,大神的代码如此精美、发生的情况基本如下:1 初始化一个TCPHandler,当然他不是这么叫的。2 初始化一个Eventloop。3 将这个TCPHandler放入到EventLoop中。4 之后 在TCPHandler下加入EventLOOP中的代码。可... 阅读全文