码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
关于Python数据分析与机器学习的一些资源
https://github.com/search?l=Python&o=desc&q=python&s=stars&type=Repositories&utf8=%E2%9C%93https://github.com/vinta/awesome-pythonhttps://github.com/j ...
分类:编程语言   时间:2016-04-15 15:19:33    阅读次数:134
itext 实现pdf打印数字上标和下标
https://kathleen1974.wordpress.com/category/itext-pdf/ 自己来拿改改如下: 使用方法: 将含有 数字科学计数法 有上标 或者小标的 字符串经过 PdfUtil.getSubOrSupChunks() 处理之后,得到一个 Phrase,然后使用它初 ...
分类:其他好文   时间:2016-04-15 14:07:07    阅读次数:402
[LeetCode]题解(python):079 Word Search
题目来源 https://leetcode.com/problems/word-search/ Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from let ...
分类:编程语言   时间:2016-04-15 13:59:59    阅读次数:165
[LeetCode]题解(python):078 Subsets
题目来源 https://leetcode.com/problems/subsets/ Given a set of distinct integers, nums, return all possible subsets. Note: Elements in a subset must be in ...
分类:编程语言   时间:2016-04-15 13:58:41    阅读次数:160
[LeetCode]题解(python):090 Subsets II
题目来源 https://leetcode.com/problems/subsets-ii/ Given a collection of integers that might contain duplicates, nums, return all possible subsets. Note: ...
分类:编程语言   时间:2016-04-15 13:58:09    阅读次数:174
如何选择分类器?LR、SVM、Ensemble、Deep learning
转自:https://www.quora.com/What-are-the-advantages-of-different-classification-algorithms There are a number of dimensions you can look at to give you a... ...
分类:其他好文   时间:2016-04-15 13:54:29    阅读次数:343
[LeetCode]题解(python):088 Merge Sorted Array
题目来源 https://leetcode.com/problems/merge-sorted-array/ Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array. No ...
分类:编程语言   时间:2016-04-15 13:46:50    阅读次数:181
windows下python2.7.11的安装
我是一个代码小白,只会写sql,现在自学python,目的是做数据分析。 同事讲,很多包只与python2.7兼容,与python3.5还不兼容,所以果断选择python2.7.11. Windows下python安装: 下载官网网址: https://www.python.org/download ...
分类:编程语言   时间:2016-04-15 13:44:31    阅读次数:212
【centos】安装ELK之插件topbeat
部署环境: centos 6.X jdk 1.7 elasticsearch 2.3.1 https://www.elastic.co/downloads/elasticsearch logstash 2.3.1 https://www.elastic.co/downloads/logstash K ...
分类:其他好文   时间:2016-04-15 13:42:24    阅读次数:688
weblogviewer的使用与实现
系统代码地址:https://github.com/2225377fjs/weblogviewer 系统需求: 因为机器较多,偶尔需要在线调试一些东西,看看log状况,如果要上机器去看的话就比较麻烦,就希望能够开发一个能够支持在浏览器上实时tail查看日志的系统,能够配置和管理多个监控的服务器,同时希望系统是比较轻的,不要影响服务器上现有的应用。 最开始http://logio.or...
分类:Web程序   时间:2016-04-15 12:20:34    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!