+6
−19
+0
−12
+6
−18
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
-- Step 2 of changing the way Homer3 stores the group data in memory, how it saves processed data and loads processed and acquired data. Finish getting rid of all remaining code related to the previous solution to the problem of loading and keeping a large data set in memory; a half-measure which calculated dc and dod automatically when Homer3 starts up by sensing that there's derived data that was previously calculated in groupResults.mat. -- Clean up Calc() method a little bit in preparation for new solution to the above-described problem -- Add foolproof functionality to ConfigFileClass to be able to restore original config file instead of rewriting AppSettings with same parameters simply make a backup copy whenever you save the config file and use the new Restore method to get back to original version. That way whenever we run the unit test version control will not show that the file changed even though the substance is same as original. -- Add code to unit test to be able to call clean up when user interrupts it. -- Make version2string - converting version cell array return by getVernum to string - a simpler and more robust function. -- Add DesignNotes.odp OpenOffice version and add 2 diagrams if how the dataTree works
CRA Git | Maintained and supported by SUSTech CRA and CCSE