春节锻炼不能停


人生唯有读书和运动不可辜负!

最好的生活,无非就是:

  • 于阅读间,参悟人生,洞察自我;
  • 在运动中,摒弃浮躁,克服万难;
  • 于独处时,探寻真理,提升修养;
  • 在清醒中,辨别是非,追随梦想。

春节可以吃美食、睡懒觉,走亲访友,锻炼也不能停。因为正值寒冬腊月,特别是北方不太方便户外运动。所以推荐了一套在家里也能做的动作。

Read more ⟶

占有型模式


人不要总去想应该做什么,而应该更多地思考自己是什么

在占有型模式中,人们的幸福就在于高人一等、在于拥有权力,并且归根结底在于征服、掠夺和杀戮的能力。而在存在型生存模式中,幸福在于爱、分享和给予。

Read more ⟶

非端项目简易流程


生成的图片在此: https://kdocs.cn/l/cvxr13rl89eh

D2的代码在此:

title: "非端项目简易流程"
sales_opportunity: {
  shape: rectangle
  label: "销售获得商机"
}
sales_communication: {
  shape: rectangle
  label: "销售独立和客户交流"
}
opportunity_valid: {
  shape: diamond
  label: "商机是否靠谱?"
}
reject_customer: {
  shape: rectangle
  label: "回绝客户"
}
end: {
  shape: circle
  label: "结束"
}
standard_product_satisfy: {
  shape: diamond
  label: "标品是否满足客户需求"
}
follow_opportunity: {
  shape: rectangle
  label: "继续跟进商机"
}
collect_requirements: {
  shape: rectangle
  label: "售前整理客户需求"
}
confirm_requirements: {
  shape: diamond
  label: "客户是否确认需求"
}
evaluate_workload: {
  shape: rectangle
  label: "评估定开工作量和计划"
}
project_approval: {
  shape: diamond
  label: "立项审批是否通过"
}
bidding: {
  shape: rectangle
  label: "招投标"
}
sign_contract: {
  shape: diamond
  label: "是否签约"
}
production: {
  shape: rectangle
  label: "投产"
}
promotion: {
  shape: rectangle
  label: "推广"
}

sales_opportunity -> sales_communication
sales_communication -> opportunity_valid
opportunity_valid -> reject_customer: {
  label: "否"
}
reject_customer -> end
opportunity_valid -> standard_product_satisfy: {
  label: "是"
}
standard_product_satisfy -> follow_opportunity: {
  label: "是"
}
standard_product_satisfy -> collect_requirements: {
  label: "否"
}
collect_requirements -> confirm_requirements
confirm_requirements -> evaluate_workload: {
  label: "是"
}
confirm_requirements -> collect_requirements: {
  label: "否"
}
evaluate_workload -> project_approval
project_approval -> evaluate_workload: {
  label: "否"
}
project_approval -> follow_opportunity: {
  label: "是"
}
follow_opportunity -> bidding
bidding -> sign_contract
sign_contract -> production: {
  label: "是"
}
sign_contract -> end: {
  label: "否"
}
production -> promotion
promotion -> end
Read more ⟶

多维表的一些概念


双向关联:在单元格中,引用另外一个表的记录,默认只显示引用记录的第一个字段内容。注:支持设置‘自动关联或‘手动关联?;手工关联支持进一步指定来源于某个视图。

Read more ⟶

存在型模式


马克斯·亨齐克(Max Hunziger)提到过的一种象征来描述存在型模式最为恰当:当光线透过一只蓝色玻璃杯时,这只杯子呈现为蓝色,因为它吸收了所有其他颜色的光,不让它们通过。也就是说,我们之所以称这只玻璃杯为“蓝色”的,恰恰是因为它并不保留蓝色的光波。它之所以拥有这个名称,不是因为它所占有的东西,而是因为它所给出的东西。

Read more ⟶