惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
Microsoft Azure Blog
Microsoft Azure Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog
Y
Y Combinator Blog
博客园_首页
有赞技术团队
有赞技术团队
博客园 - Franky
腾讯CDC
G
Google Developers Blog
Recent Announcements
Recent Announcements
博客园 - 【当耐特】
D
Docker
The GitHub Blog
The GitHub Blog
MyScale Blog
MyScale Blog
H
Help Net Security
Apple Machine Learning Research
Apple Machine Learning Research
A
About on SuperTechFans
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
V
V2EX
U
Unit 42
aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学

谋生者 ICL

心向己,万事轻 - 谋生者 ICL 薅了工会一把羊毛 - 谋生者 ICL 活在当下 - 谋生者 ICL 婚姻最大的隐患:同龄人之间的“代沟” - 谋生者 ICL 2025半年记 - 谋生者 ICL 自由和孤独的时间随想 - 谋生者 ICL 花开有时,落有时,当谢了,就不必再灌溉了 - 谋生者 ICL 不合适的人在一起是内耗 - 谋生者 ICL 读《关于人生选择的10个重要建议》的心得 - 谋生者 ICL 心海微澜 - 谋生者 ICL 九年三箴:行乐、珍惜与三思 - 谋生者 ICL 屎山 - 谋生者 ICL 中产返贫五件套 - 谋生者 ICL 2024年旅行的一些Vlog - 谋生者 ICL 地铁站里的小感悟 - 谋生者 ICL 比惨 - 谋生者 ICL 迷失 - 谋生者 ICL CTR预估算法之DeepFm - 谋生者 ICL 为者常成,行者常至 - 谋生者 ICL
回顾2025年 - 谋生者 ICL
2025-12-31 · via 谋生者 ICL

今年工作上重要的心得体会是:认清形势,认清自我。
这个世界不变的就是一直在变化,如何在变化中求生存,就得拥抱变化。如果固步自封或认错方向,只会像老牛拉车一样,拼命努力的半天还在自己的一亩三分地被人抽着鞭子。

option = {
  title: {
    top: 30,
    left: 'center',
    text: 'gitlab(次)'
  },
  tooltip: {
    position: 'top',
    formatter: function (p) {
      const format = echarts.time.format(p.data[0], '{yyyy}-{MM}-{dd}', false);
      return format + ': ' + p.data[1] + '次';
    }
  },
  visualMap: {
    show: true,
    min: 0,
    max: 20,
    calculable: true,
    orient: 'horizontal',
    left: 'center',
    top: 'bottom'
  },
  calendar: [
    {
        top: 120,
        range: '2025',
        cellSize: [15, 15]
    }
  ],
  series: [
    {
    type: 'heatmap',
    coordinateSystem: 'calendar',
    calendarIndex: 0,
    data: [["2025-01-07",6],["2025-01-16",3],["2025-02-21",1],["2025-02-26",1],["2025-03-01",2],["2025-03-04",1],["2025-03-11",6],["2025-03-12",2],["2025-03-13",16],["2025-03-25",2],["2025-04-07",10],["2025-04-08",1],["2025-04-15",1],["2025-04-17",1],["2025-04-18",1],["2025-04-22",2],["2025-04-25",3],["2025-05-05",1],["2025-05-12",1],["2025-05-14",1],["2025-05-15",3],["2025-05-16",10],["2025-05-20",5],["2025-05-21",1],["2025-06-04",3],["2025-06-08",1],["2025-06-11",1],["2025-06-14",1],["2025-06-19",2],["2025-07-05",2],["2025-07-09",1],["2025-07-10",1],["2025-07-11",1],["2025-07-16",6],["2025-07-17",16],["2025-07-21",7],["2025-07-22",7],["2025-07-23",6],["2025-07-24",4],["2025-07-25",1],["2025-07-29",4],["2025-07-31",3],["2025-08-01",1],["2025-08-06",1],["2025-08-07",9],["2025-08-08",7],["2025-08-09",3],["2025-08-10",2],["2025-08-11",3],["2025-08-12",2],["2025-08-13",4],["2025-08-14",5],["2025-08-18",6],["2025-08-20",1],["2025-08-21",2],["2025-08-22",1],["2025-08-26",3],["2025-08-27",3],["2025-08-28",1],["2025-09-02",5],["2025-09-08",4],["2025-09-09",5],["2025-09-12",4],["2025-09-16",1],["2025-09-18",4],["2025-09-19",2],["2025-09-23",3],["2025-09-25",2],["2025-09-27",1],["2025-09-29",4],["2025-09-30",3],["2025-10-23",1],["2025-10-27",2],["2025-10-28",8],["2025-10-29",4],["2025-10-30",5],["2025-10-31",12],["2025-11-01",1],["2025-11-03",1],["2025-11-05",8],["2025-11-06",2],["2025-11-07",1],["2025-11-08",1],["2025-11-19",3],["2025-11-20",3],["2025-11-21",7],["2025-11-24",3],["2025-11-26",1],["2025-12-09",2],["2025-12-17",4],["2025-12-19",8],["2025-12-20",3],["2025-12-26",5],["2025-12-29",27],["2025-12-30",18],["2025-12-31",5]]
  }
  ]
};
option = {
  title: {
    top: 30,
    left: 'center',
    text: 'github(级)'
  },
  tooltip: {
    position: 'top',
    formatter: function (p) {
      const format = echarts.time.format(p.data[0], '{yyyy}-{MM}-{dd}', false);
      return format + ': ' + p.data[1] + '级';
    }
  },
  visualMap: {
    show: true,
    min: 0,
    max: 4,
    calculable: true,
    orient: 'horizontal',
    left: 'center',
    top: 'bottom'
  },
  calendar: [
    {
        top: 120,
        range: '2025',
        cellSize: [15, 15]
    }
  ],
  series: [
  {
    type: 'heatmap',
    coordinateSystem: 'calendar',
    calendarIndex: 0,
    data: [["2025-02-16",2],["2025-01-20",4],["2025-01-27",3],["2025-02-10",3],["2025-08-25",2],["2025-09-22",2],["2025-01-28",2],["2025-08-12",2],["2025-08-19",2],["2025-12-16",2],["2025-12-23",2],["2025-01-08",4],["2025-01-22",2],["2025-03-19",2],["2025-04-30",2],["2025-07-30",2],["2025-08-20",3],["2025-08-21",2],["2025-08-28",2],["2025-02-21",2],["2025-03-07",2],["2025-08-15",2],["2025-01-18",2],["2025-01-25",2],["2025-03-01",2]]
  }
  ]
};

忙活了一天,当数据出现的那一刻,我血压400、心跳190,我艹微信就这么被我拔开了外壳😄什么腾讯自研mmtls加密传输,狗屁!老子不从传输层直接从内存中下手获取解密后的数据🎉

WX20250815-151749

老爸年龄大了(72 岁),老年病越来越明显了。算起来这是我第4次救老爸了。虽然我是老三(我老小,有一哥一姐),但我承担了绝大部分医药费(算起来有119个医药账单),我只求问心无愧。在人们朴素的价值观里,家人朋友生病或遭难一定会及时伸出援手。还好老爸的心脏手术挺顺利的。
F4E51E5C-9109-4D1D-9A9A-F354CE06508E_1_102_o