上一页 1 ··· 4 5 6 7 8
The HTTP Status codes allow a server to communicate the results of processing a client’s request. Read More
posted @ 2015-09-15 22:56 喵喵2023 Views(362) Comments(0) Diggs(0) Edit
posted @ 2015-09-09 15:32 喵喵2023 Views(470) Comments(0) Diggs(0) Edit
IE浏览器里有autocomplete="off",可以禁止自动补全账号和密码,为了防止信息泄露,需要去除自动补齐。自动补齐产生的场景是,form里面有密码框,因此只要将该密码框设置为text,点击的时候再改回password就解决了。$("#paypwd").click(function(){ ... Read More
posted @ 2015-01-30 15:08 喵喵2023 Views(253) Comments(0) Diggs(0) Edit
public class TestJingWeiDU { public static void main(String[] args) { TestJingWeiDU t = new TestJingWeiDU(); String lat = "35... Read More
posted @ 2015-01-23 11:46 喵喵2023 Views(1351) Comments(0) Diggs(0) Edit
上一页 1 ··· 4 5 6 7 8