前言 最近一直想在家里弄个服务器,苦于(贫穷)没有想好能用来做哪些事情,经过一番调研下来,发现有个叫做“软路由”的新名词,于是就研究了一下。经过这几天的一番折腾大概知道这玩意儿应该怎么玩了,写个教程记录一下。 正巧最近是618时间,可能会趁此机会淘一些E3、E5之类的处理器,搭配一个小主板,自己组一 ...
分类:
其他好文 时间:
2021-06-17 17:06:51
阅读次数:
0
关机&&重启 shutdown ``` //立即关机 shutdown -h now //一分钟后关机 shutdowm -h 1 //立即重启 shutdown -r now ``` halt:直接使用,关机 reboot:重启系统 sync:把内存的数据同步到磁盘 不管是重启还是关机,首先运行s ...
分类:
系统相关 时间:
2021-06-17 17:04:22
阅读次数:
0
猫哥说这篇文章讲的是如何在你的动画中加入运动特性、运动球、重力、贝塞尔曲线、多边形、不规则曲线,如果你正在找这方面资料,这个源码你可要好好消化了。这都是动画中的基础,前端就是要酷炫,开始吧。最佳体验还是阅读原文(链接在下面)。老铁记得 转发 ,猫哥会呈现更多 Flutter 好文~~~~微信群 du ...
分类:
其他好文 时间:
2021-06-17 16:52:31
阅读次数:
0
About two months ago we started using Rollbar to notify us of various errors in our Web App. Ever since then we have been getting the occasional error ...
分类:
其他好文 时间:
2021-06-17 16:44:39
阅读次数:
0
项目中使用背景图片报找不到模块,无法解析错误 改成这种格式就可以了 1.相对路径: "./assets/logo_blue.png" 2.没有前缀的路径 "assets/logo_blue.png" 被webpack解析为 相对路径 3.带~的路径 "~@/assets/theme/logo_blu ...
分类:
其他好文 时间:
2021-06-17 16:30:34
阅读次数:
0
mutable ####理解 mutable字面意思是可变的,其实直接定义的local variable都是可变的,所以mutable对于修饰普通的local variable是没有意义的。事实上,编译器会禁止你这么做: #include <iostream> int main() { mutabl ...
分类:
其他好文 时间:
2021-06-16 18:34:32
阅读次数:
0
error: manifest missing or unreadable -- please run init due to i made a mistake by deleting .git of kernel , i need recover it . so i found solution ...
分类:
其他好文 时间:
2021-06-16 18:11:46
阅读次数:
0
前言 起因是学习 crazyflie 的代码中出现 **__ sync_fetch_and_add ** 这个操作比较好奇,查阅后发现 __sync_fetch_and_add 有一些列的操作函数用于实现原子操作 **fetch **是先返回然后再进行 add 操作 其他同类型的原子操作函数,gcc ...
分类:
其他好文 时间:
2021-06-16 18:05:50
阅读次数:
0
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net.Sockets; using Sy ...
分类:
其他好文 时间:
2021-06-16 18:02:41
阅读次数:
0
In my circumstances the error was due to the fact the listener did not have the db's service registered. I solved this by registering the services. Ex ...
分类:
其他好文 时间:
2021-06-16 17:56:58
阅读次数:
0