Welcome to My Blog
06
23
20
shell shell
BasicVariableConvention: all caps for system variables, lower case for user defined variables. echo $BASH echo $BASH_VE
2020-06-20
20
github github
Introgit: system for version controlgithub: website to upload your directory .md (markdown file): ## This is the header
2020-06-20
20
string string
字符串 考虑使用HashMap进行计数 掌握substring, indexOf, isLetterOrDigit等常见方法 考虑转换成char[] 比较一定要使用equals 找符合条件子串,考虑滑动窗口法,关键在于找到合法起始点 KMP
2020-06-20
19
18
17
16
16
tf tf
References https://classroom.udacity.com/courses/ud187 TensorFlow IntroductionTransfer LearningLoad Data Setimport tens
2020-06-16
14
math math
数学 考虑int溢出,除数为0,数字不能以0开头(0除外)等特殊情况。 考虑gcd,lcm 考虑二分搜索 Fast Power$x = a * b^n$, n is a positive integer, a and b can be
2020-06-14
11
linux linux
Cmdlsls -l # list mode ls -la # list + all hidden filesls -lh # human readable size helpman pwd # open manual man
2020-06-11