• 王菲

    第一次后悔没有早生10年, 这样就有钱去听王菲的演唱会了.

  • ajax跨域请求

    正常情况, ajax跨域调用的时候, 浏览器会先发送options看服务端是不是可以允许域名.

    但是如果有basic auth的话, options不会把auth信息发过去, 然后就401了.

    难道还要nginx单独配置options方法?

  • 努力生活

    我努力生活成好像你没有离开的样子

  • 通宵 踢球

    周日下午踢了个球, 洗个澡到公司通宵. 周一上午小睡一会就睡不着了, 下午上会班, 晚上继续踢球. 现在打个喷嚏肚子都疼.

  • 一点笔记

    From https://www.elastic.co/blog/we-are-out-of-memory-systemd-process-limits

    • ulimit -a which reported a limit of 64140 maximum user processes.
    • /proc/sys/kernel/pid_max which reported 32768. This means that the highest PID on the system can be 32768. After that PIDs wrap. Given that ulimit allows 64140 processes per user, this number was too low, and we increased it temporarily to 131072.
    • /proc/sys/kernel/threads-max which reported 128280. As this is above the limit of maximum user processes, we kept the value.
  • 一点笔记

    Types affect almost all aspects of object behavior. Even the importance of object identity is affected in some sense: for immutable types, operations that compute new values may actually return a reference to any existing object with the same type and value, while for mutable objects this is not allowed. E.g., after a = 1; b = 1, a and b may or may not refer to the same object with the value one, depending on the implementation, but after c = []; d = [], c and d are guaranteed to refer to two different, unique, newly created empty lists. (Note that c = d = [] assigns the same object to both c and d.)

  • 今天的计划

    英语听力5句, 一篇special voa. 跑15分钟, 200个俯卧撑或者仰卧起坐. 把dns隧道的第二个想法实现一样, 看看有什么问题.

    开始.

  • ES 2^53 debug

    昨天晚上终于把ES IDE中Debug的环境搭建起来了, 但今天知道了不是ES的问题, 而是js中对long的精度过低导致, http取到的原始数据还是正确的, json后就错了.

    % node
    > 21319203809218832904
    21319203809218834000
    >
    

    中午的时候,事情还没确定就跑到威宁路吃饭, 忐忑不安.

    还有个集群没搭建起来, 想看机器学习.

    今天计划: 英语听力5句, 一篇special voa. 跑15分钟, 200个俯卧撑.

  • 唱歌-病房-谁是卧底

    只记得周五晚上, 刘更更叫我去唱歌, 我就是抱着无聊也无聊不如去听听鼓掌的心态, 但是最后走的时候一定要我唱几句 :( 以前可是从来没有唱过..

    周六中午起来, 1点多我爸微信问我吃饭了没有, 我没有回. 快4点的时候到病房, 我爸怪我为啥不回消息, 本来是要跟我说让我带点棉签和纱布来的. 我听了以后也是很无语, 想让我带东西就直接说啊, 我回不回”吃饭了没有”也不影响你让我带东西啊. 搞得我也很郁闷. 我爸总是这样, 他要是有事找人, 打电话过去, 第一句话必然是”你干嘛呢?”, 我在旁边听着都郁闷, 有事就直接说事啊, 非要先问下别人干嘛呢. 我爸又是不肯认错的人, 有人要说他不好, 必然发怒, 搞得没法交流. 我也不愿意在病房多待, 直接去五角场和同学聚会去了. 杨区说已经在出租车上了,有些堵, 要20分钟. 我就知道他肯定还没出门, 因为百度地图了一下, 一路畅通. 果然他7点多才到. 吃完饭又玩了一会谁是卧底.

    今天一天无事.

  • 在rfc2616中看到错字...

    哈哈, 居然在rfc2616中看到一个错别字~

    (https://tools.ietf.org/html/rfc2616#section-4.4)[https://tools.ietf.org/html/rfc2616#section-4.4] 4.4节里面的第4点第二行第一个单词哈哈.

    然后发现… 错字也太多了…