摘要: # Chapter 11 Test-Driven Development + Test-Driven Development Principles > TDD consists of writing test cases that cover a desired feature, then writ 阅读全文
posted @ 2023-06-14 13:07 大脚板同志 阅读(15) 评论(0) 推荐(0)
摘要: + Git statsh command > https://blog.csdn.net/weixin_42433094/article/details/124603640 阅读全文
posted @ 2023-06-12 14:06 大脚板同志 阅读(7) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_44843824/article/details/119715691 阅读全文
posted @ 2023-05-11 10:39 大脚板同志 阅读(25) 评论(0) 推荐(0)
摘要: CRUD Creation, Retrieve, Update, Delete ORM Object Relational Mapping 阅读全文
posted @ 2023-04-26 17:23 大脚板同志 阅读(17) 评论(0) 推荐(0)
摘要: 1 关于 tpl 格式文件 以前的前端页面都是.html格式的,现在出现了.tpl文件,是template的缩写,发现他就是前端页面,写的也是html。 应该是前端模板Smarty的一个格式。可以在Dreamviewer中打开,进行可视化编辑。应该也可以使用PS打开。 阅读全文
posted @ 2023-04-24 11:28 大脚板同志 阅读(22) 评论(0) 推荐(0)
摘要: #! /bin/bash if [ -z "$1" ] then echo "Notice that there is no input para" exit 1 elif [ $1 == "shutdown" ] then sudo apt-get install -f sudo apt-get 阅读全文
posted @ 2023-04-24 11:25 大脚板同志 阅读(39) 评论(0) 推荐(0)
摘要: + 1.about 'pause' ``` //windows system; #include ; system("pause"); //linux system; #include ; pause(); ``` 阅读全文
posted @ 2023-04-24 11:24 大脚板同志 阅读(10) 评论(0) 推荐(0)
摘要: ## Alon J , Athitsos V , Yuan Q , et al. A Unified Framework for Gesture Recognition and Spatiotemporal Gesture Segmentation[J]. IEEE Transactions on 阅读全文
posted @ 2023-04-17 12:42 大脚板同志 阅读(16) 评论(0) 推荐(0)
摘要: Python 命令: -d pip download -d [ save_path ] [ packages ] , 下载Python Package并指定下载位置 Anaconda 命令: 安装anaconda,离线环境中新增环境,可以直接拷贝base文件夹至envs中并且进行重命名 卸载anac 阅读全文
posted @ 2023-04-17 11:30 大脚板同志 阅读(16) 评论(0) 推荐(0)
摘要: 学习基于Amit Nandi 的 Spark for Python Developers 1.1 word count example Chapter 5 Streaming Live Data with Spark 目的:“investigate various implementations u 阅读全文
posted @ 2023-04-17 11:17 大脚板同志 阅读(24) 评论(0) 推荐(0)