上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
摘要: 启动xampp出错,Port 80 in use by "Unable to open process" with PID 4! 环境:windows10 80端口被PID为4的应用占用。 参考文章:win10端口被占用如何查看 解决方法: 参考: XAMPP - Port 80 in use by 阅读全文
posted @ 2018-05-09 20:47 JaceyKan 阅读(5443) 评论(1) 推荐(1)
摘要: 安装xampp出错,windows找不到-n ? https://www.zhihu.com/question/47248695/answer/105042516 尝试解决步骤 1.安装Microsoft Visual C++ 2008 Redistributable Package (x64) h 阅读全文
posted @ 2018-05-09 20:05 JaceyKan 阅读(878) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/klsstt/article/details/51744866 Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/ja 阅读全文
posted @ 2018-04-29 16:24 JaceyKan 阅读(420) 评论(0) 推荐(0)
摘要: 今天把项目放到服务器上了,调试的时候出现“已阻止载入混合活动内容……”的报错: 解决方法如下: 方法1:让Firefox暂时不阻止 打开新标签页,在地址栏输入 about:config,进入配置页面。 搜索 security.mixed_content.block_active_content,将t 阅读全文
posted @ 2018-04-29 15:55 JaceyKan 阅读(15251) 评论(0) 推荐(0)
摘要: 转载自:http://www.5imoban.net/jiaocheng/CSS3_HTML5/2016/0714/1735.html html5之前,只要稍微特殊点的字体,都必须做成图片,以免客户端无法显示。而对于正文或者需要后台调用大量文字的地方,则无能为力。但是,html5推出了 @font- 阅读全文
posted @ 2018-03-14 14:39 JaceyKan 阅读(3215) 评论(0) 推荐(0)
摘要: 问题:想要在客户端先通过JS验证后再将表单提交到服务器 参考资料: jQuery 事件 - submit() 方法 试验过程: 服务器端使用PHP html的两种提交按钮submit和button 注意1: 在有<input type="submit" name="submit" value="提交 阅读全文
posted @ 2017-08-16 15:40 JaceyKan 阅读(2645) 评论(0) 推荐(0)
摘要: http://harttle.com/2015/08/03/form-submit.html 最近项目代码中的表单提交的方式已经百花齐放了,现在用这篇文章来整理一下不同表单提交方式的区别,给出最佳实践。先给结论: 建议使用button[type=submit]来提交表单,而不是input; 只有单行 阅读全文
posted @ 2017-08-16 15:36 JaceyKan 阅读(576) 评论(0) 推荐(0)
摘要: 参考文章: https://www.w3schools.com/php/func_mysqli_set_charset.asp http://php.net/manual/zh/mysqli.set-charset.php http://php.net/manual/zh/mysqlinfo.con 阅读全文
posted @ 2017-07-20 10:48 JaceyKan 阅读(926) 评论(0) 推荐(0)
摘要: cetos7 下 http://hongjun.blog.51cto.com/445761/400985 1 . copy 一个文件成 /etc/my.cnf cp /usr/share/mysql/my-large.cnf /etc/my.cnf 然后修改 /etc/my.cnf 文件 在 [cl 阅读全文
posted @ 2017-07-19 21:34 JaceyKan 阅读(3053) 评论(0) 推荐(0)
摘要: 打开 /etc/httpd/conf/httpd.conf 文件 修改这个地方 #Listen 12.34.56.78:80 Listen 80 #把80改为你设置的端口,我设置端口为5555 Listen 5555 保存修改,退出。 重启Apache service httpd restart 阅读全文
posted @ 2017-07-19 16:32 JaceyKan 阅读(13665) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页