frame frame 必须在 frameset 里,而 frameset 又不能和 body 共存(就是一旦存在 frame,就不能存在 body 了,因此这个基本每人使用) 推荐阅读:https://www.w3school.com.cn/tags/tag_frame.asp Iframe 我们 ...
分类:
移动开发 时间:
2019-09-04 09:22:53
阅读次数:
177
背景:java开发的过程中,需要对数据进行可视化,这样方便客户理解此时的数据状态 语言:java,js,window7,echarts包文件 sample的例子下面的参照 https://www.echartsjs.com/examples/en/editor.html?c=line-section ...
分类:
Web程序 时间:
2019-09-03 13:28:57
阅读次数:
98
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Examples</title> <script sr ...
分类:
其他好文 时间:
2019-09-01 13:09:06
阅读次数:
134
一、简介 Azkaban 主要通过界面上传配置文件来进行任务的调度。它有两个重要的概念: Job : 你需要执行的调度任务; Flow :一个获取多个 Job 及它们之间的依赖关系所组成的图表叫做 Flow。 目前 Azkaban 3.x 同时支持 Flow 1.0 和 Flow 2.0,本文主要讲 ...
分类:
其他好文 时间:
2019-09-01 10:20:31
阅读次数:
116
Tensorflow可在训练时制定占用那几个gpu,但如果想真正的使用多gpu训练,则需要手动去实现。 不知道tf2会不会改善一下。 具体参考:https://wizardforcel.gitbooks.io/tensorflow-examples-aymericdamien/6.2_multigp ...
分类:
其他好文 时间:
2019-08-31 19:37:15
阅读次数:
82
python manage.py runserver 流程分析 版本 搭建可运行的环境 创建python27 虚拟环境 github 下载 django 1.0.tar.gz(1.0 版本的django) 解压 可以看到,有个 demo 在 examples 目录 把 django 目录拷贝到 ex ...
分类:
编程语言 时间:
2019-08-28 00:49:25
阅读次数:
86
python -m pygame.examples.aliens import pygame pygame.init() # 编写邮箱代码 print("游戏代码") pygame.quit() import pygame # 定义hero_rect矩形描述英雄的位置和大小 hero_rect = ...
分类:
其他好文 时间:
2019-08-27 23:07:49
阅读次数:
113
一个 Jar 包 多个 Jar 包,配置 maven-compiler-plugin 插件 https://maven.apache.org/plugins/maven-compiler-plugin/examples/pass-compiler-arguments.html https://blo ...
分类:
编程语言 时间:
2019-08-27 10:28:55
阅读次数:
71
Klein四元群的结构 Structure of Klein four-group Klein四元群$K$是满足下列乘法表的群 Klein four-group is the group satisfying the following multpilicative table $$\begin{a ...
分类:
其他好文 时间:
2019-08-27 01:08:30
阅读次数:
115
我发现pixijs在国内简直就是一片静土啊,只有那么一点点的微弱的不能再微弱的声音。 我在这里整理了下我使用过程中解决和可能理解的一些问题吧,都是一个个点,而不是完整的示例。 先放官网示例: https://pixijs.io/examples-v4/#/demos-basic/container. ...
分类:
Web程序 时间:
2019-08-27 00:48:26
阅读次数:
102