由于core不带smpt 所以借助MimeKit 以163邮箱为例 var message = new MimeMessage ();message.From.Add (new MailboxAddress ("王大昭", "18111590321@163.com")); message.To.Ad ...
分类:
Web程序 时间:
2018-07-22 23:43:51
阅读次数:
389
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Web namespace PI_disease.PIAnalysis{ /// <summary> /// re ...
1:ASP.NET MVC5+EF6+EasyUI 后台管理系统(1)-WebApi与Unity注入 使用Unity是为了使用我们后台的BLL和DAL层 2:ASP.NET MVC5+EF6+EasyUI 后台管理系统(2)-WebApi与Unity注入-配置文件 3:ASP.NET MVC5+EF ...
/// <summary> /// 返回上一个页面的地址 /// </summary> /// <returns>上一个页面的地址</returns> public static string GetUrlReferrer() { string retVal = null; try { retVal ...
错误描述: 2018-07-20 01:37:13,292 WARN o.a.j.p.h.p.Proxy: [53115] Problem with SSL certificate for url for 'gateway.icloud.com'? Ensure browser is set to ...
分类:
移动开发 时间:
2018-07-20 11:27:40
阅读次数:
1079
在Framwork 体系下 WebAPI项目 会有很多默认特性,例如:Get查询竟然支持三种数组查询方式 1.https://localhost:44390/api/values?status=1&status=2 2.https://localhost:44390/api/values?statu ...
分类:
Windows程序 时间:
2018-07-15 19:36:20
阅读次数:
1333
前端请求: <a class="btn btn-default ml-50" href="javascript:Out_Excel();">导出Excel</a> function Out_Excel() { var bdate = $("#tisStartTime").val(); var eda ...
分类:
Web程序 时间:
2018-07-12 13:11:36
阅读次数:
161
public static String post(String url) throws Exception { //建立HttpPost对象 HttpPost httppost = new HttpPost(url); //建立一个NameValuePair数组,用于存储欲传送的参数 List<N ...
分类:
其他好文 时间:
2018-07-11 21:19:21
阅读次数:
136
本次来记录下OkHttpClient的使用,OkHttpClient是用来完成android 客户端对服务端请求的工具。 在初次使用的时候会出现报错。cannot resolve symbol OkHttpClient 这里需要引入 然后刷新下项目就可以了。 ...
分类:
移动开发 时间:
2018-07-08 15:39:02
阅读次数:
176
TPC-C的性能度量单位是tpmC,tpm是transaction per minute简写,C代表TPC的C基准测试。该值越大,代表事务处理的性能越高。 下载地址: https://github.com/Percona-Lab/tpcc-mysql (1)make编译: [root@zstedu ...
分类:
其他好文 时间:
2018-07-08 14:40:08
阅读次数:
298