11 2018 档案

摘要:try { DateTime allowTime = DateTime.Now.ToARCUniversalTime().ToARCLocalTime().AddMonths(-3); DateTime ivTime = DateTime.Parse(RadAllInvoice.SelectedDa 阅读全文
posted @ 2018-11-28 17:04 李寒星
摘要:1.不传参 #region 线程-直接调用 //Thread thread = new Thread(new ThreadStart(ThreadDemo)); //thread.Name = " Thread1 "; //thread.Start(); //thread.Join(); #endr 阅读全文
posted @ 2018-11-22 15:23 李寒星
摘要:最近做微信开发遇到这个问题,查了一些文档,总结一下 1.url后面加参数 indow.location.href = url +'?timestamp='+ new Date().getTime()+Math.random(); 2.模拟触发a标签 <a id="alink" href="abc.a 阅读全文
posted @ 2018-11-20 10:23 李寒星 阅读(8989) 评论(1) 推荐(0)
摘要:https://yq.aliyun.com/articles/592271 待完善 阅读全文
posted @ 2018-11-17 22:27 李寒星
摘要:在开发中调式遇到这个问题,查了下AppId和AppSecret没错,代码也没什么问题,最坑爹的是,有个项目用的同样配置还在运行。 后来重置之后才又可以使用。。。 参考文章:https://blog.csdn.net/u010974598/article/details/78415250 阅读全文
posted @ 2018-11-17 10:40 李寒星