// see http://vuejs-templates.github.io/webpack for documentation.var path = require('path') module.exports = { build: { env: require('./prod.env'), i ...
分类:
Web程序 时间:
2018-09-28 12:40:30
阅读次数:
381
"""dailyfresh URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/2.1/to... ...
分类:
Web程序 时间:
2018-09-27 22:56:55
阅读次数:
227
http://acm.hdu.edu.cn/showproblem.php?pid=1004 Problem Description Contest time again! How excited it is to see balloons floating around. But to tell ...
分类:
其他好文 时间:
2018-09-26 21:39:27
阅读次数:
222
It would be helpful once you can see what information have been tracking inside you web application, We can use Teailumn debugger for that, inside Chr ...
分类:
其他好文 时间:
2018-09-24 19:32:14
阅读次数:
190
This post is about two Django ForeignKey parameters. related_name related_query_name See an example below class Cluster(models.Model): _id = models.UU ...
分类:
其他好文 时间:
2018-09-24 00:46:15
阅读次数:
487
you should try a new method of learn ,then you can see goodbye to tomarrow.Like the docker tech.you should learn from the official website and see the ...
分类:
其他好文 时间:
2018-09-22 21:12:45
阅读次数:
172
起因 昨天跑步的时候,看到一个app(华为手机自带的运动健康)上的滑动效果很有意思,回来之后就想着,能不能在dom上实现一下,于是有了这篇文章。首先看一下效果图,滑动下面的绿色滑块可以看到效果: See the Pen wEEvKB by imgss (@imgss) on CodePen. 贴出a ...
分类:
其他好文 时间:
2018-09-16 22:06:38
阅读次数:
218
缘起于上家公司DBA的强烈意愿,在他们的帮助下做了这套MySQL上线平台。平台的核心功能是SQL操作,SQL语句优化。可以做到这些点,得益于开源力量的强大,在此感谢开源项目Inception及SQLAdvisor团队!1开源项目简介:Inception:一个集审核、执行、备份及生成回滚语句于一身的MySQL自动化运维工具。SQLAdvisor:基于MySQL原生态词法解析,结合分析SQL中的whe
分类:
数据库 时间:
2018-09-15 23:19:27
阅读次数:
9756
最近看了一本好书《Redis开发与运维(付磊)》,感觉里面讲解深入浅出,实在受益匪浅,遂记录点滴。 Redis八个重要特性: 全局命令: 字符串: 哈希: 不知不觉已经12点后了,困得不行,早点睡个“养生觉”吧,别的部分下回更新~See you ...
分类:
其他好文 时间:
2018-09-15 01:18:22
阅读次数:
174
读取保存有多个样例的TFRecord文件时报错: 从报错信息来看,与reshape有关。 先生成保存有两张图片的TFRecord文件 错误读取: 正确读取: InvalidArgumentError (see above for traceback): Input to reshape is a t ...
分类:
其他好文 时间:
2018-09-11 21:19:49
阅读次数:
1088