码迷,mamicode.com
首页 >  
搜索关键字:rest    ( 7395个结果
第十二周项目2:摩托车继承自行车和机动车
问题及代码: #include #include #include using namespace std; enum vehicleStaus {rest, running}; //车辆状态:泊车、行进 class vehicle //车辆类 { protected: int maxSpeed; //最大车速 int currentSpee...
分类:其他好文   时间:2015-05-29 18:20:38    阅读次数:140
yii2 restfulapi 的配置和访问
给user写相关接口配置:修改UserController.php use yii\rest\ActiveController; use yii\helpers\ArrayHelper; use yii\web\Response; class UserController extends Activ...
分类:Windows程序   时间:2015-05-29 17:15:10    阅读次数:179
Solr初步学习
Solr采用Lucene搜索库为核心,提供全文索引和搜索开源企业平台,提供REST的HTTP/XML和JSON的API,如果你是Solr新手,那么就和我一起来入门吧!本教程以solr4.8作为测试环境,jdk版本需要1.7及以上版本。准备本文假设你对Java有初中级以上水平,因此不再介绍Java相关...
分类:其他好文   时间:2015-05-29 15:15:17    阅读次数:117
oc调用rest api
无需其他类库 1: - (IBAction)callapi:(id)sender { 2: NSURL *url=[NSURL URLWithString:@"http://..."]; 3: NSURLRequest *request=[NSURLRequest requestWithURL:ur...
分类:Windows程序   时间:2015-05-29 11:41:53    阅读次数:240
Flask学习之十三——提供 API
1. REST API1.1 资源资源是 REST 架构方式的核心概念。在 REST 架构中,资源是程序中你要着重关注的事物。例如,在博客程序中,用户、博客文章和评论都是资源。每个资源都要使用唯一的 URL 表示。还是以博客程序为例,一篇博客文章可以使用 URL /api/posts/12345 表...
分类:Windows程序   时间:2015-05-28 22:51:11    阅读次数:1169
findmaven(vs findjar)改版后全新上线
findmaven是一个查找Jar和查找Maven的Maven仓库搜索引擎,它可以根据Java开发者提供的Class名或者Jar名找到包含它的Jar,同时提供Jar的Maven仓库链接,Maven POM,Maven依赖树,JavaDoc,Jar源代码和Jar结构树。 另外,您可以使用 FindMaven Rest API来构建自己的FindJar网站。 如果您使用Maven作为项目构建工具,findmaven.net可以轻松的帮你解决NoClassDefFoundError和 ClassNotFoundE...
分类:编程语言   时间:2015-05-27 19:11:56    阅读次数:275
STM32 Jtag被锁,无法下载问题
今天不小心掉用了#define GPIO_Remap_SWJ_Disable ((uint32_t)0x00300400) /*!< Full SWJ Disabled (JTAG-DP + SW-DP) */这个函数导致无法用Jlink下载程序解决办法:将stm32的REST脚一直接地,即复位.....
分类:其他好文   时间:2015-05-27 15:39:35    阅读次数:690
Prevent Errors
Prevent ErrorsGiles ColborneERROR MESSAGES are the most critical interactions between the user and the rest of the system. They happen when communication between the user and the system is near the bre...
分类:其他好文   时间:2015-05-27 13:57:12    阅读次数:237
maven+springmvc+mybatis+rest+Webservice+html5bootstrap
maven构建app服务:springmvc mybatis rest Webservice bootstrap整合 maven构建大型互联网企业架构:springmvc mybatis rest Webservice bootstrap springmvc,shiro,mybatis,spring...
分类:编程语言   时间:2015-05-27 06:18:14    阅读次数:1335
通用支付系统结构设计
- REST api - for user - [post] api/v1/payments/charge - @params - order_id - payment_method - payment - [post] api/v1/payments/charge/:id/refund - for payment service callback - payments/[payment_s...
分类:其他好文   时间:2015-05-27 01:15:03    阅读次数:161
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!