代码改变世界

阅读排行榜

Java Callable接口与Future接口的两种使用方式

2018-12-23 22:38 by GarfieldEr007, 817 阅读, 收藏,
摘要: Java Callable、Future的两种使用方式Callable+Futurepublic class Test { public static void main(String[] args) { ExecutorService executor = Executors.newCachedT 阅读全文

Coursera课程《Python数据结构》中课程目录

2016-01-27 21:37 by GarfieldEr007, 813 阅读, 收藏,
摘要: Python Data Structures Python Data Structures is the second course in the specialization Python for Everybody. It covers Chapters 6-10 of the textbook 阅读全文

Spring AOP的实现原理

2017-06-25 22:44 by GarfieldEr007, 810 阅读, 收藏,
摘要: 原文出处: Listen AOP(Aspect Orient Programming),我们一般称为面向方面(切面)编程,作为面向对象的一种补充,用于处理系统中分布于各个模块的横切关注点,比如事务管理、日志、缓存等等。AOP实现的关键在于AOP框架自动创建的AOP代理,AOP代理主要分为静态代理和动 阅读全文

C++调用python

2016-04-05 12:31 by GarfieldEr007, 810 阅读, 收藏,
摘要: 本文以实例code讲解 C++ 调用 python 的方法。 本文在util.h中实现三个函数:1. init_log: 用google log(glog)初始化log 2. exe_command: 由 C++ 执行 shell code 3. exe_py: C++调用python文件 Code 阅读全文

深度学习阅读列表 Deep Learning Reading List

2016-03-01 20:06 by GarfieldEr007, 807 阅读, 收藏,
摘要: Reading List List of reading lists and survey papers: Books Deep Learning, Yoshua Bengio, Ian Goodfellow, Aaron Courville, MIT Press, In preparation. 阅读全文
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 222 下一页