YUE

RUN FOR FREEDOM


  • Home

  • Tags

  • Categories

  • Archives

git stash 命令

Posted on 2017-10-06 | In git | | Visitors:
stash 命令的理解stash 命令 会将最近一次 commit 提交运用到 工作区 和 暂存区 git stash apply –index若在 stash 命令之前 已进行了 git add 操作,git stash pop 操作后,之前暂存的文件却没有重新暂存。 想要那样的话,必须使用 – ...
Read more »

多端同步个人博客

Posted on 2017-09-13 | | Visitors:
中心思想 远程仓库有一个 origin,其包含两个分支 远程hexo 分支负责存储博客的源代码 远程master 分支负责存储博客的静态文件 本地包含两个仓库,分别负责对应维护远程的两个分支 本地hexo 分支(源代码文件仓库)对应远程hexo分支,.git仓库应放于博客根目录下面 本地ma ...
Read more »

多个重复单元的命名

Posted on 2017-09-11 | In HTML | | Visitors:
item 的含义英: [countable] a single thing, especially one thing in a list, group, or set of things. An item is one of a collection or list of objects.汉: ...
Read more »

Echarts图表数据更新方式

Posted on 2017-08-29 | In js | | Visitors:
echarts 图表数据更新方式问题表现页面 echarts 图表 在做一些数据交互的时候会涉及到一些数据的更新。如果只是简单的新数据传递给echarts图表,许多时候我们会发现 旧有的时候依然残留在页面之上如下一示例旧数据123456789series: [{ name: &apo ...
Read more »

多行弹性布局

Posted on 2017-07-29 | In css | | Visitors:
实现效果 实现思路主要思路是,利用 text-align: justify 与 text-align-last 两个属性。前者将除去最后一行的元素进行两端对齐后者则是对最后一行执行左对齐的样式布局而后在 利用 css3 选择器,检测到 最后一行的 第一个 item,对齐设置样式后,利用 css2 选 ...
Read more »

Git reset checkout commit 命令详解

Posted on 2017-07-20 | In git | | Visitors:
对 Git 的学习一直处于学了忘,忘了学的状态。主要是第一次学会的时候没有好好进行运用,当想要使用的时,发现,大半都已经忘记了。重新拾起来的时候,又是发现了大量问题。然后再次学习→忘记→学习→忘记,死循环。所以,我还是将自己一直陷进去的坑给填好吧,这样,下次忘记的时候容易→学习→忘记→学习。 1、 ...
Read more »

Hello World

Posted on 2017-07-20 | | Visitors:
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...
Read more »
1…34
halfmoon

halfmoon

37 posts
10 categories
18 tags
© 2020 halfmoon
Powered by Hexo
|
Theme — NexT.Mist v5.1.3