码迷,mamicode.com
首页 >  
搜索关键字:simple    ( 6450个结果
pip源的处理
国内镜像: 阿里云 http://mirrors.aliyun.com/pypi/simple/ 中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 豆瓣(douban) http://pypi.douban.com/simple/ 清华大学 https: ...
分类:其他好文   时间:2020-05-01 22:28:04    阅读次数:86
SAP CRM WebClient UI和Hybris backoffice UI开发的相同点
CRM WebClient和Hybris backoffice的UI开发都不需要开发人员手写原生的html代码。 CRM WebClient UI 在CRM WebUI workbench里,开发人员需要写下图这些SAP封装的tag: 这些Tag能在事物码SE80里找到: Hybris backof ...
分类:Web程序   时间:2020-05-01 19:01:23    阅读次数:79
Selenium_pip安装selenium报Read time out
https://yq.aliyun.com/articles/317323 pip install --index-url https://pypi.douban.com/simple selenium==2.53.6 ...
分类:其他好文   时间:2020-05-01 18:32:45    阅读次数:64
Python
一.python如何安装依赖? 使用python自带的pip包管理工具,命令行下载依赖包 访问外网可能会超时,这个时候可以使用国内的镜像 pip install --pre scapy[complete] -i https://mirrors.aliyun.com/pypi/simple/ +包名 ...
分类:编程语言   时间:2020-05-01 16:40:02    阅读次数:67
Simple face recognition based on opencv3
我使用的语言为python,识别率不高,只是简单实现了人脸识别的步骤,参考<OpenCV3 计算机视觉>,部分的opencv库接口有所改变. import cv2import os def generate(dirname): face_cascade = cv2.CascadeClassifier ...
分类:其他好文   时间:2020-05-01 15:01:38    阅读次数:58
5分钟利用一首诗记住23中设计模式
设计模式 写程序虽然不能死记硬背,但记忆是无可避免的,用方法锻炼下自己的记忆,避免记忆衰退。 记忆23中设计模式: 静夜思 床前明月光,疑是地上霜; 举头望明月,低头思故乡。 0. 简单工厂模式(Simple Factory):床 实现一个创建对象的方法,该方法的参数决定创建的对象的具体类型。 1. ...
分类:其他好文   时间:2020-05-01 10:36:48    阅读次数:78
windows下升级TensorFlow到2.1.0
1、pip install tensorflow-gpu==2.1.0 --user(pip install tensorflow-gpu==2.1.0 -i https://pypi.tuna.tsinghua.edu.cn/simple --user) 2、安装VC_redist.x64.exe ...
分类:Windows程序   时间:2020-04-30 21:18:24    阅读次数:232
xilinx zcu106 vcu demo
board:zcu106 tool: vivado 2019.2 vitis 2019.2 petalinux 2019.2 doc:PG252 UG1209 ref:http://www.zynqnotes.com/a-simple-vcu-design ref:https://xilinx-wi ...
分类:其他好文   时间:2020-04-30 17:06:33    阅读次数:93
1078 Hashing
The task of this problem is simple: insert a sequence of distinct positive integers into a hash table, and output the positions of the input numbers. ...
分类:其他好文   时间:2020-04-30 15:15:38    阅读次数:44
壁纸网站收藏
几个不错的壁纸网站收藏 "Wallpaper" "Unsplash" "wallls.com" "wallpapers" "Simple Desktops" ...
分类:Web程序   时间:2020-04-29 23:31:32    阅读次数:84
6450条   上一页 1 ... 35 36 37 38 39 ... 645 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!