asp.net – 如果我没有指定targetFramework =“4.0”会发生什么?

asp.net – 如果我没有指定targetFramework =“4.0”会发生什么?

在我的ASP.Net 4.0 web.config我有以下属性: compilation targetFramework=4.0 如果我删除targetFramework属性,一切似乎正常进行.这个属性在什么情况下帮助我? Quote from the doc: Specifies the version of the .NET Framework that the Web site ta

在Java中编写未知(大)大小的tar文件

在Java中编写未知(大)大小的tar文件

我想用 Java中的一个tar文件写一个未知大小的大流.我知道Apache有 handles tar files这个 handles tar files,但他们要求我提前知道大小.考虑Apache自己的 example: TarArchiveEntry entry = new TarArchiveEntry(name);entry.setSize(size);tarOutput.putArc