Skip to content

Instantly share code, notes, and snippets.

@juven
juven / clj-demo.scip-1-1-7.clj
Created December 9, 2013 14:35
clj-demo.scip-1-1-7.clj
(ns clj-demo.scip-1-1-7)
(:require [clojure.contrib.math :as math]))
(defn improve [guess x]
(/ (+ guess (/ x guess)) 2))
(defn good-enough? [guess x]
(< (math/abs (- (math/expt guess 2) x)) 0.001))
(ns clj-demo.analyze-log
(:require [clojure.java.io :as io]
[clj-time.format :as fmt]))
; sample lines in httpd.log
; 50.16.207.27 - - [03/Jul/2011:22:03:46 -0500] "GET /........."
; somple out
; #<DateTime 2011-07-04T03:03:46.000Z>
defmodule Hello do
@author "Juven Xu"
def get_author do
@author
end
end
@juven
juven / maven 3 issue
Created August 27, 2014 02:35
maven 3 crash on OutOfMemoryError
mvn version: 3.1.1
crash on:
[WARNING] The POM for com.taobao.sharereport:share-report-common:jar:1.5.1-20121030.080558-17 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for com.taobao.trade:tradeback-client:jar:1.0.0-20131118.063752-35 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[ERROR] GC overhead limit exceeded -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.

阿里云云原生应用平台团队招人啦

一、招聘对象

2020年11月- 2021年10月毕业的应届毕业生

二、部门介绍

我们是谁?

云原生致力于打造世界上最先进、稳定的云原生基础设施,是阿里云最核心的部门之一。 我们的目标是让云成为成本最低,效率最高,稳定性最强的应用运行环境。在这里,我们设计超大规模容器与调度系统,发挥出云的极致弹性能力;我们构建高性能微服务架构,提供云端应用的无限拓展的能力;我们打造标准易用的 PaaS 平台,让云上研发变得简单、可控。 在这里,你会参与到容器、Kubernetes、Service Mesh、Serverless 等最前沿的技术研发与探索中来;你也会与 CNCF TOC 和 SIG 联席主席, etcd 创始人、K8s Operator 创始人等组成的国内最顶尖的云原生技术团队一同工作。