06 2018 档案

摘要:找到httpd.conf,用记事本打开httpd.conf,有两处需要修改: 将Deny from all 改为:Allow from all ,然后重新启动所有服务。 还有一处将下面 # onlineoffline tag - don't remove Order Deny,Allow Deny 阅读全文
posted @ 2018-06-11 11:10 落夜loe 阅读(1285) 评论(0) 推荐(0)
摘要:只要在该input标签后添加autofocus="autofocus"即可 代码实例: <html> <head></head> <body> 用户名:<input type="text" id="username" name="username" autofocus="autofocus"/><b 阅读全文
posted @ 2018-06-05 15:38 落夜loe 阅读(78320) 评论(0) 推荐(0)