workhours

Results 6 issues of workhours

clone this repo to local directory by git-gui, configure project according to "https://imagej.net/develop/intellij". Run/Debug "ImageJ2" shows following exceptions: Exception in thread "main" java.lang.IllegalArgumentException: Invalid service: net.imagej.legacy.LegacyService at org.scijava.service.ServiceHelper.createExactService(ServiceHelper.java:278) at org.scijava.service.ServiceHelper.loadService(ServiceHelper.java:229)...

``` [TestMethod] public void JsonTest() { double expected = 1.0; string json= "{\"a\":1.0}"; var obj = JsonFormatter.DeserializeObject(json); Assert.AreEqual(expected, obj["a"]); } ```

用户规则配置: 原始地址:https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js 目标地址:http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.12.4.min.js 打开chome开发者模式访问https://stackoverflow.com/questions/6747730/jquery-and-spring-mvc这个文档监控network,可以看到jquery-1.12.4.min.js加载失败

md文件目前更多的是记录源代码相关的一下内容,对于插件安装成功之后如何一步步进行设置并没有详细的步骤。里面各种复选框看不懂是做什么用的。 搞了一上午也没有重定向成功。

### Bug description just as titled, training a model on window11, pass a checkpoint callback to trainer and keep ckpt_path as None as code below, then fit model with data...

bug
needs triage