2019年9月12日

摘要: // 设置例网易的smtp string smtpServer = "smtp.qq.com"; string mailFrom = "XXXX@qq.com"; string userPassword = "XXXXXXXXX";// 邮件服务设置 SmtpClient smtpClient = 阅读全文
posted @ 2019-09-12 23:29 一年级喷子 阅读(1515) 评论(0) 推荐(0) 编辑
 

2019年2月14日

摘要: self.FormatJsonDate = function (jsonStr) { var tmp = ""; if (jsonStr == null || jsonStr == '') return ''; if (jsonStr != null || jsonStr != undefined) 阅读全文
posted @ 2019-02-14 10:52 一年级喷子 阅读(2928) 评论(0) 推荐(0) 编辑
 

2018年11月20日

摘要: 设置ul的最后li 的样式 .custom-consumerIndex .card-content .list-block ul li:last-child .item-inner { border-bottom: 0px !important; } 详情 https://blog.csdn.net 阅读全文
posted @ 2018-11-20 18:21 一年级喷子 阅读(2072) 评论(0) 推荐(0) 编辑
 

2018年11月15日

摘要: 1 .custom-popup { 2 position: absolute; 3 /*top: 0;*/ 上向下 4 bottom:0; 下向上 5 left: 0; 6 z-index: 10800; 7 display: none; 8 width: 100%; 9 height: 100%; 阅读全文
posted @ 2018-11-15 22:19 一年级喷子 阅读(1082) 评论(1) 推荐(0) 编辑
 

2018年8月22日

摘要: 安装:jexus 官网: https://www.jexus.org/ 下载专业(独立)版 博客地址: https://blog.csdn.net/xmroom/article/details/69218927 切换到root用户:su root 安装:sudo curl jexus.org/rel 阅读全文
posted @ 2018-08-22 10:39 一年级喷子 阅读(283) 评论(0) 推荐(0) 编辑
 

2018年8月17日

摘要: 输入命令 $ vim /etc/sysconfig/network-scripts/ifcfg-ens33 将ONBOOT=no改为ONBOOT=yes 输入命令 $ :wq 或者:wq! 如果不能保存就切换root账号 $ systemctl restart network $ ifconfig 阅读全文
posted @ 2018-08-17 10:24 一年级喷子 阅读(318) 评论(0) 推荐(0) 编辑
 

2018年8月14日

摘要: Build a Visual Studio project or solution using MSBuild Command Line Arguments 常用命令行参数 详解: MSBuild Version 配置的 MSBuild.exe MSBuild Build File 是需要发布项目的 阅读全文
posted @ 2018-08-14 11:03 一年级喷子 阅读(8708) 评论(0) 推荐(1) 编辑
 

2018年8月6日

摘要: 地址:ftp://192.168.26.128/ 存放文件夹:jenkins 阅读全文
posted @ 2018-08-06 17:21 一年级喷子 阅读(93) 评论(0) 推荐(0) 编辑
 

2018年8月3日

摘要: 学习jenkins 的时候,需要用到maven,第一次搞maven,记录下 一、准备工作,下载 二、解压安装包 三、配置环境(系统)变量(系统变量(S),重点在这里呀,是添加到系统变量里面) 右键我的电脑,点击属性-高级系统设置-环境变量,在系统变量中新建如下图所示 添加 M2_HOME MAVEN 阅读全文
posted @ 2018-08-03 10:33 一年级喷子 阅读(210) 评论(0) 推荐(0) 编辑
 

2018年7月4日

摘要: //得到所有check 1 var c = $(this).parent().find('input:checkbox'); 2 if (c.is(':checked')) { 3 var role = {}; 4 role.RoleGroupID = gr... 阅读全文
posted @ 2018-07-04 10:10 一年级喷子 阅读(70) 评论(0) 推荐(0) 编辑