转自:http://www.cnblogs.com/Wayou/p/things_you_dont_know_about_frontend.html 前端已经被玩儿坏了!像console.log()可以向控制台输出图片等炫酷的玩意已经不是什么新闻了,像用||操作符给变量赋默认值也是人尽皆知的旧闻了, ...
分类:
其他好文 时间:
2016-07-10 12:31:28
阅读次数:
119
一、内置函数1.compilecompile(source, filename, mode[, flags[, dont_inherit]])用来编译一段字符串的源码,结果可以生成字节码或者AST(抽像语法树),字节码可以使用函数exec()来执行,而AST可以使用eval()来继续编译。>>> s... ...
分类:
编程语言 时间:
2016-06-04 00:27:34
阅读次数:
401
http://blog.stephencleary.com/2012/07/dont-block-on-async-code.html This is a problem that is brought up repeatedly on the forums and Stack Overflow. ...
分类:
其他好文 时间:
2016-06-02 17:52:22
阅读次数:
208
最近在深入研究异步模式和async, await关键字的时候看到了Stephen Cleary的这篇文章感觉又提高了一下对这两个keyword的了解,原文链接如下 http://blog.stephencleary.com/2012/07/dont-block-on-async-code.html ...
分类:
其他好文 时间:
2016-05-29 13:32:06
阅读次数:
198
展示一下安装好的效果图 首先找到安装目录下的路径【wamp\bin\apache\Apache2.2.21\conf\】 § 找到httpd.conf,用记事本打开httpd.conf,然后将 1. <Directory /> 2. Options FollowSymLinks 3. AllowOv ...
分类:
数据库 时间:
2016-05-14 18:24:58
阅读次数:
203
[中文文字来源:http://weibo.com/p/1001603931593801661149;英文原文作者为Angel Borja博士,文字来源:https://www.elsevier.com/connect/writing-a-science-paper-some-dos-and-dont ...
分类:
其他好文 时间:
2016-04-20 23:14:22
阅读次数:
215
AppStore和Android市场情况 莫名其妙爆红的游戏 真的莫名其妙,笔者下这个游戏两次。第一次在豌豆荚排行榜看到这款游戏,名字怪怪的,下载下来尝试一下,没认为有什么新颖的,还在思虑这是不是刷榜刷上去的。果断卸载了。周末的时候逛逛app store。突然看到排行榜首位是Dont Tap The ...
分类:
移动开发 时间:
2016-04-03 17:19:59
阅读次数:
292
anroid内部操作只需要函数提供文件名,and progremming could encoutage the file_title only. dont need inputStream /outputStream any more. could get the input/outputStre
分类:
移动开发 时间:
2016-02-24 20:53:50
阅读次数:
168
博客地址 http://blog.csdn.net/foxdave原文链接:http://www.techrepublic.com/blog/tech-decision-maker/you-think-you-use-sharepoint-but-you-really-dont/是篇老文章了,近期研
分类:
其他好文 时间:
2016-02-17 22:27:16
阅读次数:
410
Django的url配置相同遵循着DRY(dont repeat yourself)的规则。下面都是官方文档的样例: 首先介绍的是Django怎样处理http的请求: 1、在setting里定义ROOT_URLCONF ,这个值就是url的根配置,但若被request processing中间件定义
分类:
Web程序 时间:
2016-02-02 18:48:19
阅读次数:
181