Eventually, you will learn to cry on the inside. 终有一天,你得学会让眼泪在心里流。 Cry on the inside. I am tired, and I think that I can't hold on it any longer. I tr ...
分类:
其他好文 时间:
2017-01-27 23:44:52
阅读次数:
331
作者:彭东林 邮箱:pengdonglin137@163.com QQ:405728433 平台 tiny4412 ADK Linux-4.9 概述 前面一篇博文基於tiny4412的Linux內核移植 实例学习中断背后的知识(1)结合示例分析了一下新版kernel引入设备树和irq domain后 ...
分类:
系统相关 时间:
2017-01-26 01:04:21
阅读次数:
454
Observable.prototype.debug = function(message: any) { return this.do( (next) => { if(!environment.production) { console.log(message, next); } }, (err)... ...
分类:
Web程序 时间:
2017-01-25 17:44:42
阅读次数:
343
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at any p ...
分类:
其他好文 时间:
2017-01-25 15:19:33
阅读次数:
202
w推测“域名解析过程中,Google crawlers中首先是Googlebo中的Google Web search上阵。”。 https://support.google.com/webmasters/answer/1061943?hl=en Crawl Monitor crawling acti ...
分类:
Web程序 时间:
2017-01-25 09:51:40
阅读次数:
315
网上充斥着各式各样的 PHP 框架性能对比的文章。然而,他们总是把“苹果”和“橘子”做对比(看上去有点儿像,都是圆的,但其实不是一码事)。这次,我将着重对 Laravel、Symfony 和 Zend 这三个框架做性能对比,并且还要说明为什么这三个框架总是被错误的进行比较。 我给的对比结果你不必全信 ...
分类:
其他好文 时间:
2017-01-24 10:00:36
阅读次数:
208
A jQuery tabs module for todays web! 实例DEMO 运行一下 Documentation Tabulous.js can be used with any contents you choose in the tabs and it couldn't be mor ...
分类:
Web程序 时间:
2017-01-24 09:09:26
阅读次数:
254
临时表空间概念 临时表空间概念 临时表空间用来管理数据库排序操作以及用于存储临时表、中间排序结果等临时对象,当ORACLE里需要用到SORT的时候,并且当PGA中sort_area_size大小不够时,将会把数据放入临时表空间里进行排序。像数据库中一些操作: CREATE INDEX、 ANALYZ ...
分类:
数据库 时间:
2017-01-23 20:30:23
阅读次数:
374
pip的安装 1、从https://pypi.python.org/pypi/pip#downloads下载所需的.whl文件 2、将下载的文件放入Python的根目录 我的根目录是F:\Python27,所以将文件放入此目录下 3、打开cmd,进入Python所在目录并执行以下语句 稍等一会就可以 ...
分类:
其他好文 时间:
2017-01-22 12:08:30
阅读次数:
609
dig(key, ...) → objectclick to toggle source Extracts the nested value specified by the sequence of idx objects by calling dig at each step, returning ...
分类:
其他好文 时间:
2017-01-22 12:02:12
阅读次数:
262