11 2022 档案

摘要:#!/bin/bash source /etc/profile ################################### # Please change these parameters according to your real env. ##################### 阅读全文
posted @ 2022-11-18 13:53 zslm___ 阅读(101) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; namespace 阅读全文
posted @ 2022-11-17 11:36 zslm___ 阅读(465) 评论(0) 推荐(0) 编辑
摘要:1、安装Git-2.16.2-64-bit.exe 2、生成秘钥 git config --global user.name 'yourname' git config --global user.email 'yourname@dtyunxi.com' ssh-keygen -t rsa -C ' 阅读全文
posted @ 2022-11-11 13:51 zslm___ 阅读(41) 评论(0) 推荐(0) 编辑
摘要:public static enum AmisChartType { @JsonProperty("line") LINE("line", "折线图"), @JsonProperty("bar") BAR("bar", "柱状图"), @JsonProperty("pie") PIE("pie", 阅读全文
posted @ 2022-11-10 17:41 zslm___ 阅读(46) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示