-
-
hi, I was trying to compile the v4l2rstp server using my arm toolchain. but it failed with the following errors.
```
cmake .
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler i…
-
The following script executed using scala-cli 1.4.0 :
```scala
//> using scala "3.4.2"
//> using dep "org.creativescala::doodle:0.24.0"
import doodle.image.*
import doodle.core.*
import doodl…
dacr updated
2 months ago
-
While my experiments with two rabbit nodes behind a load balancer i ran into a situation where both nodes where down for a short period. In this case the connection recovery hangs infinitely although …
-
What kinds of things should be in the cookbook?
[Prior discussion](https://github.com/tokio-rs/tokio/issues/86)
-
I upgraded to the latest nightly build 1808 and IntelliJ is taking 45-65% CPU continuously. There are no indexing, or other events happening as far as I can tell, just continuous CPU consumption.
I…
-
## 学习总结
### 数组
内存空间可持续。数组的时间复杂度和空间复杂度:
| 操作 | 时间复杂度 | 空间复杂度 |
|--|--|--|
|插入|O(n) | O(1) |
|删除|O(n) | O(1) |
|随机访问|O(1) | O(1)|
在做题目的时候经常会用到双指针法。
### 链表
内存空间不持续。链表的时间复杂度和空间复杂度:
…
-
本人两年开发经验、18年年底开始跑路找工作,在互联网寒冬下成功拿到阿里巴巴、今日头条、滴滴等公司offer,岗位是Java后端开发,最终选择去了阿里巴巴。
面试了很多家公司,感觉大部分公司考察的点都差不多,所以将自己的心得记下来,希望能给正在找或者准备找工作的朋友提供一点帮助。另外,目前在阿里也做面试官的工作,身份从求职者变为面试官,看问题的很多角度也不一样,所以下文中既**有求职者的视角,…
-
Hi, recently armeria change the type of blockingTaskExecutor from ExecutorService to ScheduledExecutorService, as you known that in JDK the default implementation of ScheduledExecutorService has a unb…
-
Hello,
Ghidra gets stuck at "Processing PLT/GOT" and does not move to the next step. It happens when I try to import a MIPS executable. I use the Windows version.