码迷,mamicode.com
首页 >  
搜索关键字:xtend    ( 2594个结果
django之母版的继承
模板继承示例 继承 ...
分类:其他好文   时间:2017-01-09 00:04:23    阅读次数:198
机器学习实战笔记--朴素贝叶斯
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
Android仿小米商城底部导航栏之二(BottomNavigationBar、ViewPager和Fragment的联动使用)
简介 在前文《仿小米商城底部导航栏(基于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共同输入
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
Collections.unmodifiableMap
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
每个程序员都会的35个jQuery小技巧!
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
php 运行脚本shell
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!