2023中国银行赴港开户攻略

香港开户的问题在于政策不断更新,因此存在时效性。本文提供2023年的开通参考。

Design a Fine-grained Authorization System with Capability-first Architecture

Implementing flexible, fine-grained permission management is an essential component of robust software design. This article will walk through various authorization system designs that aim to achieve that goal.

What leads to a disinterest in a course

Last week I was invited as a part-time teacher to provide compulsory courses for new staff. Here was something interesting that I didn’t anticipate.

Memory diagnosis for java application on kubernetes

This post will introduce how to analyse native and JVM memory on containers.

托业通过800攻略分享

本文供英语已经通过CET6级,希望通过托业听力阅读(TOEIC LR)考试800分的读者。

Profiling IO performance on different buffer size

Recently I’m working on a project with the IO streams, here are some details.

2022 summary

虽然还没有到年底,但是后续已经没有意外了。

英语时态与Modality大纲

本文供已经有一定水平,但是需要完整复习实验的读者使用,并提供了优先级规划。

英语语法大纲

本文是假设英语已经有一定水平,再次系统复习需要注意的点。语法复习主要难在时态、接续与从句上。

基于词频的背单词方案

本文将提出一个可复制、可跟踪与度量的背单词方案,能够在2.5个月( 70 工时)内将单词量从4000稳定地提升到7000。

A comparison on git Multi-Site geo-replication

Here are some solutions for repository Multi-Site(cross data-center) replication for enterprise.

关于算法、物理与哲学中的时间观念整理

在研究递归算法、分布式Raft的Term、语言中的因果关系与康德的先天综合中,都不可避免地涉及到时空观。本文依据历史时间线对主流观点进行整理。

初探《纯粹理性批判》

康德(1724~1804,大约是乾隆年号)是调和了经验主义与理性主义的伟大思想家,最主要的著作是《纯粹理性批判》(1781年,大清还在处理起义),尤其讨论了认识论。当然他不仅是思想家,他在道德、美学等领域,甚至教书也有很多成就。

罗素《Wisdom of the West》的读书导图

本文是对罗素著作《哲学简史》进行整理的、并补充作者写作时期后的一些现代观点。

递归在应试场景下的使用

在上一篇的递归中,我们从形而上的角度(数码物)去了解递归,本文从工程角度对递归进行进一步分析。