上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 42 下一页
摘要: 今天在windows下学习lavaral,使用composer update命令报如下错误: [Composer\Exception\NoSslException] The openssl extension is required for SSL/TLS protection but is not 阅读全文
posted @ 2018-01-26 16:10 程序生(Codey) 阅读(855) 评论(0) 推荐(0) 编辑
摘要: 切记要把新的php版本配到环境变量,cmd才会生效 php7.1.11下载地址 http://windows.php.net/download/ 下载之后,解压。 重名的为php-7.1.11-nts 移动到phpStudy的php目录下 然后重启phpStudy即可 然后切换版本就好了。 phps 阅读全文
posted @ 2018-01-26 16:08 程序生(Codey) 阅读(3682) 评论(0) 推荐(0) 编辑
摘要: Python中操作mysql的pymysql模块详解:https://www.cnblogs.com/wt11/p/6141225.html Python 12 - Mysql & ORM:https://www.cnblogs.com/wuzdandz/p/7764416.html 【Python 阅读全文
posted @ 2018-01-25 17:32 程序生(Codey) 阅读(255) 评论(0) 推荐(0) 编辑
摘要: mysql.connector 最近发现mysql5.7有一个bug会引起pymysql报警, lib\site-packages\pymysql\cursors.py:170: Warning: (1265, "Data truncated for column ' 使用mysql.connect 阅读全文
posted @ 2018-01-25 11:20 程序生(Codey) 阅读(9053) 评论(0) 推荐(0) 编辑
摘要: Redux 入门教程(一):基本用法:http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_one_basic_usages.html Redux 入门教程(二):中间件与异步操作:http://www.ruanyifeng.com/b 阅读全文
posted @ 2018-01-24 16:13 程序生(Codey) 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 一、多线程 多线程就是允许一个进程内存在多个控制权,以便让多个函数同时处于激活状态,从而让多个函数的操作同时运行。即使是单CPU的计算机,也可以通过不停地在不同线程的指令间切换,从而造成多线程同时运行的效果。 多线程相当于一个并发(concunrrency)系统。并发系统一般同时执行多个任务。如果多 阅读全文
posted @ 2018-01-24 14:38 程序生(Codey) 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 1.PIL模块安装 选择PIL 官方没有支持python3.6的PIL库,所以用pillow代替 http://www.lfd.uci.edu/~gohlke/pythonlibs/#pillow 链接:https://pan.baidu.com/s/1kW3BuzP 密码:4o66 windows 阅读全文
posted @ 2018-01-22 11:54 程序生(Codey) 阅读(2303) 评论(0) 推荐(0) 编辑
摘要: 先上常用语句 git add . git commit -m "img commit" $ git pull $ git push -u origin master 注册账户以及创建仓库 要想使用github第一步当然是注册github账号了。之后就可以创建仓库了(免费用户只能建公共仓库),Crea 阅读全文
posted @ 2018-01-21 18:57 程序生(Codey) 阅读(24311) 评论(2) 推荐(3) 编辑
摘要: 最近开始玩python,用它写一些小程序游戏的辅助,现在做下总结 下面进入正文。 本文适用对象为WIN10系统,安卓用户。目的在于让丝毫没有接触过Python的小伙伴都能成功运行,如果你恰好是这样的对象,那么跟着我开始操作。我会把我自己的每一步都写下来。 0x00:准备工具: Windows 10; 阅读全文
posted @ 2018-01-21 16:31 程序生(Codey) 阅读(6299) 评论(0) 推荐(0) 编辑
摘要: pytesseract资源 链接:https://pan.baidu.com/s/1eTsqhsY 密码:j0yo 安装时前面一直next就可以了,直到这一步,勾选Math和Chinese,支持计算和中文 要记住安装的目录 我的是 F:\Program Files (x86)\Tesseract-O 阅读全文
posted @ 2018-01-19 14:34 程序生(Codey) 阅读(5077) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 42 下一页