月度归档: 2015年12月

.NET解决方案管理经验

2015年12月9日

在一个解决方案里的所有项目,最好目标Framework都是一样的,不要一个是4.0,一个是4.6。这容易导致编译错误。尤其是如果F6编译整个解决方案有一大堆错误,但点击错误列表打开文件,错误慢慢消失,这说明编译所用的DLL跟Visual Studio分析所用的代码是不一致的。

Burst Balloons

2015年12月5日

来自https://leetcode.com/problems/burst-balloons/ 题目 Given n balloons, indexed from 0 to n-1. Each balloon is painted with a number on it represented by […]