Keep exploring! Keep improving!

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

博文 2 篇:

无字

无字

无字

博文 1 篇:

无字

无字

无字

无字

无字

无字

博文 1 篇:

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

博文 2 篇:

无字

无字

无字

无字

无字

无字

无字

无字

无字

无字

博文 1 篇:

博文 1 篇:

手记 1 则:

无字

无字

无字

博文 2 篇:

博文 1 篇:

博文 1 篇:

无字

博文 1 篇:

手记 1 则:

博文 1 篇:

无字

无字

博文 1 篇:

无字

无字

无字

无字

博文 1 篇:

无字

无字

无字

无字

无字

博文 1 篇:

手记 1 则:

无字

博文 1 篇:

无字

博文 1 篇:

无字

最新消息

来信

{
  "$schema": "https://vega.github.io/schema/vega-lite/v5.json",
  "width": 600,
  "height": 400,
  "projection": {"type": "mercator"},
  "layer": [
    {
      "data": {
        "url": "/usr/themes/HansJack/assets/geo/countries-110m.json",
        "format": {"type": "topojson", "feature": "countries"}
      },
      "mark": {"type": "geoshape", "fill": "#eee", "stroke": "#999"}
    },
    {
      "data": {
        "values": [
          {"city": "Tokyo", "lon": 139.6917, "lat": 35.6895, "year": 2026},
          {"city": "Shanghai", "lon": 121.4737, "lat": 31.2304, "year": 2025}
        ]
      },
      "mark": {"type": "circle", "size": 100, "color": "red"},
      "encoding": {
        "longitude": {"field": "lon", "type": "quantitative"},
        "latitude": {"field": "lat", "type": "quantitative"},
        "tooltip": [{"field": "city"}, {"field": "year"}]
      }
    }
  ]
}
Markdown解析vega-lite图形 — HansJack · 昨天 16:22
{
  "$schema": "https://vega.github.io/schema/vega-lite/v6.json",
  "description": "Temperature vs DTG/DSC/TG (curves)",
  "width": 820,
  "height": 380,
  "data": {
    "url": "/usr/uploads/data/ExpDat_1_clean.csv",
    "format": {
      "type": "csv",
      "parse": {
        "Temp_C": "number",
        "DTG": "number",
        "DSC": "number",
        "TG": "number"
      }
    }
  },
  "encoding": {
    "x": {
      "field": "Temp_C",
      "type": "quantitative",
      "title": "Temperature (°C)"
    }
  },
  "layer": [
    {
      "mark": {
        "type": "line",
        "interpolate": "monotone",
        "color": "#e11d48",
        "strokeWidth": 2
      },
      "encoding": {
        "y": {
          "field": "DTG",
          "type": "quantitative",
          "title": "DTG (%/min)",
          "axis": {
            "orient": "left",
            "titleColor": "#e11d48",
            "labelColor": "#e11d48"
          }
        }
      }
    },
    {
      "mark": {
        "type": "line",
        "interpolate": "monotone",
        "color": "#2563eb",
        "strokeWidth": 2
      },
      "encoding": {
        "y": {
          "field": "DSC",
          "type": "quantitative",
          "title": "DSC (mW/mg)",
          "axis": {
            "orient": "right",
            "offset": 0,
            "titleColor": "#2563eb",
            "labelColor": "#2563eb"
          }
        }
      }
    },
    {
      "mark": {
        "type": "line",
        "interpolate": "monotone",
        "color": "#16a34a",
        "strokeWidth": 2
      },
      "encoding": {
        "y": {
          "field": "TG",
          "type": "quantitative",
          "title": "TG (%)",
          "axis": {
            "orient": "right",
            "offset": 58,
            "titleColor": "#16a34a",
            "labelColor": "#16a34a"
          }
        }
      }
    }
  ],
  "resolve": {
    "scale": {
      "y": "independent"
    }
  }
}
Markdown解析vega-lite图形 — HansJack · 昨天 13:29

回忆

亲爱的张雪峰老师,因心源性猝死全力抢救无效,于2026年3月24日15时50分在苏州逝世。😮

回忆 — HansJack · 昨天 22:23

昨天晚上搞了vega-lite图形渲染,很👍🏻

回忆 — HansJack · 昨天 10:27

QQ群里看到的,真是“历史相似性”🤣 (有图)

回忆 — HansJack · 3月9日

已经把Mindcraft项目加入我的AIPlayers项目中,意味着我的项目跃升至AI智能化,旧AIP项目做了寻路A*算法、动作逻辑、GOAP,但是依旧不智能,自从加入Mindcraft就已经更上一层楼了!🤗
(有图)

回忆 — HansJack · 3月9日

笔耕不辍

今日学习进度

更新于 2026-03-25 03:05:01

200 / 200 单词

100%

学习时长:2 小时 13 分钟 记录 120 个单词