最近阅读这本书,首先在书的标题《人月神话》确实是很美的名字,但是这和编程有什么关系呢,于是就去百度了一下题目的来源:首先是“人月(man-month)”。熟悉软件项目管理的各位肯定清楚,人们常常根据人月来估计工作量(并相应收费),比如一个项目五人两月完成,那么总工作量就是10人月。本书以此命名,套用 ...
分类:
其他好文 时间:
2019-05-26 15:57:37
阅读次数:
163
https://docs.microsoft.com/en-us/windows/wsl/about https://docs.microsoft.com/en-us/windows/wsl/install-win10 Windows Subsystem for Linux Installation ...
Given a collection of integers that might contain duplicates, nums, return all possible subsets (the power set). Given a collection of integers that m ...
分类:
其他好文 时间:
2019-05-26 00:09:52
阅读次数:
123
在不安装任何第三方软件的情况下,我们也可在 Windows 中直接使用 Powershell 校验文件多种算法的哈希值,其中就包括:SHA1、SHA256、SHA384、SHA512、MACTripleDES、MD5、RIPEMD160 算法。 使用起来也非常简单,大家可以参考如下示例: Get-F ...
分类:
系统相关 时间:
2019-05-24 17:24:55
阅读次数:
128
题目链接: https://codeforces.com/problemset/problem/1163/C2 题目大意: 有n个点,然后这些点直线都可以互相连线,然后问你有多少对直线是相交的。 题解:https://codeforces.com/blog/entry/66943 具体思路: 首先, ...
分类:
其他好文 时间:
2019-05-23 23:01:41
阅读次数:
165
在powerdesigner将表的结构运用于数据库的时候报的错. 目标: 在Hibernate中使用多表级联的插入操作. 解决办法: 将navicat中的mysql数据库表删除, 手动创建 原因: powerdesigner创建表的时候, 造成了一些兼容性的问题. Hibernate配置和Power ...
分类:
数据库 时间:
2019-05-21 19:16:25
阅读次数:
368
Given a set of distinct integers, nums, return all possible subsets (the power set). Given a set of distinct integers, nums, return all possible subse ...
分类:
其他好文 时间:
2019-05-20 23:01:44
阅读次数:
261
Starting with a positive integer N, we reorder the digits in any order (including the original order) such that the leading digit is not zero. Return ...
分类:
其他好文 时间:
2019-05-20 23:00:12
阅读次数:
186
C程序设计实验报告 实验项目: 1、利用复化梯形公式计算定积分 2、计算Ackerman函数 3、编写计算x的y次幂的递归函数getpower(int x,int y),并在主程序中实现输入输出 4、编写计算学生年龄的递归函数 5、编写递归函数实现Ackman函数 姓名:王锦辉 实验地点: 514实 ...
分类:
其他好文 时间:
2019-05-19 20:40:28
阅读次数:
141
Powering the Industrial Revolution In Britain one of the most dramatic changes of the Industrial Revolution was the harnessing of power. Until the rei ...
分类:
其他好文 时间:
2019-05-18 18:50:43
阅读次数:
117