1 #encoding:utf-8 2 from numpy import * 3 import feedparser 4 5 #加载数据集 6 def loadDataSet(): 7 postingList = [['my', 'dog', 'has', 'flea', 'problems', ... ...
分类:
其他好文 时间:
2017-01-07 19:37:40
阅读次数:
421
简介
在前文《仿小米商城底部导航栏(基于BottomNavigationBar)》我们使用BottomNavigationBar控件模仿实现了小米商城底部导航栏效果。接下来更进一步的,我们将通过Bo...
分类:
移动开发 时间:
2017-01-07 18:32:57
阅读次数:
1397
package cn.andros230.netty; /* * Copyright 2012 The Netty Project * * The Netty Project licenses this file to you under the Apache License, * version ... ...
分类:
其他好文 时间:
2017-01-07 08:18:39
阅读次数:
156
Mapreduce的文件和hbase共同输入 package duogemap; import java.io.IOException; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; im ...
分类:
其他好文 时间:
2017-01-06 18:43:01
阅读次数:
275
1. Collections.unmodifiableMap 是什么? Java的官方解释: Returns an unmodifiable view of the specified map. This method allows modules to provide users with "re ...
分类:
其他好文 时间:
2017-01-05 21:11:22
阅读次数:
222
1.新建一个类继承linearlayout ...
分类:
其他好文 时间:
2017-01-05 15:12:44
阅读次数:
225
1. 禁止右键点击$(document).ready(function(){ $(document).bind("contextmenu",function(e){ return false; });}); 2. 隐藏搜索文本框文字Hide when clicked in the search fi ...
分类:
Web程序 时间:
2017-01-05 11:46:06
阅读次数:
246
F:\phpStudy\php53\php.exe -f F:\phpStudy\WWW\qh\qh.php /usr/local/php/bin/php -f test.php PHP 的命令行模式 CLI参数 一些php异常在LAMP环境会导致php执行的中断,没法捕获,这时候用PHP CLI来 ...
分类:
Web程序 时间:
2017-01-05 09:54:20
阅读次数:
361
建造者模式的定义 建造者模式(Builder Pattern)也叫做生成器模式,其定义如下: Separate the construction of a complex object from its representation so that the same construction pro ...
分类:
其他好文 时间:
2017-01-05 01:37:31
阅读次数:
251