摘要: Python+Flask+nginx+nodeJS+前端配置的微信小程序开发 时间<20201109> 环境配置 批量安装库:pip install -r requirements.txt ... 阅读全文
posted @ 2020-11-09 10:01 Alex东 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 踩坑大赛:哈哈 重要的就是环境配置:<修改**.bash_profile**文件> vi/open/。。 vim ~/.bash_profile #进入.bash_profile文件后,进行编辑,插入 export PATH="/这里是你安装的路径/anaconda3/bin:$PATH" 我的地址 阅读全文
posted @ 2020-08-24 17:58 Alex东 阅读(692) 评论(0) 推荐(0) 编辑
摘要: Revit二次开发-ironpython调用dll IronPython import clr clr.AddReferenceByPartialName("System.Windows.Forms") clr.AddReferenceByPartialName("System.Drawing") 阅读全文
posted @ 2020-07-30 22:11 Alex东 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 关于Revit模型旋转的问题 RevitPythonshell直接可以运行的 常见问题:缺少的库引用,Autodesk.Revit # AlexDong# 1220274707@qq.com import math selection = [doc.GetElement(x) for x in ui 阅读全文
posted @ 2020-07-30 22:03 Alex东 阅读(248) 评论(0) 推荐(0) 编辑
摘要: [开源与分享]Python开源项目,期待大家和我们一起共同维护 github排名榜单 https://github.com/trending github搜索榜单:https://github.com/search 说明 以下总结大部分来至于 [TimLiu-Python] (https://git 阅读全文
posted @ 2020-04-27 16:57 Alex东 阅读(923) 评论(4) 推荐(1) 编辑
摘要: <data 20200424 23:28>留个坑,等更新 阅读全文
posted @ 2020-04-24 23:29 Alex东 阅读(182) 评论(0) 推荐(1) 编辑
摘要: 参考文档https://sspai.com/post/55402 第三方平台的在线 Jupyter Notebook 科赛和鲸 K-lab(国内) 阿里天池大数据 (国内) Azure notebooks Kaggle Google Colab CoCalc 用 VPS 搭建你自己的在线 Jupyt 阅读全文
posted @ 2020-04-16 09:05 Alex东 阅读(2601) 评论(0) 推荐(1) 编辑
摘要: 参考网站http://www.educg.net.cn/resources.html https://github.com/ZuzooVn/machine-learning-for-software-engineers/blob/master/README-zh-CN.md https://gith 阅读全文
posted @ 2020-04-16 08:45 Alex东 阅读(971) 评论(0) 推荐(1) 编辑
摘要: 参考博客:https://www.cnblogs.com/wohuiyijiu/p/12454130.html 安装pyqt5:https://www.cnblogs.com/yclizq/p/11192128.html 可视化: https://blog.csdn.net/qq_36962569/ 阅读全文
posted @ 2020-04-06 18:14 Alex东 阅读(293) 评论(0) 推荐(0) 编辑
摘要: Python——Numpy、Pandas、Matplotlib Matplotlib<day01> 今日思维导图整理 今日思维导图整理 绘制图如下 折线图 # -*- coding:utf-8 -*- # # # # # # # # # # @Time : 2020/4/4 11:30 # @Aut 阅读全文
posted @ 2020-04-04 22:11 Alex东 阅读(332) 评论(0) 推荐(0) 编辑