看到这句话,我也就无语了, link: The request was put on hold because the browser only allows six TCP connections per origin on HTTP 1. ...
分类:
Web程序 时间:
2018-03-08 14:10:51
阅读次数:
221
Shuffling is a procedure used to randomize a deck of playing cards. Because standard shuffling techniques are seen as weak, and in order to avoid "ins ...
分类:
系统相关 时间:
2018-03-07 21:48:04
阅读次数:
190
导入项目遇到的问题: Some projects cannot be imported because they already exist in the workspace. 翻译:有的项目由于在此工作空间中已经存在而不能导入到此工作空间中。 原因: 因为我已经拷贝此项目到这个工作空间中了,如果“ ...
分类:
其他好文 时间:
2018-03-07 11:34:17
阅读次数:
3237
It is a good pratice to add ref="noopener" Because when the new page is opened, in the new page can redriect parent page to another url, which contain ...
分类:
Web程序 时间:
2018-03-07 10:30:49
阅读次数:
293
Description Mr Wang wants some boys to help him with a project. Because the project is rather complex, the more boys come, the better it will be. Of c ...
分类:
其他好文 时间:
2018-03-06 19:07:40
阅读次数:
163
Given nums = [2, 7, 11, 15], target = 9, Because nums[0] + nums[1] = 2 + 7 = 9, return [0, 1]. public int[] twoSum(int[] nums, int target) { int [] re... ...
分类:
其他好文 时间:
2018-03-06 00:59:41
阅读次数:
164
今天在学习spring的aop操作时碰到了一个问题: Caused by: org.springframework.aop.framework.AopConfigException: Cannot proxy target class because CGLIB2 is not available. ...
分类:
编程语言 时间:
2018-03-01 00:39:50
阅读次数:
164
A self-dividing number is a number that is divisible by every digit it contains. For example, 128 is a self-dividing number because 128 % 1 == 0, 128 ...
分类:
其他好文 时间:
2018-03-01 00:39:12
阅读次数:
145
习总结于国立台湾大学 :李宏毅老师 Wasserstein GAN 、 Improved Training of Wasserstein GANs 本文outline 一句话介绍WGAN: Using Earth Mover’s Distance to evaluate two distributi ...
分类:
其他好文 时间:
2018-02-28 01:17:33
阅读次数:
492
1.learning English (so,I will write my blog in English.) 2.Because really need a private blog to write something to relax~ 3.I want to keep track of m ...
分类:
其他好文 时间:
2018-02-22 23:48:44
阅读次数:
194