Skip to content

ackFinding/ARTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARTS

Algorithm 每周至少做一个 leetcode 的算法题
Review 阅读并点评至少一篇英文技术文章
Tip 学习至少一个技术技巧
Share 分享一篇有观点和思考的技术文章

第一周(2019.3.31~2019.4.6)

algorithm: 7.Reverse Integer

review:References in JAVA

tip: 双重锁误用

share: Java魔法类:Unsafe应用解析

第二周(2019.4.7~2019.4.13)

algorithm: 4. Median of Two Sorted Arrays

review: JVM memory model

tip: 数值包装类型比较的坑

share: Java动态追踪技术探究

第三周(2019.4.14~2019.4.21)

algorithm: 21.Merge Two Sorted Lists.md

review: “Callable” vs “Runnable” Tasks in Java Concurrent Programming

tip: python进行U盘复制

share: CAS以及其ABA问题及解决方法

第四周(2019.4.22~2019.4.28)

algorithm: 19. Remove Nth Node From End of List

review: springboot文档 14~17

tip: Spring AOP内部方法调用失效

share: 代理模式

第五周(2019.4.29~2019.5.5)

algorithm: 20.Valid Parentheses

review: springboot文档 18~19

tip: 享元模式在jdk应用

share: String源码解析

第六周(2019.5.6~2019.5.12)

algorithm:5. Longest Palindromic Substring

review: springboot文档 23

tip: du和df

share: 使用asmtools修改字节码

第七周(2019.5.13~2019.5.19)

algorithm:33. Search in Rotated Sorted Array & 35. Search Insert Position)

review: springboot文档 24

tip: 异常处理finally块

share: Java基本类型的存储

第八周(2019.5.20~2019.5.26)

algorithm:9. Palindrome Number

review: springboot文档 25~27

tip: 线程池相关注意点

share: 实现一个简单的Tomcat

第九周(2019.5.27~2019.6.2)

algorithm:23. Merge k Sorted Lists.md at master

review: spring boot文档 29.1

tip: 01| 可见性、原子性和有序性问题:并发编程Bug的源头

share: 21| 为什么我只改一行的语句,锁这么多?

第十周(2019.6.3~2019.6.9)

algorithm:142. Linked List Cycle II

review: Notes on structured concurrency, or: Go statement considered harmful

tip: 单链表练习

share: 02| Java内存模型:看Java如何解决可见性和有序性问题

第十一周(2019.6.10~2019.6.16)

algorithm:二分查找复习

review: Big O

tip: 11 | Java线程(下):为什么局部变量是线程安全的?

share: 08 | 管程:并发编程的万能钥匙

第十二周(2019.6.17~2019.6.23)

algorithm:94. Binary Tree Inorder Traversal

review: how-expensify-engineers-save-hours-each-week-with-stack-overflow-for-teams

tip: 31 | Guarded Suspension模式:等待唤醒机制的规范实现

share: 30 | 线程本地存储模式:没有共享,就没有伤害

第十三周(2019.6.24~2019.6.30)

algorithm:98. Validate Binary Search Tree

review: Immutable empty collections and iterators

tip: 从0到1将公众号接入聊天机器人(一)之准备工作
从0到1将公众号接入聊天机器人(二)之程序实现
从0到1将公众号接入聊天机器人(三)之接入云服务器和公众号

share: redis watch命令实现秒杀demo

第十四周(2019.7.1~2019.7.7)

algorithm:102. Binary Tree Level Order Traversal

review: Use a Pencil: How a Java Developer Gets Stuff Done

tip: redis实现分布式锁

share: zookeeper实现分布式锁

第十五周(2019.7.8~2019.7.13)

algorithm:34. Find First and Last Position of Element in Sorted Array

review: Garbage Collection: How it’s done

tip: Apollo入门小结

share: Kubernetes入门小结

第十六周(2019.7.14~2019.7.20)

algorithm:二分查找及扩展

review: Spring DI Patterns: The Good, The Bad, and The Ugly

tip: HDFS入门小结

share: HDFS常用命令

第十七周(2019.7.21~2019.7.27)

algorithm:450. Delete Node in a BST - 简书

review: Pro Spring 5, 5th Edition前言

tip:Docker本地registry创建

share:关于/var/run/docker.sock的理解

第十八周(2019.7.28~2019.8.3)

algorithm:189. Rotate Array - 简书

review: Pro Spring 5, 5th Edition chapter1

tip:Docker运行容器传参

share:okhttp3调用response.body().string();报错java.lang.IllegalStateException: closed - 简书

第十九周(2019.8.4~2019.8.10)

algorithm:994. Rotting Oranges - 简书

review: Pro Spring 5, 5th Edition chapter1

tip:maven plugin打包docker镜像 - 简书

share:存在依赖但报错java.lang.NoClassDefFoundError - 简书

第二十周(2019.8.11~2019.8.17)

algorithm:108. Convert Sorted Array to Binary Search Tree - 简书

review:

tip:maven打包执行shell - 简书

share:java.lang.IllegalStateException: Failed to load ApplicationContext - 简书

第二十一周(2019.8.18~2019.8.24)

algorithm:利用堆求TopK - 简书

review:

tip:curl常用 - 简书

share:Docker运行输出错误[sh: xxx.sh: No such file or directory] - 简书

第二十二周(2019.8.25~2019.8.31)

algorithm:

review:

tip:docker相关 - 简书

share:stop docker 返回137 - 简书

第二十三周(2019.9.1~2019.9.7)

algorithm:

review:

tip:运行docker容器传递参数 - 简书

share:监控kubernetes job是否完成 - 简书

第二十四周(2019.9.8~2019.9.14)

algorithm:

review:

tip:Ant maven plugin通过curl发送Post请求 - 简书

share: ApiInstance.createNamespacedJob引起SocketTimeoutException - 简书

第二十五周(2019.9.15~2019.9.21)

algorithm:

review:

tip:cannot pull images 127.0.0.1:5000/peanut:v4 - 简书

share:运行shell脚本报错\r':command not found - 简书

第二十六周(2019.9.22~2019.9.28)

algorithm:

review:

tip:restful请求报错404 not found - 简书

share:KMP中next数组理解

第二十七周(2019.9.29~2019.10.5)

algorithm:

review:

tip:K8S删除Job时报错java.lang.IllegalStateException: Expected a string but was BEGIN_OBJECT - 简书

share:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors