摘要:
为了网站能搜索,写了一个Scalar-valued Function自定义函数: SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- -- Author: <Author,,Insus.NET> -- Create date: <Create Da 阅读全文
摘要:
项目中,需要实现字体相关操作,收集了一些相关参数,可以引用的。 using System.Collections.Generic; using System.Drawing; using System.Drawing.Text; using System.Linq; using System.Net 阅读全文
摘要:
服务端出现异常时,返回给客户端status仍然是ok的。因此在前端的catch或是error是得到不到服务端的throw异常信息的。 所以,你在服务端中,把异常时,也得作为成功执行返回给客户端。 你可以写一个类别: using System; using System.Collections.Gen 阅读全文