美文网首页
第十天 总结

第十天 总结

作者: Liar_f95f | 来源:发表于2018-07-22 22:54 被阅读0次

Wingit使用代码

   1  cd /d/
    2  ls
    3  ls
    4  ls
    5  mkdir R6/python
    6  cd R6/
    7  mkdir python
    8  ls
    9  cd ..
   10  ls
   11  mkdir code
   12  git clone https://gitee.com/liar1314/first_show.git
   13  ls
   14  cd code/
   15  git clone https://gitee.com/liar1314/first_show.git
   16  ls
   17  cd first_show/
   18  ls
   19  mkdir class_training_day_9
   20  ls
   21  cd class_training_day_9/
   22  ls
   23  vi PythonClass.py
   24  python PythonClass.py
   25  ls
   26  ls
   27  cd ..
   28  ls
   29  ls
   30  git status
   31  git add .
   32  git status
   33  git commit -m '第一次在window系统提交文件'
   34  git config --global user.email '1021847589@qq.com'
   35  git config --global user.name 'liar'
   36  git commit -m '第一次在window系统提交文件'
   37  git push origin master
   38  git status
   39  ls
   40  ls
   41  git status
   42  git status
   43  git add .
   44  ls
   45  git status
   46  git commit -m '提交历史代码'
   47  git push origin master
   48  git status
   49  git add .
   50  git commit -e  -m '删除雷伟亮doc'
   51  git status
   52  git log
   53  clear
   54  git log
   55  git push origin master
   56  clea
   57  clear
   58  git log
   59  git status
   60  git status
   61  git add .
   62  git status
   63  git status
   64  git add .
   65  git status
   66  git commit
   67  git status
   68  git log
   69  git push origin master
   70  history

总结:

今天学习了对象和表,自己理解:先是一类人,然后是这类人中的运动员,运动员中的科比,一类人称为类,科比称为对象。
余留任务:组合还没看,没试过自己上传代码码云,招待朋友玩了一天。(尴尬)

相关文章

  • 感恩有你

    总结:今天是我加入环球捕手第十天,

  • 第十天:个人案例分析 实战经验总结

    第十天:个人案例分析 实战经验总结 02 03 04 05 06 07

  • java学习day10-接口、内部类、枚举

    java学习第十天内容总结: 学习内容: 学习记录: 1、接口: 1)接口和实现类体现了多态。 2...

  • 努力过,就不后悔——10天,会有奇迹发生吗?

    10天视觉笔记挑战团第十天总结篇 10天的学习终于迎来了总结展示的时候。 大家都有怎样的收获呢?会不会做出一幅比较...

  • 第十天落地实修

    2020.3.7 360第十天落地实修总结分享:1关注能量跟着注意力的焦点走,集中时间精力物力财力创造喜悦生活,...

  • 第十天 总结

    Wingit使用代码 总结: 今天学习了对象和表,自己理解:先是一类人,然后是这类人中的运动员,运动员中的科比,一...

  • 第十天总结

    1.函数的声明def 函数名(参数1:类型1, 参数2:类型2...) ->返回值类型:函数说明文档函数体 补充:...

  • 总结(第十天)

    加入写作训练营以来一共写了九篇文章,简书八篇+电脑上一篇,今天是第十天,打算对自己这十天里写作过程中想到的东西做个...

  • 整理房间有学问

    ——读博儿子宅家心得 整理房间有学问——宅家也有收获。这是儿子在家第十天总结出来的整理家务心得:...

  • 共读第十天

    《见识》共读第十天 总结 字数:652 001对孩子最好的投资就是教育 都说孩子才是人生最大的财富和最重要的投资。...

网友评论

      本文标题:第十天 总结

      本文链接:https://www.haomeiwen.com/subject/tegrmftx.html