码迷,mamicode.com
首页 >  
搜索关键字:ati    ( 26493个结果
hbase1.2.4 API改动
代码实例中使用到了HBase的基本操作。 ...
分类:Windows程序   时间:2017-09-29 15:00:43    阅读次数:266
Flask AppBuilder Model Views
基本框架应用程序 <your project name>/ config.py :所有 的 应用程序的配置__init__.py :应用程序的初始化 models.py :声明 你的 数据库 模型 在这里 views.py :实现你的视图 从盒子中创建应用程序是非常简单和快速的,并且有详细的安全性。 ...
分类:移动开发   时间:2017-09-29 14:57:41    阅读次数:462
接口测试——httpclient介绍与请求方式详解
httpClient工具介绍 HTTP协议可能是现在lntemet上使用得最多、最重要的协议了,越来越多的Java应用程序需要直接通过HTTP协议来访问网络资源。虽然在JDK的java.net包中已经提供了访问http协议的基木功能,但是对于大部分应用程序来说,JDK库本身提供的功能还不够丰富和灵活 ...
分类:Web程序   时间:2017-09-29 13:58:57    阅读次数:294
螺旋矩阵
题目:输入一个正整数,打印输出如下的螺旋矩阵(其中一个) 1 2 3 4 12 13 14 5 11 16 15 6 10 9 8 7、 代码: ...
分类:其他好文   时间:2017-09-29 13:58:35    阅读次数:156
[LeetCode] Baseball Game
You're now a baseball game point recorder. Given a list of strings, each string can be one of the 4 following types: Integer (one round's score): Dire ...
分类:其他好文   时间:2017-09-29 13:23:30    阅读次数:169
Maven插件wro4j-maven-plugin压缩、合并js、css详解
1. 在pom.xml文件中,引入wro4j-maven-plugin插件 2. 配置合并、压缩策略,新建文件/WEB-INF/wro.xml,例如配置内容为: 3. 配置wro4j相关属性,新建WEB-INF/wro.properties,例如配置内容为:配置属性含义参见:http://every ...
分类:Web程序   时间:2017-09-29 12:44:00    阅读次数:1127
C#编程入门--求数组最大值最小值
工具类如下: ...
分类:编程语言   时间:2017-09-29 11:36:02    阅读次数:248
AssetBundle 策略
【AssetBundle 策略】 1、Logical Entity Grouping。按逻辑功能分。 Examples Bundling all the textures and layout data for a User-Interface screen Bundling all the mod ...
分类:其他好文   时间:2017-09-29 11:35:52    阅读次数:151
【置顶】历史书单--程序员的文娱情怀
本文地址:【置顶】历史书单--程序员的文娱情怀 快速索引 文档连接:Hive文档 Hdfs官方 Spark官方 Oozie官方 CDH文档 IDEA文档 About云中文论坛 JavaPlatformSDK Java8懒妹表达式 公开课:机器学习Stanford课程 书单:2015豆瓣书单 豆瓣千人 ...
分类:其他好文   时间:2017-09-29 10:07:06    阅读次数:191
[NPM] Test npm packages locally in another project using npm link
We will import our newly published package into a new project locally to make sure everything is working as expected. We can do this locally before pu ...
分类:其他好文   时间:2017-09-29 10:01:53    阅读次数:117
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!