@echo offset targ=D:\video\set link=D:\testlink\mkdir %link%for /d %%i in (%targ%*) do (mklink /d "%link%%%~ni" %%i) 保存bat执行。 效果是在D:\testlink\中创建D:\vi ...
分类:
其他好文 时间:
2020-06-22 01:16:42
阅读次数:
78
类库安装路径:python36/lib/site-package/requests header需要加的 1. url-encode 2. json 3. xml 4.html5、file 不要加 #3 form# host = 'http://ws.webxml.com.cn'# headers ...
分类:
Web程序 时间:
2020-06-22 00:56:40
阅读次数:
97
1 简介 本文主要介绍Qt ui界面的简单使用,介绍一些常用的控件。 参考视频:https://www.bilibili.com/video/BV1XW411x7NU?p=22 2 常用控件 常用分类: (1)Buttons 其中,Tool Button常常和QToolBar配合使用。 (2)Con ...
分类:
其他好文 时间:
2020-06-21 23:34:59
阅读次数:
58
视频系列:RTX实时射线追踪(上) Video Series: Practical Real-Time Ray Tracing With RTX RTX在游戏和应用程序中引入了一个令人兴奋的和根本性的转变。在这个视频系列中,NVIDIA工程师Martin Karl Lefrancois和Pascal ...
分类:
其他好文 时间:
2020-06-21 16:06:27
阅读次数:
84
https://www.bilibili.com/video/av3404845/?p=18 Perfect love is rare indeed – for to be a lover will require that you continually have the subtlety微妙;敏 ...
分类:
其他好文 时间:
2020-06-20 21:33:21
阅读次数:
124
截图中包含了使用不同方式获取map中值的大致时间对比: 截图出处:https://www.imooc.com/video/21579 hashmap底层存储的原理 ...
分类:
编程语言 时间:
2020-06-20 19:54:01
阅读次数:
67
来源:https://www.bilibili.com/video/BV1B4411H76f?p=77 一、问题/需求 希望在不使用数据库的情况下,存储一个公司的雇员信息(id,姓名等),尽量节省内存,速度越快越好。这时候可以用哈希表。 哈希表:也叫散列表,通过key-value的形式对数据进行访问 ...
分类:
其他好文 时间:
2020-06-20 19:25:28
阅读次数:
50
s32Ret = HI_MPI_VDEC_SendStream(s32ChnId, &stStream, 0); // 参数3 ,0 表示非阻塞输入 if ((HI_SUCCESS != s32Ret)) { printf("error type is 0x%#x", s32Ret); usleep ...
分类:
其他好文 时间:
2020-06-20 16:48:43
阅读次数:
135
cookie 本来用于客户端和服务端通信, 但是因为它有本地存储的功能,于是被“借用”了。 使用方法 document.cookie 获取和修改即可 缺点 存储量太少,只有4kb 所有http请求都带着,会影响获取资源的效率。 API简单,需要封装才能使用。 localStorage和session ...
分类:
Web程序 时间:
2020-06-20 15:43:50
阅读次数:
59