Windows + Jenkins + .NetFramework + SVN 持续部署 环境准备 服务端环境 安装 Windows 服务器 1.阿里云购买临时服务器 阿里云:https://www.aliyun.com/ 2.使用虚拟机安装 可以使用VMWare.VisualBox等虚拟机管理工具来安装环境,本教程将使用虚拟机安装,且 Windows Server 版本为 2016. Windows Server 2016 安装包:https://download.microsoft.com/
在使用xgcalendar日历插件的时候,参数数组并非只有类型.显示时间.时区等这些参数,还可以根据extParam自定义参数扩展搜索条件,例如根据用户Id搜索不同用户的日历信息,需要将用户的Id存在参数数组中,代码如下:触发搜索函数时添加参数数组 $("#checkbtn").click(function (e) { var id = $('#ccLUser').combobox('getValue'); if (id!= "") { var json = { e
// 添加参数&key=value 直接输出url function insertParam(key, value) { key = encodeURI(key); value = encodeURI(value); var kvp = document.location.search.substr(1).split('&'); var i=kvp.length; var x; while(i--) { x = kvp[i].split('='); if (x[0]==key) { x[1