提交 2e1e3cc2 编写于 作者: F feilong

技能树里配置推荐职业路线

上级 d0e43ada
{ {
"python":[ "python":[
"python02", {
"java" "type": "skill_tree",
"name": "python02"
},
{
"type": "skill_tree",
"name": "java"
},
{
"type": "job",
"name": "pythonbe",
"level": "01"
}
], ],
"python02":[ "python02":[
"java", {
"algorithm" "type": "skill_tree",
"name": "java"
},
{
"type": "skill_tree",
"name": "algorithm"
},
{
"type": "job",
"name": "pythonbe",
"level": "01"
}
], ],
"algorithm": [ "algorithm": [
"c", {
"algorithm02" "type": "skill_tree",
"name": "c"
},
{
"type": "skill_tree",
"name": "algorithm02"
},
{
"type": "job",
"name": "pythonbe",
"level": "01"
}
], ],
"algorithm02": [ "algorithm02": [
"c" {
"type": "skill_tree",
"name": "c"
}
], ],
"c": [ "c": [
"python", {
"algorithm", "type": "skill_tree",
"cuda" "name": "python"
},
{
"type": "skill_tree",
"name": "algorithm"
},
{
"type": "skill_tree",
"name": "cuda"
},
{
"type": "job",
"name": "pythonbe",
"level": "01"
}
], ],
"java": [ "java": [
"pg", {
"cloud_native" "type": "skill_tree",
"name": "pg"
},
{
"type": "skill_tree",
"name": "cloud_native"
},
{
"type": "job",
"name": "javabe",
"level": "01"
}
], ],
"pg": [ "pg": [
"neo4j" {
"type": "skill_tree",
"name": "neo4j"
},
{
"type": "job",
"name": "javabe",
"level": "01"
}
], ],
"neo4j":[ "neo4j":[
"pg" {
"type": "skill_tree",
"name": "pg"
},
{
"type": "job",
"name": "javabe",
"level": "01"
}
], ],
"network": [ "network": [
"gml", {
"python" "type": "skill_tree",
"name": "gml"
},
{
"type": "skill_tree",
"name": "python"
}
], ],
"gml": [ "gml": [
"network", {
"python" "type": "skill_tree",
"name": "network"
},
{
"type": "skill_tree",
"name": "python"
}
], ],
"cloud_native": [ "cloud_native": [
"gml", {
"python" "type": "skill_tree",
"name": "gml"
},
{
"type": "skill_tree",
"name": "python"
}
], ],
"vue": [ "vue": [
"gml", {
"python" "type": "skill_tree",
"name": "gml"
},
{
"type": "skill_tree",
"name": "python"
}
], ],
"cuda": [ "cuda": [
"c" {
"type": "skill_tree",
"name": "c"
}
] ]
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册