【专栏介绍 C/C++/Python应用开发】

【专栏提纲 ID_01】


专栏地址:https://blog.csdn.net/jn10010537/category_10228868.html

背景

更新时间:2020.12.05;
更新版本:第一版;
写作时间:准备抽周末以及平时下班的业余时间上,将这个专栏写的质量尽可能的高一些。
写作方式:先拟好提纲,然后逐步的完善。保持一周至少一篇的进度。
写作范围:前期涉及的是开发相关的(python全栈开发以及图像应用算法落地),后期会逐渐添加算法相关的内容;
面向人群:学生,以及方案解决的同仁等。
备注:并不能做到尽善尽美,但是追求完美,愿与志同道合的诸君,密切交流,一起学习,共同进步。
联系方式:[email protected] 上海浦东新区

Table of Contents

1.Project management
Management progress, dismantling time;
Iteration management, how to manage iterations;
Thinking about how to divide labor

2.Flow chart analysis
C/S or B/S architecture, sort out business logic; draw a flow chart of program operation

序号 发布时间 博客
2.1-1 2020.12.27 【CAD】 绘制软件说明(面向产品以及技术等)

3.Project Development
3.1 Interface development
Interface development based on PySide2,tkinter and H5.

序号 发布时间 博客
3.1-1 2020.12.05 【PySide2】 安装PySide2
3.1-2 2020.12.09 【PySide2】通过Qt Designer设计界面,并转化为python代码运行

3.2 Back-end development
Interaction logic,functional programming or class programming, modular development interface, etc.

序号 发布时间 博客
3.2-1 2021.01.06 【爬虫】将我的csdn原创文章以及url存入csv
3.2-2 2021.01.11 【opencv-python】 cv2.VideoWriter()视频录制

3.3 Database configuration
mysql,mongodb and SQLite;

3.4 .Application packaging
use pyinstaller, etc. for packaging

序号 发布时间 博客
3.4- 1 2020.12.12 【pyinstaller】 打包python应用程序(1)
3.4- 2 2020.12.14 【pyinstaller】 打包cv.dnn.readNet(xml,bin)推理代码失败
3.4- 3 2020.12.20 【pyd】 windows10下Cython转化C文件后通过python3调用VC编译pyd
3.4-4 2021.01.13 【pyd】 windows10下Cython转化C文件后通过python3调用mingw64编译pyd

4.Maintenance tracking
Track product usage requirements, customer needs, and update and iterate in a timely manner.

5.Results integration
Apply for patents, apply for soft, check the relevant policies of the local government

猜你喜欢

转载自blog.csdn.net/jn10010537/article/details/110677922