新文章 网摘 文章 随笔 日记

12 2019 档案

摘要://设置Telerik Grid自动列宽 if (typeof JSCommon.autoFitTelerikGridColumns != 'function') { JSCommon.prototype.autoFitTelerikGridColumns = function autoFitCol 阅读全文
posted @ 2019-12-20 12:03 岭南春 阅读(451) 评论(0) 推荐(0)
摘要:http://tts.baidu.com/text2audio?cuid=baiduid&lan=zh&ctp=1&pdt=311&tex=需要转换的文字 来源:https://www.liufw.com/296.html 阅读全文
posted @ 2019-12-13 20:29 岭南春 阅读(3360) 评论(0) 推荐(0)
摘要:.Columns(column => { column.Bound(x => x.ReportTime).Format("{0:yyyy/MM/dd}"); } 阅读全文
posted @ 2019-12-10 15:58 岭南春 阅读(230) 评论(0) 推荐(0)
摘要:public class PageView<T> { private ColumnTitle[] _columnTitles; public int RecordCount { get; } public IList<T> Items { get; } public int PageIndex { 阅读全文
posted @ 2019-12-04 11:07 岭南春 阅读(221) 评论(0) 推荐(0)
摘要:using System;using System.Linq.Expressions;namespace Phoenix.Modules.Common.Infrastructure.TypeExtensions.LinqExtension{ public static class Expressio 阅读全文
posted @ 2019-12-04 10:04 岭南春 阅读(212) 评论(0) 推荐(0)
摘要:jQuery.extend(jQuery.validator.messages, { required: "此项必填。", remote: "请修正此项。", email: "请输入一个合法的电子邮件地址。", url: "请输入合法网址。", date: "请输入合法日期。", dateISO: 阅读全文
posted @ 2019-12-03 14:29 岭南春 阅读(266) 评论(0) 推荐(0)