码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
前端自动化工具
前端自动化 1. 以下都是用淘宝 npm -> cnpm 1. YEOMAN: http://yeoman.io/ : 构建项目脚手架 安装: cnpm install -g yo 检查版本: yo --version 2. Bower: https://bower.io/ : WEB 包管理器 安 ...
分类:其他好文   时间:2016-10-23 17:13:03    阅读次数:155
grunt-contrib-uglify
grunt-contrib-uglify uglify是一个文件压缩插件,项目地址:https://github.com/gruntjs/grunt-contrib-uglify 本文将以一个DEMO来展示如何使用uglify插件。 DEMO环境 package.json: DEMO文件结构: 其中 ...
分类:其他好文   时间:2016-10-23 17:06:36    阅读次数:229
Python中super()和__init__()方法
采用新式类,要求最顶层的父类一定要继承于object,这样就可以利用super()函数来调用父类的init()等函数, 每个父类都执行且执行一次,并不会出现重复调用的情况。而且在子类的实现中,不用到处写出所有的父类名字,符合DRY原则。 https://rhettinger.wordpress.co ...
分类:编程语言   时间:2016-10-23 16:59:30    阅读次数:189
在GitHub上创建上传下载开源项目代码
1、注册GitHub帐号,创建GitHub项目代码仓库 1.1、注册GitHub帐号 在使GitHub之前,需要先登录其官网注册一个免费使用的账号。登录 https://github.com/join?source=header-home进行注册。 1.2 在GitHub上添加SSH Key 为什么... ...
分类:Web程序   时间:2016-10-23 16:57:45    阅读次数:319
swift3.0:associatedtype
E文:https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/Generics.html associatedtype用于protocol中 assoc ...
分类:编程语言   时间:2016-10-23 15:07:20    阅读次数:292
好,开始没做出来 guess-number-higher-or-lower-ii
https://leetcode.com/mockinterview/session/result/xsicjnm/ https://leetcode.com/problems/guess-number-higher-or-lower-ii/ ...
分类:其他好文   时间:2016-10-23 15:04:48    阅读次数:228
CanvasRenderingContext2D.lineDashOffset
https://developer.mozilla.org/zh-CN/docs/Web/API/CanvasRenderingContext2D/lineDashOffset CanvasRenderingContext2D.lineDashOffset 是 Canvas 2D API 设置虚线偏 ...
分类:其他好文   时间:2016-10-23 15:03:32    阅读次数:329
Uva 11584,划分成回文串
题目链接:https://uva.onlinejudge.org/external/115/11584.pdf 题意: 一个字符串,将它划分一下,使得每个串都是回文串,求最少的回文串个数。 分析: d(i)到第 i 个字符时的最优解(即最少划分为几个回文串),就有方程 d(i) = min(d(j) ...
分类:其他好文   时间:2016-10-23 15:01:29    阅读次数:268
NOIP2016初赛总结(提高组)
题目:https://www.zhihu.com/question/51865837/answer/127892121 注:我是HE的,不是JS的,照片是ZYJ神犇的 单选 第一题,水过,小学生都会。D 第二题,当时我们场好多人错了。。坑点如下: 1.和pj组的不同,是来回按键。 2.让你求第81个 ...
分类:其他好文   时间:2016-10-23 14:45:59    阅读次数:609
Flask 的 Context 机制
转自https://blog.tonyseek.com/post/the-context-mechanism-of-flask/ Flask 的 Context 机制 2014 年 07 月 21 日 用过 Flask 做 Web 开发的同学应该不会不记得 App Context 和 Request ...
分类:其他好文   时间:2016-10-23 14:38:19    阅读次数:320
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!