会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Gangpei
流火
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
2020年4月24日
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
摘要: BEGIN: 问题:安装requests第三方库出现超时问题 pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read tim
阅读全文
posted @ 2020-04-24 13:50 Gangpei
阅读(503)
评论(0)
推荐(0)
2020年4月14日
html5+css+JavaScript 轮播图
摘要: BEGIN: HTML代码如下 <div id="slideShowContainer"> <ul id="imgUl"> <li> <div class="SlidePic"> <a href="#"><img src="img/g_1.jpeg" alt="" /></a> </div> </l
阅读全文
posted @ 2020-04-14 09:50 Gangpei
阅读(865)
评论(0)
推荐(0)
2020年4月9日
python语言的特点(优缺点)总结
摘要: BEGIN: 优点: 1、简单:设计原则“简单、优雅、明确” 易于学习:较少的关键字,结构简单 易于阅读:python代码定义更清晰 易于维护:源代码容易维护 2、广泛的开源库:丰富的第三方库 3、互动模式:支持互动模式,可从终端输入执行代码并得到结果,互动测试和调试代码片段 4、可移植:开放源代码
阅读全文
posted @ 2020-04-09 21:26 Gangpei
阅读(9469)
评论(0)
推荐(0)
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
摘要: BEGIN: 解决方案如下: END.
阅读全文
posted @ 2020-04-09 15:32 Gangpei
阅读(224)
评论(0)
推荐(0)
2020年4月7日
AttributeError: module 'tensorflow' has no attribute 'truncated_normal'
摘要: BEGIN: 解决方案:更换更低版本(具体操作如下) 打开cmd,运行 pip list 查询结果如下,找到tensorflow我这里版本为2.0.0a0 修改版本为1.5,执行如下命令 pip3 install tensorflow==1.5 结果 有点问题,更新一下: pip install u
阅读全文
posted @ 2020-04-07 18:16 Gangpei
阅读(9633)
评论(0)
推荐(0)
2020年4月2日
python的文件读写操作
摘要: BEGIN: 1、读文件 file = 'E:\\text.txt' f = open(file) #打开文件 result = f.read() #读文件 f.close() #关闭文件 print(result) #打印文件内容 或(r, 只读模式) file = 'E:\\text.txt'
阅读全文
posted @ 2020-04-02 16:06 Gangpei
阅读(333)
评论(0)
推荐(0)
2020年4月1日
AttributeError: module 'scipy.misc' has no attribute 'imread'
摘要: 解决方案如下: https://www.jianshu.com/p/fc4b33439b7d
阅读全文
posted @ 2020-04-01 15:15 Gangpei
阅读(1354)
评论(0)
推荐(0)
Tromino 谜题
摘要: 题目 :Tromino 谜题 Tromino是指一个由棋盘上的三个1*1方块组成的 L 型骨牌。如何用 Tromino 覆盖一个缺少了了一个方块(可以在棋盘上任何位置)的2^n*2^n棋盘(下图展示了n=3情况)。除了这个缺失的方块,Tromino应该覆盖棋盘上的所有方块,Tromino可以任意转向
阅读全文
posted @ 2020-04-01 12:35 Gangpei
阅读(2549)
评论(2)
推荐(1)
2020年3月19日
关系数据库系统数据独立性最高
摘要: 关系数据库系统提供三级模式与二级映像,具有逻辑独立性和物理独立性。
阅读全文
posted @ 2020-03-19 13:56 Gangpei
阅读(386)
评论(0)
推荐(0)
上一页
1
2
3
4
5
公告