shamork
shamork
> 作者您好,我目前已经实现了原地更新老数据。做法是在diff.covers.oldPos找出一个最长递增子序列出来,然后把不在此序列的删掉。这样做最然会使diff变大,但这个代价是值得的。 然后用diff.length^2的复杂度找出一个diff.covers的安全移动路径出来,根据我的实验,只要diff.covers.oldPos是连续递增的,那么总能找到一个序列,能让diff.covers全部移完。如果最后有diff.covers无法移动的话,那就把这些covers删掉,只是差分包会变大。 最后差分包里多加了移动序列和覆盖线,而且在嵌入式设备上也成功运行了。 Would please create a PR?
npm install `{github userName}`/`{your project}`#`{branch}` npm update `{github userName}`/`{your project}`#`{branch}` for example【示例】 `npm install liriliri/eruda#master`
`if(!eruda._isInit) eruda.init()`
> 他的入口文件还不是构建前的 还是取的asset 太low了吧 @chenhebing 提交一个pull request 来改进下?
可以尝试下大于1.5.0的版本(当前尚未发布,预计几天之内应该可以看到新版本),解决了重复注入代码的问题 #26
net4.6.1 is ok, net core not working ? i have the same problem.
After two days digging, found code bellow in NewtonSoft.Json. `case JsonContractType.Serializable: this.SerializeISerializable(writer, (ISerializable)value, (JsonISerializableContract)valueContract, member, containerContract, containerProperty); return;` If an object is Serializable, it will serialize it use `ISerializable` interface....
there is two workaroud for this: 1. Implemets `ISerializable` in netstandard2. This is a breaking change for netstand2 users! 2. Catch the expcetion, and reset the cached data, old data...
我使用Navicat导入也是报错,使用office另存为xlsx后也不行,但另存为xls后就可以了