05 2018 档案
摘要:``` {% block js %} {% endblock js %} ```
阅读全文
摘要:'use strict'; function getCookie(name) { var cookieValue = null; if (document.cookie && document.cookie !== '') { var cookies = document.cookie.split(
阅读全文
摘要:官方文档: http://simditor.tower.im/docs/doc usage.html 注意 Simditor基于jQuery和module.js。 hotkeys.js用于绑定热键。 uploader.js与上传文件有关。如果您不需要上传功能,则不需要导入此文件。 在您的项目中使用S
阅读全文
摘要:参考:http://www.jb51.net/article/63161.htm function cell(btn_id) { { var x=document.getElementById(' '+ btn_id).rows[0].cells; } var x=document.getEleme
阅读全文
摘要:参考:https://stackoverflow.com/questions/8487410/pycharm django 1 3 static url in templates unresolved static reference 转到Pycharm 2.73中的设置 Settings Proj
阅读全文
摘要:``` 参考:https://www.zhihu.com/question/65342278/answer/229993987 在setting language&frameworks python template language中选择django django note可参考:http://w
阅读全文
摘要:参考: http://www.bubuko.com/infodetail 1742262.html Starting nginx: nginx: [emerg] bind() to 0.0.0.0:8088 failed (13: Permission denied) 权限拒绝,经检查发现是开启se
阅读全文