Skip to content

Commit d5fdaa8

Browse files
committed
record basic knowlege
1 parent bdd1a67 commit d5fdaa8

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

languages/java/basic/basic.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
java数据分为两种:基本数据类型(Primitive Type)和引用数据类型(Reference Type)
44

5-
![basicdatatype.png](./assets/basic-data-type.png)
5+
![](https://picturestr.oss-cn-shanghai.aliyuncs.com/javaseniorengineer/language/java/basic/202204291555779.png)
66

77
### 1.1 基本数据类型
88

@@ -412,3 +412,11 @@ https://www.cnblogs.com/wuhenzhidu/p/anonymous.html
412412
那些是类必须是实现的方法
413413
接口也可以实现方法,然后类是否能够重新实现方法
414414

415+
位运算的使用场景
416+
https://blog.csdn.net/qq_39314099/article/details/110482069
417+
418+
419+
import 导入机制
420+
421+
jar是怎么命名的
422+
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
foreach的使用
22

3-
gro.name ~ #{keywork}
3+
gro.name ~ #{keywork}
4+
5+
6+
association

tools/git/basic.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
11
为什么在另一个分支git pull dev
22

33
会刷新自己的文件
4+
5+
bb3a41d7 HEAD@{8}: commit: fix(gis-api):
6+
df9e2c0d (dev) HEAD@{11}: merge liyuanbo: Fast-forward
7+
ad1a36fc HEAD@{12}: pull --no-stat -v --progress origin dev: Fast-forward
8+
a40e839d HEAD@{13}: checkout: moving from liyuanbo to dev
9+
10+
11+
e78b8e46 (HEAD -> liyuanbo, origin/liyuanbo) HEAD@{0}: reset: moving to HEAD
12+
e78b8e46 (HEAD -> liyuanbo, origin/liyuanbo) HEAD@{1}: reset: moving to HEAD
13+
e78b8e46 (HEAD -> liyuanbo, origin/liyuanbo) HEAD@{2}: commit: fix(gis-api):
14+
15+
16+
https://www.cnblogs.com/flying_bat/p/3408634.html
17+
18+
19+
查看历史记录git reflog

0 commit comments

Comments
 (0)