码农奋斗进行时_

Open Source version of the GitHub Pages theme, now for Jekyll

View project on GitHub

Blog Posts

    27 Apr 2015 » 一次失败的channel-map实验

  • golang
  • 刚刚入门golang,尝试写一个push系统,需要一个“线程安全”的map,看了看golang的库,发现没有提供,官网说法是考虑再三没有实现。然后我在github上发现一份基于rwmutex的并发map源码。这个时候我一脑抽,觉得用了golang就要用channel!然后决定用channel实现一个。不过结局并不好,证明shared memory的通信方式还是用mutex更简便,更有效率。

    23 Apr 2015 » 公司逗比hadoop集群使用记录(陆陆续续)

  • 记录, hadoop, and java
  • 截止今天,在这个坑爹公司的惨烈数据组(修罗场)待了1年有余。说是数据组,每天的事情基本都是导报表----这玩意连报表都说不上---导数据,导数据和因为这样那样的原因重跑数据然后重导数据。虽然hadoop集群还只是1.04版本,说是集群机器数一共只有个位数……老实说真要换下家的时候,面试官亲切的问我:你说你做过hadoop,你们的规模有多大啊?负分滚粗!

    21 Apr 2015 » golang做push系统遇到的问题的整理(一)

  • golang and 记录
  • 啊哈哈哈,写着玩……(:з」∠)

    16 Apr 2015 » 遇到的golang库记录

  • golang and 笔记
  • 16 Apr 2015 » golang与ide使用过程中遇到的问题……

  • golang, 记录, and intellij
    • ide版本:14.1 golang插件版本:0.9.15.3 问题:import "gopkg.in/tomb.v1" 包后,无法使用tomb关键字 解决: 给import加别名:tomb "gopkg.in/tomb.v1"

    15 Apr 2015 » jenkins配置与使用总结

  • java and 安装
  • jenkins可以快速从源码进行项目构建,并帮助你将构建出来的程序部署到需要的位置,节约了很多人力操作……公司号称要后台全用java,却连这种基本的持续构成工具都没有推广使用,全部都由每个项目组自行摸索使用,恩。截止目前位置我只用其构建过tomcat的web项目以及普通java命令行项目。

    13 Apr 2015 » Test

  • just a test

    13 Apr 2015 » ahahah

  • test, nothing, and ok
  • hehe

    06 Apr 2014 » Welcome to Jekyll!

  • You'll find this post in your _posts directory - edit this post and re-build (or run with the -w switch) to see your changes! To add new posts, simply add a file in the _posts directory that follows the convention: YYYY-MM-DD-name-of-post.ext.