github项目地址:https://github.com/KID53/wordcount PSP: PSP2.1 Personal Software Process Stages 预估耗时(分钟) 实际耗时(分钟) Planning 计划 20 31 · Estimate · 估计这个任务需要多少 ...
分类:
编程语言 时间:
2020-03-23 22:04:05
阅读次数:
118
MySQL函数MySQL函数是MySQL数据库提供的内置函数。这些内置函数可以帮助用户更加方便地处理表中的数据。数学函数数学函数是MySQL中常用的一类函数。其主要用于处理数字,包括整型和浮点数等等。ABS(x)函数ABS(x)函数用于求绝对值。例子:获取6和-13的绝对值SELECTABS(6),ABS(-13);FLOOR(x)函数FLOOR(x)函数返回小于或等于x的最大整数。例子:返回不大
分类:
数据库 时间:
2020-03-23 18:38:00
阅读次数:
111
class MeiJuItem(scrapy.Item): ''' 爬取美剧 定义MeiJuItem类继承scrapy.Item 定义存储数据 明确存储信息 ''' name = scrapy.Field() href = scrapy.Field() state = scrapy.Field() ...
分类:
其他好文 时间:
2020-03-23 12:40:13
阅读次数:
114
项目地址: "Github项目地址" PSP | PSP2.1 | Personal Software Process Stages | 预估耗时(分钟) | 实际耗时(分钟) | | | | | | | Planning | 计划 | 10 | 10 | | · Estimate | · 估计这个 ...
分类:
其他好文 时间:
2020-03-23 09:40:11
阅读次数:
73
1.Github项目地址:https://github.com/inimble/wordcount.git 2.估算耗费的时间(如右表) PSP2.1 Personal Software Process Stages 预估耗时(分钟) 实际耗时(分钟) Planning 计划 30 10 · Est ...
分类:
其他好文 时间:
2020-03-23 09:31:49
阅读次数:
73
#include "stdafx.h" #include "windows.h" #include "iostream.h" void env() { PROCESS_INFORMATION pi={0}; STARTUPINFO si={0}; si.cb=sizeof(si); CreatePr ...
分类:
其他好文 时间:
2020-03-23 09:25:53
阅读次数:
54
Windows 1.清除网络名后的数字 网络名称后面的数字和错误名称修改 打开注册表,HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles,修改各个子项里的ProfileName就可以 ...
进程Process 通过进程打开一个应用程序或文件 调用命名空间: using System.Diagnostics; Process.Start("calc"); 线程类: using System.Threading; Thread thread1; private void button1_C ...
分类:
编程语言 时间:
2020-03-22 19:43:47
阅读次数:
65
一、项目地址 + 教学班级:006 项目地址:https://github.com/Knowden/IntersectionPlus.git 二、开发耗时评估 | PSP2.1 | Personal Software Process Stages | 预估耗时(分钟) | 实际耗时(分钟) | | ...
分类:
其他好文 时间:
2020-03-22 15:33:30
阅读次数:
54