文件:frame.html<html>
<head>
<metahttp-equiv="content-type"content="text/html;charset=utf-8"/>
<linkhref="http://cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap.min.css"rel="stylesheet"/>
<scripttype="text/javascript">$(document..
分类:
其他好文 时间:
2016-11-08 14:36:10
阅读次数:
135
调用python3解释器来创建一个flask虚拟环境,python 3.4以下的版本都不行。首先通过以下命令获取python3解释器的路径: 结果:/Library/Frameworks/Python.framework/Versions/3.5/bin/python3 然后在当前路径下创建一个fl ...
分类:
编程语言 时间:
2016-11-08 11:37:59
阅读次数:
1590
找到Web站点对应的应用程序池,“应用程序池” → 找到对应的“应用程序池” → 右键“高级设置...” 一、一般优化方案 1、基本设置 [1] 队列长度: 默认值1000,将原来的队列长度改为 65535。 [2] 启动32位应用程序:默认值False,改为True, 否则安装一些32的组建或32 ...
分类:
其他好文 时间:
2016-11-08 07:38:42
阅读次数:
371
Detachment Problem Description In a highly developed alien society, the habitats are almost infinite dimensional space.In the history of this planet,t ...
分类:
其他好文 时间:
2016-11-08 00:58:04
阅读次数:
291
Hyper fast Audio and Video encoderusage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}... Getting help: -h -- print bas ...
分类:
其他好文 时间:
2016-11-07 19:32:43
阅读次数:
407
Onunload,onbeforeunload都是在刷新或关闭时调用,可以在<script>脚本中通过window.onunload来指定或者在<body>里指定。区别在于onbeforeunload在onunload之前执行,它还可以阻止onunload的执行。 Onbeforeunload也是在 ...
分类:
其他好文 时间:
2016-11-06 16:19:45
阅读次数:
265
springMVC自动扫描@controller注解的bean ...
分类:
编程语言 时间:
2016-11-06 07:41:53
阅读次数:
275
按照毛星云的出了错,在读取摄像头之前Sleep(1000)歇1s,记得#include <windows.h> ...
分类:
其他好文 时间:
2016-11-06 02:34:44
阅读次数:
192
举例 我们先从示例应用程序的一些摘录开始。下面是暴露Person对象的响应信息库。很类似于传统的,非响应信息库,只不过它返回Flux<Person>而传统的返回List<Person>,以及返回Mono<Person>的地方返回Person。Mono<Void>用作完成标识:指出何时保存被完成。关于 ...
分类:
编程语言 时间:
2016-11-06 02:21:56
阅读次数:
286