摘要: 复习 阅读全文
posted @ 2017-07-01 16:19 AlexanderTheGreat 阅读(201) 评论(0) 推荐(0)
摘要: 首先我们创建仓库 第一次上传文件: 在左下角位置会出现下面一条消息 然后Add >Commit >Push的顺序上传文件到远程仓库 在项目中右键选中git 然后选择add 然后右键选中git 然后选择commit file 然后进入下面的页面 选择commit时也可以选择 完成后在下方会有成功提示 阅读全文
posted @ 2017-07-01 16:15 AlexanderTheGreat 阅读(262) 评论(0) 推荐(0)
摘要: 准备环境: ①电脑已安装git ②注册github账号 一、使用git控制台进行本地操作 ①打开Git Bash ②填写用户名和邮箱作为标识 分别输入以下两个命令: git config --global user.name “此处填写用户名” git config --global user.em 阅读全文
posted @ 2017-07-01 16:08 AlexanderTheGreat 阅读(585) 评论(0) 推荐(0)
摘要: 首先我们新建一个Web项目: 在Idea中点击File >New >Project 选中JavaEE下的Web Application 点击FIle >Settings 选择Build,Execution,Deployment >Application Servers >”+”号 >Tomcat S 阅读全文
posted @ 2017-07-01 15:59 AlexanderTheGreat 阅读(426) 评论(0) 推荐(0)
摘要: 测试 今天是2017年7月1日,香港回归20周年! 阅读全文
posted @ 2017-07-01 15:32 AlexanderTheGreat 阅读(111) 评论(0) 推荐(0)
摘要: HTML代码 CSS代码 实现效果 阅读全文
posted @ 2017-07-01 14:20 AlexanderTheGreat 阅读(383) 评论(0) 推荐(0)