- 博客(2)
- 收藏
- 关注
原创 redis服务器启动时遇到的问题WARNING Your kernel has a bug that could lead to data corruption during background
redis服务器启动时遇到的问题WARNING Your kernel has a bug that could lead to data corruption during background save、 redis.config配置图 记住一定要取消这最后一行的注释,redis-server才能正常启动!!!
2021-06-06 14:53:11
6366
原创 图的邻接链表的实现,很容易看懂哦
不多说了直接上代码,若有代码块有错的话欢迎大家指正哦。 #include<bits/stdc++.h> using namespace std; struct Edge //由于邻接链表表示时链表数组的序数即为起始点,而每个节点可以只带有终点。 { int endVertex; int weight; Edge* next;//下一个与顶点可达的点的指针 ...
2020-02-24 22:07:06
341
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人