低版本浏览器引起的问题 最近开发一个基于 的项目,一般本地是在chrome浏览上面开发,chrome浏览器开发因为支持大部分新的js特性,所以一般不怎么需要polyfill, 比如Promise,string实例的includes方法等。即使在低版本浏览器中,通过 的polyfill也是可以转换的, ...
分类:
Web程序 时间:
2017-12-24 14:43:20
阅读次数:
1003
how to network your containers. Launch a container on the default network Docker includes support for networking containers through the use of network ...
分类:
Web程序 时间:
2017-12-23 17:16:54
阅读次数:
329
Document An image is a lightweight, stand-alone, executable package that includes everything needed to run a piece of software, including the code, a ...
分类:
其他好文 时间:
2017-12-22 21:51:44
阅读次数:
200
文件路径:includes/ueditor/php/imageUp.php //添加水印,载入水印需要的文件 @author Abner @time 20171221 start define('IN_ECS', true); require_once( '../../init.php'); req ...
分类:
其他好文 时间:
2017-12-21 19:40:51
阅读次数:
179
Array.of(3,4,5,9)//[3, 4, 5, 9] 不传参数为空数组 .. let p = document.querySelectorAll('p'); let arr = Array.from(p);//结构转数组 arr.forEach(function(item){ consol ...
分类:
编程语言 时间:
2017-12-18 14:10:08
阅读次数:
96
0x01 什么是SSI和SSI注入 SSI是英文Server Side Includes的缩写,翻译成中文就是服务器端包含的意思。从技术角度上说,SSI就是在HTML文件中,可以通过注释行调用的命令或指针。SSI具有强大的功能,只要使用一条简单的SSI 命令就可以实现整个网站的内容更新,时间和日期的 ...
分类:
其他好文 时间:
2017-12-14 19:24:33
阅读次数:
110
standard function: SEO_CLASS_GET_METHOD_INCLUDES ...
分类:
其他好文 时间:
2017-12-14 14:03:38
阅读次数:
139
Beside other services, ACM helps companies to clearly state their “corporate identity”, which includes company logo but also other signs, like tradema ...
分类:
编程语言 时间:
2017-12-13 23:28:04
阅读次数:
253
内容概要 本书后几章主要讲了java相关的类、系统、和并发的设计介绍,较粗略,与简洁之道不是特别融合,故而省略,想要详细了解的建议去看更优质的详细讲解。本书主要站在代码的可读性上讨论。可读性? 顾名思义,代码读起来简洁易懂, 让人心情愉悦,大加赞赏。在N年以后,自己或者他人仍然能够稍加阅读就能明白其 ...
分类:
其他好文 时间:
2017-12-12 21:27:07
阅读次数:
203
转载自:http://www.django-rest-framework.org/tutorial/6-viewsets-and-routers/ Tutorial 6: ViewSets & Routers REST framework includes an abstraction for de ...
分类:
其他好文 时间:
2017-12-09 14:06:13
阅读次数:
205