[TOC] 更新记录 | version | status | description | date | author | | | : : | | | | | V1.0 | C | Create Document | 2019.1.13 | John Wan | status: C―― Create ...
分类:
其他好文 时间:
2019-03-06 16:31:07
阅读次数:
220
最早的 JS 引擎是纯解释器,现代 JS 引擎已经使用 JIT(Just-in-time compilation:结合预编译(ahead-of-time compilation AOT)和解释器的优点的编译方式)以提高性能 # 主流引擎 Chrome V8、SpiderMonkey、JavaScri... ...
分类:
Web程序 时间:
2019-03-03 09:32:43
阅读次数:
225
1、 视频内容来源于本地,通过本地播放器播放 代码: <!-- 此段视频源文件在本地,通过本地Flash播放器播放,不需要连接网络 --> <EMBED style=" margin: 5px auto; width:900px; height: 400px"; src="video\shipin. ...
分类:
Web程序 时间:
2019-02-25 21:35:30
阅读次数:
252
1、错误描述 14:14:41,779 INFO [main] Main - javax.xml.transform.TransformerFactory=null 14:14:41,783 INFO [main] Main - java.endorsed.dirs=D:\Java\jdk1.7.0 ...
分类:
系统相关 时间:
2019-02-14 13:47:59
阅读次数:
259
电脑系统版本 :Win8.1/64位 Python官网地址:www.python.org Python安装版本:3.7.2 本文目录: 一、Python的安装 二、验证Python安装的情况 三、Python的卸载 四、Python环境变量配置 一、Python的安装 1.打开浏览器进入Python ...
分类:
编程语言 时间:
2019-02-05 19:41:59
阅读次数:
495
asp.net core webapi/website+Azure DevOps+GitHub+Docker ...
这次重返,依然带给大家一个小指南,也是最近工作中遇到的一个小case。 前不久,产品经理提出要在界面上优雅地展示PDF文档,当即就有了两种实现方式: 实现方式一使用embed标记来使用浏览器自带的pdf工具。 这种实现方式优缺点都很明显:优点:自带“打印”,“搜索”,“翻页”等功能,强大且实现方便。 ...
分类:
Web程序 时间:
2019-01-31 13:14:36
阅读次数:
309
添加文章时 添加优酷视频 :<iframe height=498 width=510 src='http://player.youku.com/embed/XNDAzNTAzODE4OA==' frameborder=0 'allowfullscreen'></iframe> 提交后被替换成 <if ...
分类:
其他好文 时间:
2019-01-28 20:17:13
阅读次数:
603
以下英文内容摘自:http://www.kandroid.org/ndk/docs/OVERVIEW.htmlThe Android NDK is a set of tools that allows Android application developers to embed native ma ...
分类:
移动开发 时间:
2019-01-25 13:01:48
阅读次数:
167
flash 1、插入flash 1)<object> <embed src="路径"></embed> </object> 2)<param value="路径"> 3)<iframe src="路径"></iframe> 1)默认有滚动条 scrolling:yes/no 规定是否在iframe中 ...
分类:
其他好文 时间:
2019-01-21 11:18:36
阅读次数:
130