Fork me on GitHub

All Tags:

mindset

devops

book

ci

communication

jenkins

自媒体

hometown

geek life

cloud

iPhone and iPad 听本地音乐

16 Nov 2019

iPhone and iPad 听本地音乐

苹果设备自带的音乐App必须要经过付费订阅才能在线听歌,当然你还是可以把本地的歌曲拷贝或iTune同步到iPhone上进行收听, 或者可以下载国内的一些在线音乐App,比如QQ音乐,网易云音乐进行在线播放。

但是在线音乐的出路还是慢慢地得付费,或者忍受广告,下面介绍一种听本地FTP服务器上音乐的办法。

玩转Visual Studio Code

20 Oct 2019

Play With Visual Studio Code

Tips on visual studio code.

Combines the simplicity of a code editor with what developers need for their code edit debug cycle. – Eric Gamma

Search features in Visual Studio Code

  • Search file by name (CTRL + P)
  • Search over all the files in the open folder Ctrl+Shift+F 搜文件内容定位文件
  • Search for symbol CTRL + T
  • Search local symbol CTRL + SHIFT + O. Same as above, just in the current source file.文件内定位

Line Actions

  • Delete the current line Ctrl + Shift + K for Windows or CMD + SHIFT + K for Mac
  • COPY whole line CMD + SHIFT + LEFT/RIGHT for Mac
  • COPY whole word OPTION + SHIFT + LEFT/RIGHT for Mac
  • COPY line up/down SHIFT+OPTION+up/down for Mac

Plugins

  • vscode Rainbow Brackets plugin

  • vscode markdown plugin Paste Image

  • VS Code Counter

Remote Development with VSCode

SSH Targets Remote VM

Note - For Azure VM, make sure to open the Inbound security rules in Network Security Group to allow the connect from VSCode.

MPC-HC 同时加载中英双字幕

10 Oct 2019

MPC-HC 同时加载中英双字幕

网络上下载的英文视频,分别有中英文版本的字幕文件,想同时在我所使用的媒体播放器MPC-HC中加载,对比着看。

下面谈谈这个问题的解决经过。

自媒体运营之路-引人注目

08 Oct 2019

自媒体运营之路-引人注目

从开始写博客,到开微信公众号,再到学习发布短视频,一路走来,不甘孤芳自赏,总想着如何引人注目。

这篇就来谈谈我在自媒体的路上一路引流吸粉的小经验。

GitHub Pages 中嵌入视频

07 Oct 2019

GitHub Pages 中嵌入视频

读书需要静气,在匆忙的现代生活中,也许流媒体,短视频更能抓住用户的碎片化时间。

所以我也尝试在我的博客中,插入一些视频。