996 Worker's Blog

Archives

2021 / 07

Codes there are used in my cv projects during the internship. These practices are useful in pretreatments of inputs.

2021-07-04

Let's talk about sorting, which can be helpful when I deal with god damn interviews...
Reason: Wechat devtools app's secure port function is not active.Solution:微信开发者工具 -> 设置 -> 安全 -> 服务端口按钮
想要悬浮的东西,可以用FrameLayout,越后出现的越靠前,用gravity控制位置之类的。Divider: <View android:layout_width="match_parent" android:layout_height=&quot

2021-07-03

DefinitionIn a Binary Search tree:If the left subtree of any node is not empty, then the value of all the nodes in the left subtree is less than the v
TransactionWhat:A Transaction is a set of operations that satisfy ACID, either committed through a COMMIT or rolled back with ROLLBACK.ACID:1. Atomict
IntroA container is an object that can hold other Java objects. Java Collections Framework(JCF) Provides a generic container for Java developers, star
1. In app.js:Import Express frameworkListen to the right port. app.listen(process.env.PORT || 8080, () => { // process.env.PORT is for Heroku
** Sorry for Chinese content. These are my notes. **Docker 入门镜像基本命令基本的docker version # 版本信息docker info # detailed messagedocker [command] --help # hel
Previous Next