python 的ide,之前用过eric5,只要下载eric5后,点击install就行了。后来改用pydev;安装pydev先下载eclipse,jre;我下的是4.4luna再eclipse--help--install new software在“Work with:”后输入“pydev - ...
分类:
编程语言 时间:
2014-08-11 21:03:52
阅读次数:
234
How to choose q() to sample theta? Usally gausian, for the parameter u and sigma, we can get from cross validation.Importance sampling can only work o...
分类:
其他好文 时间:
2014-08-11 11:47:22
阅读次数:
171
Static and Dynamic Analysis of Call Chains in Java
Abstract
This work present a parameterized framework for static and dynamic analysis of call chain ...
分类:
编程语言 时间:
2014-08-10 18:00:00
阅读次数:
342
断断续续使用java也已经有两年了,算是最熟悉的开发工具了。但写的代码都是以项目为导向,追求work around,还需要打好基础才能长远发展。大致的进阶学习计划,阶段1:深究java语法,阅读常用库的jdk源码,了解jvm机制;阶段2:阅读基于java的开源框架源码,各种framework,con...
分类:
编程语言 时间:
2014-08-10 15:19:40
阅读次数:
204
目录 一、介绍 二、渲染引擎 三、解析与DOM树构建 四、渲染树构建 五、布局 六、绘制 七、动态变化 八、渲染引擎的线程 九、CSS2可视模型 英文原文:How Browsers Work: Behind the Scenes of Modern Web Browsers 一...
分类:
其他好文 时间:
2014-08-09 15:44:18
阅读次数:
355
今天下午用了1个小时左右,和同事Pair Work敏捷开发了一把,感觉挺爽的。...
分类:
移动开发 时间:
2014-08-08 21:23:26
阅读次数:
394
If you've been followingmy series on Vim, it should be clear now that Vim has a pretty clear philosophy of how text editing should work. It's based on...
分类:
其他好文 时间:
2014-08-08 21:06:16
阅读次数:
361
http://www.geeksforgeeks.org/amazon-interview-set-107/F2F-I:1) Brief discussion on work in current company2) Flatten linked list – http://www.geeksfor...
分类:
其他好文 时间:
2014-08-08 06:22:45
阅读次数:
375
To see how pointers work, look at the following example.1 var2 X, Y: Integer; // X and Y are Integer variables3 P: ^Integer; // P points to an Intege....
分类:
其他好文 时间:
2014-08-08 01:47:55
阅读次数:
304
今日后开启进阶模式! 谈到MVC与EntityFramework,则不得不说一说事务与仓储(Unit of work + Repository)。 仓储(Repository):领域对象集合。用于操作领域对象与数据库上下文(DbContext)的交互(在此不得不说一声,领域对象和数据库表对象...
分类:
Web程序 时间:
2014-08-08 01:41:05
阅读次数:
442