1.背景 因为当时需要做视频播放,后台存放视频文件又不现实。所以,做了一个能解析腾讯视频地址的并播放视频的小程序。 2.介绍 小程序里的解析腾讯视频地址的代码是参考了一个开源项目you-get写的,把里面的腾讯视频下载的python代码写成了JS代码。 3.腾讯视频ID从哪获取 1.一般播放一个腾讯 ...
分类:
微信 时间:
2018-05-09 01:20:31
阅读次数:
813
描述 There are two circles on the plane. Now you must to calculate the area which they cover the plane. For example, in Figure 1, the area of the red re ...
分类:
其他好文 时间:
2018-05-09 00:03:42
阅读次数:
186
1,templates django 是python写的,因此里面自然可以用到python的类。下面一个例子,结合jinja2语法。 views.py index.html 其中传递给模板的变量可以是字典,对象,和列表等。优先级 字典 > 对象属性 > 对象方法 > 列表 2.if if 模板常用的 ...
分类:
其他好文 时间:
2018-05-09 00:00:46
阅读次数:
202
When it comes to websites performance is king. How long it takes for a page to load can mean the difference of millions of dollars for large ecommerce ...
分类:
编程语言 时间:
2018-05-08 22:22:29
阅读次数:
178
在Kubernetes负载均衡的方案中遇到了SNAT的问题,查资料把SNAT和NAT的大意了解一下 详细信息可以直接访问 https://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/tmos-routing-administ ...
分类:
其他好文 时间:
2018-05-08 19:25:27
阅读次数:
248
[root@docker1 ~]# docker push sshd:centosError response from daemon: You cannot push a "root" repository. Please rename your repository to docker.io/<user>/<repo> (ex: docker.io/
分类:
其他好文 时间:
2018-05-08 17:42:42
阅读次数:
889
紧急修复修改代码之后需要合并分支到master分支并push到线上,但是merge成功,push却失败了,报错如下: 经过分析查证发现是自己没有合并代码的权限导致的,所以接下来就是修改权限就可以了。 一般我们作为developer,是没有master权限的,只有master才有合并代码权限。 修改方 ...
分类:
其他好文 时间:
2018-05-08 16:34:47
阅读次数:
2668
AttributeError: module 'django.db.models' has no attribute 'SubfieldBase' http://www.guanggua.com/question/35166085-How-to-deal-with-SubfieldBase-has- ...
分类:
数据库 时间:
2018-05-08 14:46:56
阅读次数:
2645
>> docker imagesFATA[0000] Get http:///var/run/docker.sock/v1.18/images/json: dial unix /var/run/docker.sock: no such file or directory. Are you tryin ...
分类:
Web程序 时间:
2018-05-08 14:44:10
阅读次数:
754
使用gevent实现mysql并发时,每个greenlet应该独享一个mysql连接,否则,不同的greenlet之间会相互影响。 ultramysql doesn't allow you to make multiple queries on the same mysql connection, ...
分类:
数据库 时间:
2018-05-08 14:42:52
阅读次数:
191