码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
Linux下shell命令执行过程简介
Linux是如何寻找命令路径的:http://c.biancheng.net/view/5969.html Linux上命令运行的基本过程:https://blog.csdn.net/hjx5200/article/details/22487683 ...
分类:系统相关   时间:2019-11-22 11:51:43    阅读次数:116
交换机模板有问题
![](https://img2018.cnblogs.com/blog/1361758/201911/1361758-20191122101037730-1329008689.png) ![](https://img2018.cnblogs.com/blog/1361758/201911/1361... ...
分类:其他好文   时间:2019-11-22 10:45:09    阅读次数:48
OpenPose 开源库安装
一、下载openpose下载openpose 使用Git直接下载openpose git clone https://github.com/CMU-Perceptual-Computing-Lab/openpose.git 或者去github下载 openpose master.zip unzip ...
分类:其他好文   时间:2019-11-22 10:42:04    阅读次数:678
sublimeText3和phpstrom使用
一、sublimtext3 下载地址:http://www.sublimetext.com/3 1.1 安装package control 插件,用来获取和管理插件(sublime包管理工具) 官网:https://packagecontrol.io/ (1)通过sublimetext 控制台安装( ...
分类:Web程序   时间:2019-11-22 10:37:06    阅读次数:71
Python中的四种数据结构
转自 https://www.cnblogs.com/pychina/p/10219772.html Python中的内置数据结构(Built-in Data Structure):列表list、元组tuple、字典dict、集合set,涵盖的仅有部分重点。 目录: 一、列表list 二、元组tup ...
分类:编程语言   时间:2019-11-22 10:36:30    阅读次数:118
python2 logging模块在多进程和多线程混用下的一个坑
https://zhuanlan.zhihu.com/p/36310626 锁在主进程的子线程中被获取 然后主进程同时又拉起了一个子进程 子进程copy了主进程的变量状态什么的 正好它copy的时候那个锁还在主进程的子线程中没释放 然后由于它是copy的所以copy来的那个锁的状态不会变 然后就算主 ...
分类:编程语言   时间:2019-11-22 10:35:31    阅读次数:107
sts jar打开class文件中文乱码
参考链接:https://blog.csdn.net/bell2008/article/details/40978959 复制一下: 1,问题来源是在eclipse中直接查看springside的class(由eclipse自动反编译)里面注释的乱码问题: Preferences-General-W ...
分类:编程语言   时间:2019-11-22 10:28:04    阅读次数:132
Python数据强制类型转换
本文链接:https://www.cnblogs.com/zyuanlbj/p/11909992.html 常用转换函数 函数 作用 int(x) 将x转换成整数类型 float(x) 将 x 转换成浮点数类型 complex(real,[,imag]) 创建一个复数 str(x) 将 x 转换为字 ...
分类:编程语言   时间:2019-11-22 10:27:36    阅读次数:73
Python 报错集合
1、django_error:HINT: Add or change a related_name argument to the definition for。。。报错, 详情见: https://www.cnblogs.com/mini-test/p/11909946.html ...
分类:编程语言   时间:2019-11-22 10:23:27    阅读次数:56
Subtitles
1. 字幕Subtitles 2. 字幕类型 3. 字幕格式 4. 常用文本字幕 5. 字幕编辑器 6. 字幕编辑器比较 1. 字幕Subtitles https://en.wikipedia.org/wiki/Subtitles 视频字幕编码的方法既可以与视频一起预渲染,也可以作为图形或文本分离, ...
分类:其他好文   时间:2019-11-22 09:12:39    阅读次数:157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!