question
Briefly (in no more than 250 words) and using suitable examples, explain what it means for an external representation to be self-describing, and whether we can say that JSON is more self-describing that CSVs.
Read MoreBriefly (in no more than 250 words) and using suitable examples, explain what it means for an external representation to be self-describing, and whether we can say that JSON is more self-describing that CSVs.
Read MoreA conceptual model has no direct, visible, or usable counterpart in a database. Given this fact, discuss whether it is ever worth having one and thus spending effort on producing one.
Read More这是论文《On Discriminative vs. Generative classifiers: A comparison of logistic regression and naive Bayes》的一些笔记
Read More线程池 线程池消费拆分任务 线程池消费合并任务 测试这是上一篇的续作,对于这个算法,其中可以同时进行的部分有 拆分后对每一个块的排序可以同时进行 合并时的不同范围之间可以同时进行,例如拆分为10个小块,那么1-5小块的合并跟6-10小块的合并过程可以同时进行 合并的不同阶段之间不可以同时进行,因为...
Read More最近发现了频繁FULL GC的情况,查看GC日志后,发现每次FULL GC后,老年代都能回收大半以上的空间,这意味着有很多临时对象被分配到了老年代。
Read More前段时间针对 scheme 语言写了一个解释器,现在就 fork 一下当时想法,整理一下其中的脉络,做一个思维快照,以期下次用C语言来实现时可以顺利地进行。 成品在此:scheme-bootstrap。
Read More