上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 28 下一页
摘要: 注: sass 与 cssnano 中的 : preset: "advanced" 冲突 阿,没有去细找解决的办法,暂时注释掉了。 阅读全文
posted @ 2019-05-17 12:12 MvloveYouForever 阅读(439) 评论(0) 推荐(0) 编辑
摘要: 1、下载字体 2、拖入 fontmini 3、此时如果字体可用,但是导出报错时, 上传至 https://www.fontke.com/tool/convfont/ ,先转换为 woff格式 ,然后再转回ttf。此时的ttf就OK啦。 4、导出引入项目即可 阅读全文
posted @ 2019-04-29 09:41 MvloveYouForever 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 0、好吧,这对于我这个c 小白来说,真的有点难度。 1、安装Python 2.7.14 https://www.python.org/downloads/ 2、安装最新的nodejs+npm https://nodejs.org/en/ 3、npm install -g node-gyp (win1 阅读全文
posted @ 2019-04-25 20:03 MvloveYouForever 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 1、在阿里云申请ssl证书 2、解析到西部数码cname地址 3、西部数码 > 申请ssl部署 4、申请托管证书 5、部署https后设置301跳转将http跳转到https 参照: https://www.west.cn/faq/list.asp?unid=1419 windos >> iis l 阅读全文
posted @ 2019-03-27 19:03 MvloveYouForever 阅读(485) 评论(0) 推荐(0) 编辑
摘要: 频道在PyPI上可用 - 要安装它,只需运行: 参照:https://channels.readthedocs.io/en/latest/introduction.html pip install -U channels安装 channels_redis pip install channels_r 阅读全文
posted @ 2019-03-26 08:45 MvloveYouForever 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 1、 由于react默认隐藏webpack配置需要手动显示。 阅读全文
posted @ 2019-03-20 15:05 MvloveYouForever 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 1。准备工作 删除各app/migrations/下的以数字开头的数据库同步日志文件: 假设你使用的是Pycharm,我们要生成环境包: 阿里云安全组的配置,也就是打开80和22端口 2、正式部署 workon online 注: 此时pip install -r requirements 还是失败 阅读全文
posted @ 2019-03-18 19:30 MvloveYouForever 阅读(314) 评论(0) 推荐(0) 编辑
摘要: # 添加 Fruit.objects.create(name='Apple') # 更新 UserProfile.objects.filter(user=admin).update(**{'online':False,'channel':''}) # 保存或者更新 defaults 用来更新/保存 user=admin用来查询 UserProfile.objects.update_o... 阅读全文
posted @ 2019-03-13 10:21 MvloveYouForever 阅读(103) 评论(0) 推荐(0) 编辑
摘要: def the_one(func): '''自定义 验唯一证在线 装饰器''' def check_login_status(request): if request.session.get('qq', None): try: hert = request.session.get('hert', None) ... 阅读全文
posted @ 2019-03-12 11:43 MvloveYouForever 阅读(334) 评论(0) 推荐(0) 编辑
摘要: js代码: 阅读全文
posted @ 2019-03-11 16:29 MvloveYouForever 阅读(377) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 28 下一页