Rwing

Results 5 issues of Rwing

主要有2个问题: 1,豆瓣投票人数和评分是否考虑原版/再版问题?例如在豆瓣有5个版本(3个英文原版,2个中文版),是否都有考虑进来? 2,排序规则按照投票人数来排序是否欠妥?这样会过滤掉小众语言的优质书籍,例如Haskell

DogSE.Server.Core下的GameServerService.cs文件似乎没有提交

``` function f(id = 1){ id = 'a,b'; } getParameterNames(f); // => [ 'id', 'b\';' ] ```

scenario: ``` var dataTable = AdoNet.ExecuteDataTable("SELECT * FROM Table"); MiniExcel.SaveAsByTemplate(resultFilePath, templateFilePath, dataTable); ``` I knew wrapping it to an object would solve the problem, but wouldn't that be easier to...

enhancement
help wanted