上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 31 下一页
摘要: 机器学习算法 监督学习 supervised learning 分类算法 回归算法 无监督学习 unsupervised learning 阅读全文
posted @ 2018-12-14 23:03 巨兽~墨菲特 阅读(112) 评论(0) 推荐(0) 编辑
摘要: http://kindeditor.net/docs/usage.html 阅读全文
posted @ 2018-12-11 15:54 巨兽~墨菲特 阅读(83) 评论(0) 推荐(0) 编辑
摘要: Meta标签中的format-detection属性及含义 阅读全文
posted @ 2018-12-10 11:00 巨兽~墨菲特 阅读(87) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/shenh/p/9090586.html http://www.cnblogs.com/zhaof/p/8490045.html https://docs.python.org/3/library/asyncio-task.html 前言:python 阅读全文
posted @ 2018-12-07 20:00 巨兽~墨菲特 阅读(143) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/yangjig/p/6014198.html 阅读全文
posted @ 2018-12-06 13:13 巨兽~墨菲特 阅读(89) 评论(0) 推荐(0) 编辑
摘要: web server 主流的两个web服务器。Nginx 和 apache https://www.cnblogs.com/alex3714/p/6538374.html https://www.cnblogs.com/qingspace/p/6838747.html https://blog.cs 阅读全文
posted @ 2018-12-06 12:37 巨兽~墨菲特 阅读(265) 评论(0) 推荐(0) 编辑
摘要: Django之分页功能 参考文档 https://www.cnblogs.com/kongzhagen/p/6640975.html 阅读全文
posted @ 2018-12-06 09:50 巨兽~墨菲特 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 研究一下,利用win32com操作 word WORD中最重要的概念有几个:Application - 这个毫无疑问是我们的WORD应用程序Document - 这个就是一个打开的文档对象Range - 基本上所有对象都是有Range属性的,而这也为我们排版提供了极大的便利。。。Paragraph 阅读全文
posted @ 2018-12-05 18:34 巨兽~墨菲特 阅读(4470) 评论(0) 推荐(0) 编辑
摘要: import matplotlib.pyplot as plt plt.plot([0,2,4,6,8],[3,1,4,5,2]) plt.ylabel("grade") plt.axis([-1,10,0,6])#x轴 -1~10 y轴0~~6 # plt.savefig('test',dpi=600)#每个英寸中包含 600各像素点 默认PNG plt.show() 阅读全文
posted @ 2018-12-04 21:35 巨兽~墨菲特 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 运算结果: # from PIL import Image # import numpy as np # im=np.array(Image.open('timg.jpg')) # print(im.shape,im.dtype) # b=im*(100/255)+150 # a=Image.fro 阅读全文
posted @ 2018-12-04 21:02 巨兽~墨菲特 阅读(237) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 31 下一页