“控制面板” -> ”终端机和SNMP“,启用SSH
https://github.com/fatedier/frp/releases/
git clone https://github.com/owner/git.git
git clone [email protected]:owner/git.git
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <style> | |
| div { | |
| width: 100px; | |
| height: 100px; | |
| background: red; | |
| -webkit-transition: width 2s, height 4s; /* For Safari 3.1 to 6.0 */ | |
| transition: height 0.4s; |
| 8vEkax4cqHDwxs4 |
1、刷上新版(7.0)的bios,修改这几项:
Vt-d 关闭
IOAPIC 24-119 Entries 关闭
IO串口 关闭(x东的基本都是串口版本,一定要关闭,其他版本没这个问题)
安全启动模式 关闭
USB XHCI Handoff 打开
2、系统推荐使用macOSSierra,结合妖板支持OS X系统的bios,安装macOS当是非常简单惬意的事,但一时贪图i5 7500漂亮的功耗性能价格比,入了这货,所以弄得复杂了不少…
| /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| //CSS | |
| } | |
| /* | |
| ##Device = Laptops, Desktops |
| .--------------------.---------------.---------------------. | |
| | Code name | Version | API level | | |
| :--------------------+---------------+---------------------: | |
| | (no code name) | 1.0 | API level 1 | | |
| :--------------------+---------------+---------------------: | |
| | (no code name) | 1.1 | API level 2 | | |
| :--------------------+---------------+---------------------: | |
| | Cupcake | 1.5 | API level 3, NDK 1 | | |
| :--------------------+---------------+---------------------: | |
| | Donut | 1.6 | API level 4, NDK 2 | |
| git branch -m old_branch new_branch # Rename branch locally | |
| git push origin :old_branch # Delete the old branch | |
| git push --set-upstream origin new_branch # Push the new branch, set local branch to track the new remote |
youtube-dl --proxy "socks5://127.0.0.1/" https://www.youtube.com/watch\?v\=tniqRDvQ4bs
youtube-dl --no-check-certificate --proxy 127.0.0.1:1086 https://www.youtube.com/watch\?v\=JSLpG_spOBM
youtube-dl -x --audio-format mp3 https://www.youtube.com/watch\?v\=tniqRDvQ4bs
查看视频所有类型,只看不下载
youtube-dl -F [url]
youtube-dl -F http://www.youtube.com/watch?v=BlXaGWbFVKY
| /* | |
| * Copyright (c) 2016, All Rights Reserved. | |
| */ | |
| package com.mojinshi.rest.controller.task; | |
| import com.mojinshi.commons.annotation.Permit; | |
| import com.mojinshi.commons.constant.Permission; | |
| import com.mojinshi.commons.domain.comment.Comment; | |
| import com.mojinshi.commons.dto.common.PagingList; |