已采纳回答 / JustinCai9070
在tomcat的conf文件夹下的conf中找到server.xml文件 再端口的那个地方 <Connector port="8081" protocol="HTTP/1.1"connectionTimeout="20000"redirectPort="8443" URIEncoding="UTF-8"/>就ok了
2016-05-11
最新回答 / 慕移动9181930
在iOSSimulator里面可以设置的,Debug-gt;Location下可以改题目已经说了是要求“固定”在右下角,如果滚动文档,它就不能叫固定了,题目应该没问题
2016-04-27
最赞回答 / 小内存
看着老师的敲就好了啊:private static String SHA1(String str) { if (str == null || str.length() == 0) { return null; } char hexDigits[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' }; MessageDigest mdTemp; try { mdTemp =...
2016-04-23