郭静的PSP数据比较 PSP阶段 预估时间 实际所用时间 计划 11 10 明确相关需求和其他因素,估计每个阶段的时间成本 11 10 开发 83 92 需求分析 10 8 生成设计文档 5 7 设计审复(和同事审核设计文档) 8 10 代码规范(为目前开发制定合适的规范) 6 5 具体设计 8 6 ...
分类:
其他好文 时间:
2021-04-12 11:54:27
阅读次数:
0
C# WinForm 窗体单例模式 (程序里面只能创建一个此窗体,如果再new,那就返回已经创建的实例) //C# WinForm 单例模式(例:同一个窗体只创建一次实例) //打开窗体的事件: Form3 f = Form3.InstanceObject() ; //实例化窗体 f.Focus() ...
对于新建,或未加入版本控制的项目,加入gitee项目控制步骤如下 VCS->Import into Version Control->Share Project on Gitee 然后命名等其他配置 ...
分类:
其他好文 时间:
2021-04-10 12:57:44
阅读次数:
0
前人的缺陷: CIC works mainly focus on (1)subjective control signals,(2)objective control signals or (1) Content-controlled (2) Structure controlled。 almost ...
分类:
其他好文 时间:
2021-04-09 13:26:43
阅读次数:
0
辅助脚手架系统:https://jetstream.laravel.com/2.x/introduction.html inertia:https://inertiajs.com/ 1、安装新项目 laravel new project 1.1、更改中文模式 1.2、配置数据库信息 2、安装脚手架系 ...
分类:
其他好文 时间:
2021-04-09 13:23:49
阅读次数:
0
maven插件自动生成mapper文件 @(目录) 第一步,新建maven plugin工程 idea 选择 file → new project → maven 后面一直next,注意maven plugin 工程的命名最好是 xxx-maven-plugin. 添加依赖 下面写maven插件必须 ...
分类:
移动开发 时间:
2021-04-09 12:55:36
阅读次数:
0
开发时使用,生产环境关闭 1.Adding devtools to your project <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> ...
分类:
其他好文 时间:
2021-04-08 13:37:40
阅读次数:
0
Markdown学习 标题 三级标题 四级标题 字体 Hello word! Hello word! *Hello word! Hello word! Hello word! 引用 淳无敌 分割线 图片 超链接 点击童无敌 列表 A c d a b c 表格 代码 java ...
分类:
其他好文 时间:
2021-04-07 11:43:53
阅读次数:
0
错误详细信息: Cloning into 'aplanmis-project'...remote: Enumerating objects: 176887, done.remote: Counting objects: 100% (176887/176887), done.remote: Compr ...
分类:
其他好文 时间:
2021-04-07 10:51:02
阅读次数:
0
WARNING: Found orphan containers (toolbox-web) for this project. If you removed or renamed this service in your compose file, you can run this command ...
分类:
其他好文 时间:
2021-04-07 10:38:38
阅读次数:
0