随笔分类 - asp.net
asp.net
摘要:我并不知道问题怎么描述清楚一些。 事情是这样的,使用 Microsoft Dynamics CRM Server 2016 做CRM系统的时候用到 使用 Web API 执行批处理操作(参见SDK或者 https://msdn.microsoft.com/zh-cn/mt607719 ). 官方只给
阅读全文
摘要:MVC 模式下的伪静态: 通过路由就可以搞定 首先说下路由规则,允许多个路由规则,会从上之下寻找匹配 伪静态: 如果只写一个路由 那么 所有页面都必须是 html 结尾。 如果再加一个路由 就都支持了。 真静态: 配置文件如下: system.webServer 下的 handlers 增加 几个节
阅读全文
摘要:首先需要 添加 System.Transactions 程序集 数据表: create table SalesOrder ( ID int identity(1,1) primary key not null, OrderNo nvarchar(50) not null, OrderDate dat
阅读全文
摘要:string str = ""; for (int i = 0; i current + string.Format("{0}({1}) \r\n ", t.FullEmailName, t.Msg));用到了linq ,也表现了 linq 是一个语法糖。string.Format(@"\r\n...
阅读全文
摘要:IndexV6 IndexV6
阅读全文
摘要:建议使用 html 页面 和 一般处理程序,一般处理程序 继承 IRequiresSessionState ,才能用 session .
阅读全文
浙公网安备 33010602011771号