上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
摘要: ubuntu 14.04 virtualenv venv --python=python3 . venv/bin/activate sudo apt-get upgradesudo apt-get install libjpeg-devsudo apt-get install zlib1g-devs 阅读全文
posted @ 2018-01-09 17:25 zxpo 阅读(254) 评论(0) 推荐(0) 编辑
摘要: python对开发者友好的根源在于:1、序列的泛型操作2、内置的元组和映身类型3、用缩进来架构的源码4、无需变量声明的强类型 序列数据共用的一套丰富的操作:迭代、切片、排序和拼接。内置序列类型:1、容器序列 list tuple collections.deque 可以存放不同类型的数据,存的是引用 阅读全文
posted @ 2018-01-06 14:15 zxpo 阅读(176) 评论(0) 推荐(0) 编辑
摘要: pyinstaller --onefile deletelog.py 将脚本生成一个EXE文件 阅读全文
posted @ 2017-12-19 11:03 zxpo 阅读(2679) 评论(0) 推荐(0) 编辑
摘要: miniconda下载地址: https://conda.io/docs/user-guide/install/index.html Installing on Linux Download the installer: Miniconda installer for Linux. In your 阅读全文
posted @ 2017-11-29 11:02 zxpo 阅读(1340) 评论(0) 推荐(0) 编辑
摘要: 1. Requirements Ubuntu 14.04 LTS 2. Clone Licode codeYou first need to clone our code from github.You need to have git installed in your computer.In u 阅读全文
posted @ 2017-11-20 17:02 zxpo 阅读(174) 评论(0) 推荐(0) 编辑
摘要: src\webrtc\examples\peerconnection\client\conductor.ccbool Conductor::InitializePeerConnection()1 webrtc::CreatePeerConnectionFactory();src\talk\app\w 阅读全文
posted @ 2017-10-19 19:52 zxpo 阅读(2010) 评论(0) 推荐(0) 编辑
摘要: src\webrtc\examples\peerconnection\client\conductor.cc1、bool Conductor::InitializePeerConnection()1.1 webrtc::CreatePeerConnectionFactory(); src\talk\ 阅读全文
posted @ 2017-10-14 14:30 zxpo 阅读(1540) 评论(0) 推荐(0) 编辑
摘要: 原因:在 PyQt 5.6(+) 版本中, 新增 QtWebEngineWidgets 代替QtWebKitWidgets。 示例代码:#coding: utf-8 import sysfrom PyQt5.QtCore import *from PyQt5.QtWidgets import *fr 阅读全文
posted @ 2017-09-20 18:22 zxpo 阅读(22570) 评论(0) 推荐(1) 编辑
摘要: PyCharm注册地址 http://idea.imsxm.com/ 安装的是miniconda激活虚拟环境执行pip install PyQt5pip install PyQt5-tools 从官网安装Python3.6.0后到安装目录,复制python3.dll到miniconda的安装目录下p 阅读全文
posted @ 2017-09-20 17:18 zxpo 阅读(461) 评论(0) 推荐(0) 编辑
摘要: 4、下载demo工程 git clone https://github.com/electron/electron-quick-start cd electron-quick-start 如果执行cnpm start报错,则直接执行electron .即可。 5、修改代码。[可选] 6、安装打包,生 阅读全文
posted @ 2017-05-25 17:48 zxpo 阅读(9249) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页