UnblockNeteaseMusic 部署
UnblockNeteaseMusic 部署
https://github.com/nondanee/UnblockNeteaseMusic
node.js
下载发行包,把bin下面的三个命令软连接/usr/bin即可
https://github.com/nondanee/UnblockNeteaseMusic
下载发行包,把bin下面的三个命令软连接/usr/bin即可
Given a string, find the length of the longest substring without repeating characters.
Example 1:
Input: "abcabcbb" Output: 3 Explanation: The answer is "abc", with the length of 3. Example 2:
Input: "bbbbb" Output: 1 Explanation: The answer is "b", with the length of 1. Example 3:
新版typora可以直接上传图床了!!!
Makedown+LaTeX是两种脚本语言,Typora是一款markdown编辑器
Typora是我用过最好用、最干净的markdown编辑器 突然我手里的vs code和vim都不香了 markdown语法超级简单,入门只需十分钟,笔记清晰明了 LaTeX只用来输入公式一俩小时就可以熟悉了 LaTeX常见符号https://blog.csdn.net/zgj926503/article/details/52757631 Makedown语法:http://www.markdown.cn/
这是我看到讲的最好的讲师了,思路清晰,甚至想来推荐,本人是以看书、看文档为主的,能让我推荐的视频必有的水平。 不过好像没有出第二季还是有点可惜的,这个老师在csdn好像有c语言课程,有需要的可以去支持一下,说不定能出个第二季?
自己写的教程里的demo
1 | #插件commentary |
1 | <cursor>Lorem ipsum dolor sit amet. |
Type w((easymotion-w)) to trigger the word
motion w. When the motion is triggered, the text is updated
(no braces are actually added, the text is highlighted in red by
default):
1 | <cursor>Lorem {a}psum {b}olor {c}it {d}met. |
Press c to jump to the beginning of the word "sit":
1 | #include<stdio.h> |
1 | #include<unistd.h> |
1 | #include<signal.h> |
1 | #include<sys/stat.h> |
1 | #include<sys/sem.h> |
1 | struct sembuf{ |
1 | union semun{ |
-m 删除共享内存,-s删除共享信号量,-q删除共享队列。
ipcrm -m shmid
1 | #include<sys/types.h> |