随笔分类 - 网上搬运
摘要:1.git init 2.git clone 链接 3.git remote -v 4.ls 5.cd 文件夹 6.git remote -v 7.git branch -v 8.git status 9.git add 要添加的文件夹 10.git commit -m "提交说明" 11.git
阅读全文
摘要:private System.Threading.Mutex mutex; public App() { this.Startup += new StartupEventHandler(App_Startup); } private void App_Startup(object sender, S
阅读全文
摘要:fit_circle_contour_xld (xld, 'algebraic', -1, 0, 0, 3, 2, Row, Column, Radius, StartPhi, EndPhi, PointOrder) *对XLD轮廓做近似圆计算--拟合圆--获得圆数据 *参数1:输入xld轮廓 *参
阅读全文
摘要:如下图中,我们更改Path环境变量(更改/删除/添加)后,不重启系统情况下,使设置生效: 依次按如下操作:win+r -> 输入cmd ->
阅读全文