Choose a strategy Excellent junior staff path Excellent Director Path Excellent executive path Excellent CEO path
Upgrade mariadb from 10.3.22 to 10.5.6
sudo aptitude install mariadb-server mariadb-client do not use the sudo apt-get upgrade
向上协作
当我们面对领导交给自己的一项重要任务时,要有目标必须达成的决心,但是也必须实事求是的提出需要的资源和帮助。 利用领导的魅力和资源,争取领导的支持,既能给团队打气,也能让团队成员更重视这个任务。 ...
专业能力
专业能力跟强弱一样是相对的,人无我有,人有我优,人优我特,人特我专,你更专业。 专业容易让人把自己局限在一个空间里,一个具备技术趋势判断力专业的程序员比只会写代码的程序员更专业。当大多数人还在汲...
Task coordination
Task coordination requires a full understanding of the opinions and wishes of the relevant parties, soliciting the wishes of the coordinated party, and finding a corresponding balance between the ...
Task rhythm
The plan contains a sequence. It is necessary to think about whether a certain action requires pre-preparation, and cognition and understanding are required before making a decision. Decisions ...
Loop through files to find content
#!/opt/anaconda3/bin/python # -*- coding: UTF-8 -*- import os import sys def show_files(path, all_files): # 首先遍历当前目录所有文件及文件夹 file_list = os.listdir(path) # 准备循环判...
Take care of your missing data in the data preprocessing
# import the stand library import numpy as np import matplotlib.pyplot as plt import pandas as pd # Importing the dataset dataset = pd.read_csv('Data.csv') X = dataset.iloc[:, :-1].values pri...
Add automatic startup of HomeAssistant
➜ ~ which hass /usr/local/bin/hass sudo vim /etc/systemd/system/home-assistant@zhangyuqing.service ➜ ~ cat /etc/systemd/system/home-assistant@zhangyuqing.service [Unit] Description=Home ...
Mail config of the latest phabricator
{ "metamta.default-address": "xxx@5288z.com", "metamta.reply-handler-domain": "5288z.com", "cluster.mailers": [ { "key": "smtp", "type": "smtp", "options": { ...
Slow is fast
Slow direction, fast landing. Slow goals, fast execution. 慢就是快制定方向的时候要慢,落地要快。制定目标的时候要慢,执行要快。
Responding to unexpected events
It is the least unexpected thing to encounter unexpected situations in the plan. When planning management, it is necessary to add a mechanism and time to respond to emergencies to retain flexibili...
What is a strategy
Reasonable strategies are effective first, and the odds of winning are greater. The acquaintance matchmaking we often use in our lives is an effective strategy with a high chance of winning. Somet...