Given an array of citations (each citation is a non-negative integer) of a researcher, write a function to compute the researcher's h-index. According ...
分类:
其他好文 时间:
2016-12-15 07:33:53
阅读次数:
175
基本路由 您的应用程序的绝大多数路由将在 app/routes.php 文件中定义。Laravel 中最简单的路由由一个 URI 和一个闭包调用组成。 基本 GET 路由 复制代码代码如下: Route::get('/', function(){return 'Hello World';}); 基本 ...
分类:
其他好文 时间:
2016-12-15 07:27:56
阅读次数:
622
../ :上一级目录 | cd .. 切入/root的上级目录 | pwd:判断用户当前目录 | . /:表示当前目录 | 用法: command 1 | command 2 他的功能是把第一个命令command 1执行的结果作为command 2的输入传给command 2 http://blog ...
分类:
系统相关 时间:
2016-12-15 07:24:09
阅读次数:
242
参考《learn python hard way》 网址:https://learnpythonthehardway.org/book/ex41.html ...
分类:
编程语言 时间:
2016-12-14 22:11:57
阅读次数:
256
Linux Mint里,火狐的标题栏很不美观,不过火狐可是出名的的“可定制”,Hide Caption扩展拖拖地满足你的要求,简直不能再好! 献上链接: https://addons.mozilla.org/en-US/firefox/addon/hide-caption-titlebar-plus ...
分类:
其他好文 时间:
2016-12-14 22:03:10
阅读次数:
182
MySoft.Data 2.7.3 dotnet ORM 版权 这里版权属于老毛:http://www.cnblogs.com/maoyong 说明 MySoft体系中的ORM组件,这里的版本为2.7.3,在公司内部企业项目中历练了几年,修复了一些bug,所以直接在这里开源进行维护。但是要注意:组件 ...
分类:
其他好文 时间:
2016-12-14 14:33:35
阅读次数:
198
把zip包下载下来 https://github.com/lukas-vlcek/bigdesk/tree/master 在plugin中自己建一个bigdesk 文件夹 在bigdesk下建一个_site文件夹 将解压后的bigdesk-master文件夹下的文件copy到_site 在bigde ...
分类:
其他好文 时间:
2016-12-14 14:04:32
阅读次数:
188
译自:The Major Advancements in Deep Learning in 2016 建议阅读时间:10分钟 https://tryolabs.com/blog/2016/12/06/majoradvancementsdeeplearning2016/ 在过去的十多年来,深度学习一直 ...
分类:
其他好文 时间:
2016-12-14 09:42:32
阅读次数:
276
vue2.0 vue-router v-touch vuex 模拟 ios7 ...
分类:
移动开发 时间:
2016-12-14 01:27:57
阅读次数:
549