随笔分类 -  开发相关

摘要:github上已经有master分支 和dev分支 在本地 git checkout -b dev 新建并切换到本地dev分支 git pull origin dev 本地分支与远程分支相关联 在本地新建分支并推送到远程 git checkout -b test git push origin te 阅读全文
posted @ 2018-12-25 15:49 MR__Wang 阅读(265) 评论(0) 推荐(0) 编辑
摘要:1、去官网下载和自己系统匹配的文件: 英文网址:https://nodejs.org/en/download/ 中文网址:http://nodejs.cn/download/ 通过 uname -a 命令查看到系统位数是64位(备注:x86_64表示64位系统, i686 i386表示32位系统) 阅读全文
posted @ 2018-04-25 10:19 MR__Wang 阅读(946) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Linq; namespace myApp { class Program { static void Main() { int? a=9; int? b=8; var num= 阅读全文
posted @ 2018-04-18 23:00 MR__Wang 阅读(200) 评论(2) 推荐(0) 编辑

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