码迷,mamicode.com
首页 >  
搜索关键字:creates    ( 750个结果
POI--HSSFRow类
用POI在工作表里作成一个行,可以用「HSSFRow」类,它的构造方法有三个。 protected HSSFRow() protected HSSFRow(Workbook book, Sheet sheet, int rowNum)Creates new HSSFRow from scratch. protected HSSFRow(Workbook book, Sheet sheet,...
分类:其他好文   时间:2015-05-31 09:17:56    阅读次数:161
POJ 3030 Nasty Hacks
Time Limit: 1000MSMemory Limit: 65536KTotal Submissions: 12828Accepted: 8839DescriptionYou are the CEO of Nasty Hacks Inc., a company that creates sma...
分类:其他好文   时间:2015-05-25 12:48:04    阅读次数:173
ui-router---$stateProvider
转自:http://blog.csdn.net/violet_day/article/details/17515157$stateProvider$stateProvider.state(stateName, stateConfig)Creates a new application state. ...
分类:其他好文   时间:2015-05-22 17:00:53    阅读次数:118
基于spark1.3.1的spark-sql实战-02
Hive Tables 将HIVE_HOME/conf/hive-site.xml?文件copy到SPARK_HOME/conf/下 ?When not configured by the hive-site.xml, the context automatically creates?metastore_db?and?warehouse?in the current ...
分类:数据库   时间:2015-05-20 16:34:51    阅读次数:289
基于spark1.3.1的spark-sql实战-02
Hive Tables 将HIVE_HOME/conf/hive-site.xml 文件copy到SPARK_HOME/conf/下  When not configured by the hive-site.xml, the context automatically creates metastore_db and warehouse in the current direct...
分类:数据库   时间:2015-05-19 19:07:19    阅读次数:217
【Android】实现类似于QQ将好友的头像用作快捷方式。
原因: 写这个的原因就是网上大都是告诉你如何用drawable里的资源做快捷方式,那么本地的图片能不能做快捷方式呢?肯定是可以的,所以我找了下安卓的源码,发现有这样的介绍 /** * Activity Action: Creates a shortcut. * Input: Nothing. * Output: An Intent representing...
分类:移动开发   时间:2015-05-18 16:50:03    阅读次数:144
egit插件提交项目到github无需每次输入URL的方法
用eclipse的插件egit,向github push的时候,每次关闭并重新打开eclipse都要重新输入url和用户名,非常麻烦,在网上搜搜索了一通,在github群里问了一通,都没有较好的办法,这里又一个较为简单的方法 step1:首先由见项目,Team->Show In Repositories View step2:右击Remotes->Creates Remote...
分类:Web程序   时间:2015-05-15 10:43:17    阅读次数:165
ngrok 部署本机代码,使外网可以访问
一什么是ngrok ngrok is a reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service. ngrok captures and analyzes ....
分类:其他好文   时间:2015-05-14 15:38:59    阅读次数:134
加密时报InvalidKeyException问题
1.使用DESedeKeySpec类时,抛了一个异常:InvalidKeyException! 看这个类的源码时才知道:/** * Creates a new DESedeKeySpec instance from the first 24 ( * {@link #DES_EDE_KEY_LEN}) bytes of the specified k...
分类:其他好文   时间:2015-05-10 09:45:03    阅读次数:157
TopicModel主题模型 - 主题模型可视化
http://blog.csdn.net/pipisorry Browse LDA Topic Models This package allows you to create a set of HTML files to browse a topic model.It creates a word cloud and time-graph per topic, and annotat...
分类:其他好文   时间:2015-04-29 19:46:18    阅读次数:393
750条   上一页 1 ... 64 65 66 67 68 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!