steam美化合集
Js生成btc地址
Steam主页美化
拉取指定分支代码解决方案
拉取指定分支代码解决方案: 以拉取develop分支的代码为例, 要拉取其余分支代码类似操作 1.使用git命令拉取 命令:git clone -b develop XXX 其中dev
JS跳出循环的三种方法
JS 跳出循环的三种方法 (break, return, continue)
Chrome浏览器网页刷新的console代码
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 timeout=prompt("Set timeout (Second):"); count=0 current=location.href; if(timeout>0) setTimeout('reload()',1000*timeout); else location.replace(current); function reload(){ setTimeout('reload()',1000*timeout); count++; console.log('每('+timeout+')秒自动
Powershell窗口不自动关闭
read-host 类似cmd的pause
千万别设置弱密码!!!
https://www.cnblogs.com/meetrice/p/5238114.html
青龙运行shell Exec Format Error
You need a shebang line if the executable file cannot be run natively by the kernel. The kernel can only run machine code in a specific format (ELF on most Unix variants), or sometimes other formats (e.g. on Linux you can register executable formats through binfmt_misc). If the executable file needs an interpreter then the kernel needs to know which interpreter to call. That’s what the shebang line is for.
面板504错误
找不到原因,初步怀疑是nginx的问题,复制一点解决方法来等下次出错 情况一:由于nginx默认的fastcgi进程响应缓冲区太小造成 这种情况