最近参加了Coursera的课程,Stanford大学的《算法:设计与分析》。这是一门非常值得学习的课程。在老师布置的作业中,有这样一道题目:
The goal of this problem is to implement a variant of the 2-SUM algorithm .
The file contains 1 million integers, both pos...
分类:
编程语言 时间:
2014-12-04 23:15:49
阅读次数:
325
Response BodyWhat would the response body be set to on aDELETErequest to/cities/DoesNotExist? Here'sthe linkto thesendStatusfunction source code if yo...
分类:
其他好文 时间:
2014-12-04 19:47:51
阅读次数:
1623
Parser SetupAssume thebody-parsermiddleware is installed. Now, let's use it in our Express application.npm install body-parserRequire thebody-parsernp...
分类:
其他好文 时间:
2014-12-04 19:23:32
阅读次数:
1317
1、使用queryparser完成解析搜索请求2、基本格式如:QueryParser parser=new QueryParser("字段名称","分析器实例");Query q=parser.parse("关键词")3、例如:解析一个关键字太阳QueryParser parser=new Quer...
分类:
编程语言 时间:
2014-12-03 17:01:53
阅读次数:
250
From: view 6(00:44-)1.Our psychologist will make a diagnosis and use the Happiness MVC to communicate it.Psychologist really has no Model(perhaps its"...
分类:
其他好文 时间:
2014-12-03 01:38:19
阅读次数:
166
From:view 6(00:17)Knowledge Points:1. The segue is the thing that made it so that it moved over to the other MVC.2. How the segue gets set up? To crea...
分类:
其他好文 时间:
2014-12-03 00:10:51
阅读次数:
191
From:view6-view7(00:17)1.Introduction: Implement two gestures:pinch and pan. We first implement the pinch. Weadd delegate to faceView(the view) that a...
Coursera上面有Stanford的课程“Compilers”,该课程使用“龙书”作为参考书,并有一个编程项目,完成一个完整的编译器。这个编译器支持的语言称为COOL,是一个面向对象的用于教学的语言,支持完整的面向对象特性。COOL项目给出了一些基础源码,学生在这个基础源码上实现词法分析、语.....
分类:
其他好文 时间:
2014-11-30 00:19:17
阅读次数:
247
推荐本SQL优化的书《Effective MySQL之SQL语句最优化》。
主要讲解:如何去分析SQL的性能、索引的原理、如何创建合适的索引、如何去分析线上系统的性能瓶颈。
另外还介绍了几个辅助工具:
mysqldumpslow 来分析慢查询日志;
Google开源的mysql-slow-query-log-parser 分析慢查询日志;
应用程序中使用MySQL Proxy来收集S...
分类:
数据库 时间:
2014-11-29 09:02:19
阅读次数:
273
在写代码的时候发现如果不是一次在页面写好html代码,而是通过页面加载完成后执行某个方法时添加相应的组件时,添加上去后easyui是不会给你初始化这个组件的,这个时候就必须手动的去初始化这个组件,
如我下面写的聊天窗口,点击聊天的时候初始化窗口,这个时候就需要用到
$.parser.parse('#cc'); // 解析指定节点
才能初始化窗口,否则追加上去是没有效果的,但是发现用是时候这...
分类:
其他好文 时间:
2014-11-27 10:42:14
阅读次数:
195