摘要:
public class TestFilter implements HandlerInterceptor { @Override public boolean preHandle(HttpServletRequest request, HttpServletResponse response, O 阅读全文
摘要:
Unable to bind to http://localhost:80 on the IPv6 loopback interface: 'Error -99 EADDRNOTAVAIL address not available' 报这个主要是URL的问题,在启动时指定URL就可以了: 需要注意 阅读全文
摘要:
using System; using System.Collections.Generic; using System.IO; using System.Net.Http; using System.Net.Http.Headers; using System.Text; namespace TestApp { public static class HttpClientUtil ... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Reflection; using System.Text; namespace Qka.UsersApi.Test { public class ParaUtil {... 阅读全文