遗忘海岸

江湖程序员 -Feiph(LM战士)

导航

02 2020 档案

关于IIS账户ApplicationPoolIdentity文件操作权限
摘要:public string BatchAttch(long recId) { var it= Ctx.Sys_FileBatchAttach.FirstOrDefault(ent => ent.RecId == recId); var urlRoot= F.Studio.Common.Cfg.Sim 阅读全文

posted @ 2020-02-29 08:55 遗忘海岸 阅读(546) 评论(0) 推荐(0)

android的一个坑
摘要:Unable to resume activity : android.database.StaleDataException: Attempted to access a cursor after it has been closed. 异常 ContentResolver cr = this.g 阅读全文

posted @ 2020-02-27 16:12 遗忘海岸 阅读(261) 评论(0) 推荐(0)

ReadOnly TextEdit输入问题
摘要:public class StringEventArgs : EventArgs { public String Value { get; set; } } public class ReadOnlyInputMgr { private Dictionary<int, String> _KeyVal 阅读全文

posted @ 2020-02-24 17:17 遗忘海岸 阅读(290) 评论(0) 推荐(0)