11 2017 档案

try catch 块中debug时发现错误细节的一次记录
摘要:在解决已有代码的一个问题时,有一个try catch块,基本代码如下: try { //do something } catch { LogHelper.Debug(typeof(myHelper), string.Format("Could not find country code for IP 阅读全文

posted @ 2017-11-08 06:14 新西兰程序员 阅读(575) 评论(0) 推荐(0)

Umbraco back office 中form显示不出来的问题
摘要:问题纠结了好久,没找到什么原因,具体就是在back office中,form显示不出来.如下: 按下F12,在chrome 的developer tools中发现如下错误 找了半天不知道原因,后来看到这篇文章https://our.umbraco.org/forum/umbraco-forms/79 阅读全文

posted @ 2017-11-06 10:42 新西兰程序员 阅读(178) 评论(0) 推荐(0)