- 博客(20)
- 资源 (32)
- 收藏
- 关注
原创 如何重新安装nvidia驱动在windows 11上
Written by: Dilum SenevirathnePosted on: February 12th, 2024 in: Windows 11Keeping your video drivers up-to-date is crucial for optimizing performance in Windows 11. But there are also rare instances where an update might create graphical anomalies in app
2024-08-18 15:42:25
1644
1
原创 gosip 部署,gb28181 go方案
对比一些和zlmediakit一起使用的国标库,gosip 是一个还较好的解决方案,提供swagger 接口方便测试,内存占用低,代码结构比较简单,二次开发难度低。1、修改了注册相关的部分。由于测试tplink的相机注册不上。2、修改手动添加通道部分,通过 catalog事件自动去保存。1、增加对多个zlmediakit的支持,对拉流部分做负载均衡。2、添加简单web界面进行管理。
2024-05-16 13:27:23
334
原创 未来的思考
编码了十多年了,对未来总是充满了焦虑,时常想出来创业,但你总是狠不下心,每天温水煮青蛙,在不相信自己,否定自己的过程中循环。希望自己现在就开始行动,人慢慢越来越老了,现在可能是最好的时机了。
2023-06-15 10:16:06
72
原创 golang channel 阻塞与非阻塞区别
非阻塞模式下,在 c.qcount >= c.dataqsiz 时候,也就是在channel满的时候直接返回。非阻塞模式实现是用 select。1、分析发送chanel的过程。
2023-02-09 20:03:51
311
原创 nginx 部署wss问题
对于多个服务的,而且也需要用到https,需要让服务部署到子目录下,这样更容易区分转发。域名或是ip的ssl证书需要认证过的,而不能自签名的ssl证书
2023-01-26 21:28:49
696
原创 your target
I want to follow my heart, don't just to get a job. Find something funny to do or what you want to do.
2022-11-30 00:23:37
84
原创 I am fired
I feld tired and I found there is nothing new to do. I was fired on monday, and I am going to find a new job. It was so weird that I haven't be fired before. Nothing is easy, I will make some changes hoping to find a job as quick as possible
2022-11-02 11:28:01
106
原创 bfs dfs
转自 面试算法--二叉树DFS/BFS实现(C语言) - 简书#include<iostream>#include <queue>#include<stack>using namespace std; struct Node{ int nVal; Node *pLeft; Node *pRight; Node(int val,Node* left=NULL,Node * right=NULL):nVal(val),
2022-05-17 11:08:36
91
原创 cuda memory
1、watch the procedures on the gpu:fuser -v /dev/nvidia*2、watch the process that runs on the gpunvidia-smi3、reset the gpu memorynvidia-smi -r -i 04、watch the cmd commandcat /proc/279189/cmdline
2021-12-15 16:14:33
1013
原创 kafka message produce
1、kafkaserverthat requires passwordsgo to https://kafka.apache.org/downloads, dowloadkafkabinary versionexact the files in the serverexport KAFKA_OPTS="-Djava.security.auth.login.config=/root/kafka_2.12-3.0.0/config/kafka_client_jaas.conf"for c...
2021-12-06 11:39:45
124
原创 提升自己
不要浮躁。立体式的使自己能力加强。 不单单注重基础,数据结构,设计模式。像COM,ATL,网络编程也要积极地去熟悉。 每天让坚持写有质量的代码。 坚持,切勿浮躁。
2010-06-11 14:29:00
491
原创 相信自己,就是奇迹
古人云:有志者立长志,无志者长立志.就是因为你老是今天下决心!明天下决心!这样明天还有明天!你的决心也就习以为常了!要给自己多施加些动力啊!在自己想开溜的时候就想想!现在不好好学习!以后就有可能去当乞丐!然后会得到你的死敌的鄙视!那种生活苦不堪言!如果我静下心来好好学习!苦我一时!幸福我一世啊!要明白啊!时光一去不复反啊!好好把握自己的人生吧!要做一个有志之人!送给你我
2010-03-14 22:13:00
717
av1 最新源码
2019-03-01
C++ Templates
2012-02-16
Visual C++数字图像获取、处理及实践应用
2010-03-28
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人