上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: using Microsoft.Office.Interop.Word; using NPOI.OpenXmlFormats.Wordprocessing; using NPOI.Util; using NPOI.XWPF.UserModel; using System; using System. 阅读全文
posted @ 2021-07-14 17:21 我要找到我的全世界 阅读(241) 评论(0) 推荐(0)
摘要: layui.define(['jquery', 'notice'], function (exports) { let $ = layui.jquery; let notice = layui.notice; /** * 模拟请求,判断网络 * @param {function} callback 阅读全文
posted @ 2021-07-13 14:58 我要找到我的全世界 阅读(624) 评论(0) 推荐(0)
摘要: layui.define(['jquery'], function (exports) { let $ = layui.jquery; function leafLetHelper() { } leafLetHelper.prototype.render = function (option) { 阅读全文
posted @ 2021-07-13 14:48 我要找到我的全世界 阅读(984) 评论(0) 推荐(0)
摘要: 多参数传值,string为null解决 1、添加类 public class CustomMetadataProvider : IMetadataDetailsProvider, IDisplayMetadataProvider { public void CreateDisplayMetadata 阅读全文
posted @ 2020-10-24 09:28 我要找到我的全世界 阅读(1115) 评论(0) 推荐(0)
摘要: /** * 根据一个经纬度及距离角度,算出另外一个经纬度 * @param {*} lng 经度 113.3960698 * @param {*} lat 纬度 22.941386 * @param {*} brng 方位角 45 正北方:000°或360° 正东方:090° 正南方:180° 正西 阅读全文
posted @ 2020-05-20 12:03 我要找到我的全世界 阅读(2540) 评论(0) 推荐(0)
摘要: 1、使用参数中的selectedMode属性达到单选效果 legend. selectedMode = 'single' 效果 2、绑定change方法 <!DOCTYPE html> <html lang="en" style="height: 100%;width: 100%;"> <head> 阅读全文
posted @ 2020-05-19 17:55 我要找到我的全世界 阅读(1403) 评论(1) 推荐(0)
摘要: public string InitPermission() { // 通过反射加载程序集 // var baseType = Assembly.LoadFile(@"G:\testproject\ConsoleApp28\WebApplication1\bin\WebApplication1.dl 阅读全文
posted @ 2020-02-28 17:34 我要找到我的全世界 阅读(1276) 评论(0) 推荐(0)
摘要: 授权验证,比如登陆验证 1、自定义属性继承AuthorizeAttribute 2、重写OnAuthorization方法 3、通过AllowAnonymousAttribute特性处理无需授权的Action或者Controller 实现代码: public class MyAuthorizeAtt 阅读全文
posted @ 2020-02-25 16:03 我要找到我的全世界 阅读(744) 评论(0) 推荐(1)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2019-11-15 17:29 我要找到我的全世界 阅读(3376) 评论(1) 推荐(0)
摘要: public JsonResult DrawRadar() { List<Color> colors = new List<Color>() { Color.FromArgb(255,182,193), Color.FromArgb(238,130,238), Color.FromArgb(220,20,60), Color.FromArgb(153,50,204), Color.FromArgb 阅读全文
posted @ 2019-10-26 09:36 我要找到我的全世界 阅读(2102) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 ··· 9 下一页