码迷,mamicode.com
首页 >  
搜索关键字:hugo    ( 102个结果
Hugo 日志 AOP AspectJ
GitHub:https://github.com/JakeWharton/hugoHugo是JakeWharton大神开发的一个通过注解触发的Debug日志库。它是一个非常好的AOP框架,在Debug模式下,Hugo利用aspectj库来进行切面编程,插入日志代码,用极小的代价帮我们实现优雅的函数... ...
分类:Web程序   时间:2018-04-25 20:02:30    阅读次数:263
MongoDB简单使用-查询操作3
首先添加几个文档: dvd = ({"Type":"DVD","Title":"Matrix,The","Released":1994,"Cast":["Keanu Reeves","Carrie-Anne Moss","Laurence Fishburne","Hugo Weaving","Glo ...
分类:数据库   时间:2018-03-11 14:45:59    阅读次数:210
数据结构常见的八大排序算法(详细整理)
https://www.jianshu.com/p/7d037c332a9d?utm_campaign=hugo&utm_medium=reader_share&utm_content=note&utm_source=weixin-friends 八大排序,三大查找是《数据结构》当中非常基础的知识点 ...
分类:编程语言   时间:2018-03-08 17:23:30    阅读次数:206
[tools]hugo&github构建静态网站/百度统计
hugo/github构建网站基本原理 1.hugo是一个静态化的工具,你写md,然后他把md转换成对应样式的html, 2.并给html嵌入百度统计的script.然后你将html放到github上,github可以支持静态博客.你就拥有了自己的博客 3.用户访问时,触发js统计代码,上报给百度统 ...
分类:Web程序   时间:2018-02-11 12:40:28    阅读次数:483
POJ-1797 Heavy Transportation(最大生成树)
Heavy Transportation Time Limit: 3000MS Memory Limit: 30000K Total Submissions: 39963 Accepted: 10507 Description Background Hugo Heavy is happy. Afte ...
分类:其他好文   时间:2017-09-24 02:46:31    阅读次数:193
python excel处理openpyxl
#!usr/bin/dev python#utf-8from openpyxl import load_workbookimport osimport os.pathfile_path = 'C:/Users/Hugo Lester/Desktop/statics.xlsx'ws = load_wo... ...
分类:编程语言   时间:2017-09-17 15:07:02    阅读次数:245
(转载)柏林噪声
原文:http://freespace.virgin.net/hugo.elias/models/m_perlin.htm 转自:http://www.azure.com.cn/article.asp?id=291 柏林噪声(Perlin Noise)(译) 原文链接:http://freespac ...
分类:其他好文   时间:2017-08-30 22:35:06    阅读次数:340
POJ - 1797 Heavy Transportation
Background Hugo Heavy is happy. After the breakdown of the Cargolifter project he can now expand business. But he needs a clever man who tells him whe ...
分类:其他好文   时间:2017-08-24 10:48:18    阅读次数:216
工作小结 8.10
不知不觉,实习近一个月了,这期间,写了一套数据分析代码,初步学习了利用hugo建个人blog,虽然还没建起来。。。 学习了他人的code,发现自己在写代码中有一些不好的毛病:不能打开脑洞使用更多方便的函数或者命令。因此现总结一下自己平时不习惯用的但是非常实用的命令,争取以后写code时消化进去。 首 ...
分类:其他好文   时间:2017-08-10 15:37:08    阅读次数:143
POJ 1797 Heavy Transportation
题目: Background Hugo Heavy is happy. After the breakdown of the Cargolifter project he can now expand business. But he needs a clever man who tells him ...
分类:其他好文   时间:2017-08-10 01:24:49    阅读次数:161
102条   上一页 1 ... 4 5 6 7 8 ... 11 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!