摘要: https://semantic-ui.com/modules/dropdown.html#/definition 阅读全文
posted @ 2019-02-21 15:42 梁云涛 阅读(64) 评论(0) 推荐(0)
摘要: EChart: http://echarts.baidu.com/echarts2/doc/example.html HighChart: https://www.hcharts.cn/demo/highcharts/line-labels 阅读全文
posted @ 2019-02-21 15:40 梁云涛 阅读(68) 评论(0) 推荐(0)
摘要: NPOI 是 POI 项目的 .NET 版本。POI是一个开源的java读写Excel、Word等微软OLE2组件文档的项目。 使用 NPOI 你就可以在没有安装 Office 或者相应环境的机器上对 WORD/EXCEL 文档进行读写 NPOI下载地址:http://npoi.codeplex.c 阅读全文
posted @ 2019-02-21 15:34 梁云涛 阅读(1005) 评论(0) 推荐(0)
摘要: $.ajax({ type: "GET", contentType: "application/json", url: "http://cnqamoss302:8000/sites/BSO/CPA/_vti_bin/MMMCustomService.svc/GenerateAgreementDocument(2017-27-003)", ... 阅读全文
posted @ 2019-02-21 15:32 梁云涛 阅读(96) 评论(0) 推荐(0)
摘要: https://www.layui.com/laydate/?alone https://blog.csdn.net/weixin_38023551/article/details/78215803 阅读全文
posted @ 2019-02-21 15:29 梁云涛 阅读(363) 评论(0) 推荐(0)
摘要: 一:HTML中添加onclick 哈哈 二:JS中定义函数绑定事件! var funcc = function () { alert('我爱编程') } var aa = document.getElementById('vv') aa.onclick = funcc 三:直接定义函数与内容 document.getElementById('vv').onclick = functi... 阅读全文
posted @ 2019-02-21 15:27 梁云涛 阅读(1509) 评论(0) 推荐(0)
摘要: 如果是IE10+浏览器:@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){…….} 如果是IE9+浏览器: /* IE9+ */ @media all and (min-width:0) { …..} 如果是 /* Chrome 和 opera */ @media all and (min-width... 阅读全文
posted @ 2019-02-21 15:23 梁云涛 阅读(2409) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/shanhuashuiqing11/p/6000468.html 阅读全文
posted @ 2019-02-21 15:19 梁云涛 阅读(7019) 评论(0) 推荐(0)
摘要: UpdateIf(NameCard,true,{Status:"Pendding",UserName:{ '@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser", Claims:"i:0#.f|membership|"&Lower(User().Email), Department:"", Display... 阅读全文
posted @ 2019-02-21 15:15 梁云涛 阅读(567) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/zh-cn/powerapps/maker/canvas-apps/controls/properties-core 阅读全文
posted @ 2019-02-21 15:10 梁云涛 阅读(1168) 评论(0) 推荐(0)
摘要: $OldLogin = "yuming\ad002020"$NewLogin = "yuming2\ad002020"########################################################################################### 阅读全文
posted @ 2019-02-21 14:58 梁云涛 阅读(62) 评论(0) 推荐(0)