摘要:
有些时间要写html 生成邮件内容到outlook里面: 场景 1.EDM 2.报表汇总等 开发经验: 1.要有width=“100”不要 style=‘width:100px’,style 里面写宽度不起作用; 2.border-bottom:1px solid #fff 没线可以设置Table 阅读全文
摘要:
1.如何同步根据部门表同步另外一个项目表的部门字段 update A set A.auditownerid=(select lp.epleaderId from (select ep.userid as epuserid,adp.leaderId as epleaderId from B ep le 阅读全文
摘要:
1.在应用程序中获取session,System.Web.HttpContext.Current.Session; 2.命名空间如下:IRequiresSessionState 调用方法 public class ProjectInfo : IHttpHandler,System.Web.Sessi 阅读全文
摘要:
最近做微信开发遇到这个问题,查了一些文档,总结一下 1.url后面加参数 indow.location.href = url +'?timestamp='+ new Date().getTime()+Math.random(); 2.模拟触发a标签 <a id="alink" href="abc.a 阅读全文
摘要:
1,edmx 从数据库更新模型-选中表-根据模型生成数据库 清理解决方案,重新生成解决方案 阅读全文
摘要:
1.alter table [dbo].[SiteTracks] drop constraint DF__SiteTrack__Audit__47DBAE452.ALTER TABLE [dbo].[SiteTracks] DROP COLUMN AuditOwnerId3.alter table 阅读全文
摘要:
1.微信小程序用户授权 https://blog.csdn.net/qq_34827048/article/details/77990510 https://blog.csdn.net/qq_33616529/article/details/79080141 www.51softs.com/aspn 阅读全文
摘要:
1. 视频 <staticContent> <mimeMap fileExtension=".mp4" mimeType="video/mp4" /> <mimeMap fileExtension=".m4a" mimeType="video/mp4"/> <mimeMap fileExtensio 阅读全文
摘要:
[HttpPost] public ActionResult MultiUpload() { System.Web.HttpFileCollectionBase files = Request.Files; //for (var i = 2; i < files.Count; i++) HttpPo 阅读全文