Little girl Tanya climbs the stairs inside a multi storey building. Every time Tanya climbs a stairway, she starts counting steps from 1 to the number ...
分类:
其他好文 时间:
2018-07-21 22:42:02
阅读次数:
230
代码版本 JDK每一版本都在改进。本文讨论的HashMap和HashTable基于JDK 1.7.0_67 1. 时间 HashTable产生于JDK 1.1,而HashMap产生于JDK 1.2。从时间的维度上来看,HashMap要比HashTable出现得晚一些。 2. 作者 以下是HashTa ...
分类:
编程语言 时间:
2018-07-18 14:10:21
阅读次数:
179
1.sigt I can't see the mountain= The mountain is out of sight. I can see the hospital=The hospital is in sight. Did you fall in love with your ex at f ...
分类:
其他好文 时间:
2018-07-13 21:09:22
阅读次数:
205
tf.nn.nce_loss是word2vec的skip-gram模型的负例采样方式的函数,下面分析其源代码。 1 上下文代码 其中, train_inputs中的就是中心词,train_label中的就是语料库中该中心词在滑动窗口内的上下文词。 所以,train_inputs中会有连续n-1(n为 ...
分类:
其他好文 时间:
2018-07-09 17:17:32
阅读次数:
621
初学pytest. 将pytest写进Python,用pycharm运行时有时候会警告passing a string to pytest.main() is deprecated, pass a list of arguments instead,虽然不影响结果,但总是看着不舒服。 后来发现是运行 ...
分类:
其他好文 时间:
2018-07-06 11:22:50
阅读次数:
1294
1.Spring中AOP的应用场景、Aop原理、好处? 答:AOP用来封装横切关注点,具体可以在下面的场景中使用: Authentication 权限、Caching 缓存、Context passing 内容传递、Error handling 错误处理 Lazy loading懒加载、Debugg ...
分类:
其他好文 时间:
2018-06-29 21:42:49
阅读次数:
235
本章关注复杂软件系统的构造。 本章关注复杂软件系统的构造。 这里的“复杂”包括三方面: 这里的“复杂”包括三方面: (1)多线程序 (2)分布式程序 (3) GUI 程序 Outline 并发编程 Shared memory Message passing 进程和线程 线程的创建和启动,runabl ...
分类:
编程语言 时间:
2018-06-20 18:40:10
阅读次数:
203
1.Spring中AOP的应用场景、Aop原理、好处? 答:AOP--Aspect Oriented Programming面向切面编程;用来封装横切关注点,具体可以在下面的场景中使用: Authentication 权限、Caching 缓存、Context passing 内容传递、Error ...
分类:
编程语言 时间:
2018-06-07 14:30:49
阅读次数:
207
Notes If passing an existing ExcelWriter object, then the sheet will be added to the existing workbook. This can be used to save different DataFrames ...
分类:
其他好文 时间:
2018-06-01 00:59:16
阅读次数:
466
1、下载依赖扩展 apr、apr-util、pcre(正则依赖) https://apr.apache.org/download.cgi#aprutil1 apr:http://mirrors.shu.edu.cn/apache//apr/apr-1.6.3.tar.gz apr-util: htt ...
分类:
Web程序 时间:
2018-05-31 10:36:47
阅读次数:
570