会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
等下一班车
导航
博客园
首页
新随笔
联系
订阅
管理
公告
1
2
3
4
5
···
8
下一页
2020年4月24日
Vmware 下的网络模式配置
摘要: https://blog.csdn.net/BokeyGeGe/article/details/78631328
阅读全文
posted @ 2020-04-24 12:13 等下一班车
阅读(164)
评论(0)
推荐(0)
2020年4月15日
kali设置中文
摘要:
阅读全文
posted @ 2020-04-15 21:58 等下一班车
阅读(632)
评论(0)
推荐(0)
2020年3月9日
ubuntu Opencv下glob函数的使用
摘要: cv::String dataPath = "/home/zx/ClionProjects/convertIndex/rgb/"; //"./rgbd_dataset_freiburg1_desk/rgb/" dataPath = dataPath ; vector<cv::String> imag
阅读全文
posted @ 2020-03-09 20:42 等下一班车
阅读(1058)
评论(0)
推荐(0)
Ubuntu下mkdir函数和windows下_mkdir函数的区别
摘要: windows下_mkdir函数 #include<direct.h>int _mkdir( const char *dirname ); 参数:dirname是目录的路径名指针 返回值:如果新目录的创建时间,这些功能中的每一个返回值 0。 在错误,则函数返回 – 1 linux下mkdir函数mo
阅读全文
posted @ 2020-03-09 19:44 等下一班车
阅读(396)
评论(0)
推荐(0)
_access() 和access()的不同
摘要: man了一下才知道该函数主要用于文件读取方面——判断文件是否存在,并判断文件是否可写。Linux下,该函数为access,位于头文件<unistd.h>中,而在标准C++中,该函数为_access,位于头文件<io.h>中,两者的使用方法基本相同,只是在一些参数方面可能会有一些不同的宏定义。下面是标
阅读全文
posted @ 2020-03-09 19:37 等下一班车
阅读(1783)
评论(0)
推荐(0)
2020年3月7日
1007 Maximum Subsequence Sum
摘要: #include <iostream> #include<string> #include<stdio.h> #include<vector> using namespace std; /* run this program using the console pauser or add your
阅读全文
posted @ 2020-03-07 16:11 等下一班车
阅读(102)
评论(0)
推荐(0)
2020年2月1日
服务器相关为解决问题
摘要: 服务器相关未解决问题: 1.虚拟机将本地主机作为服务器吗?: ## 2.一个域名可以对应多个IP怎么理解: 如何判断自己是否在局域网内?
阅读全文
posted @ 2020-02-01 15:51 等下一班车
阅读(131)
评论(0)
推荐(0)
2020年1月16日
Ubuntu 下找不到Pthread库的方法
摘要: 2 find_package(Threads REQUIRED) 3 if(THREADS_HAVE_PTHREAD_ARG) 4 set_property(TARGET fork PROPERTY COMPILE_OPTIONS "-pthread") 5 set_property(TARGET
阅读全文
posted @ 2020-01-16 15:29 等下一班车
阅读(2698)
评论(0)
推荐(0)
2019年12月31日
1033. To Fill or Not to Fill (25)
摘要: #include<stdio.h> #include<vector> #include<iostream> #include<algorithm> using namespace std; int C,D,Davg,N; double totDis = 0.0; double totCost = 0
阅读全文
posted @ 2019-12-31 21:28 等下一班车
阅读(174)
评论(0)
推荐(0)
2019年12月30日
1040. Longest Symmetric String (25)
摘要: #include<stdio.h> #include<iostream> #include<vector> #include<string> using namespace std; int f[1010][1010] = {0}; int main() { string s; getline(ci
阅读全文
posted @ 2019-12-30 21:53 等下一班车
阅读(182)
评论(0)
推荐(0)
1
2
3
4
5
···
8
下一页