码迷,mamicode.com
首页 >  
搜索关键字:dealer    ( 39个结果
ajax json提交到控制层
js:var useData = [];$.ajax({ url: "/dealer/dealerShoper/synShopers", method: "post", data: JSON.stringify(useData), conten...
分类:Web程序   时间:2015-09-23 18:34:51    阅读次数:217
zeromq中两个dealer 通过一个router进行通信
发现有童鞋不是很清楚ZMQ中的“请求-回复”模式中的ROUTER怎么用,所以简单介绍一下“请求-回复”模式的使用(最后付代码)。一、讲一讲1、要使用zmq 通过一个router进行通信,你首先需要知道ZMQ中的“请求-回复”模式,不清楚的话可以先看一下下面这篇文章,连接如下:http://www.c...
分类:其他好文   时间:2015-08-20 01:04:40    阅读次数:489
New version V5.1 SVDI PSA Software
V5.1 SVDI PSA ABRITES Commander is a very stable and best full diagnosis system of dealer level for Peugeot and Citroen till 20147. SVDI PSA support d...
分类:其他好文   时间:2015-07-10 12:56:26    阅读次数:268
Trader Dealer Broker
Trader Dealer Broker 职责和含义 假设你要买100股中石油,而你又没有马仔给你操作,那么你就是那个trader了。 在quote-driven market里,deal都是由dealer发单完成的,他们与你可以理解为对立关系,你希望以低价买,而他们希望以高价卖。他们最担心你是比他...
分类:其他好文   时间:2015-07-03 18:54:24    阅读次数:267
Disabling/ activating Volvo Seat Belt Alarm with Vida Dice
I have got recently my new Volvo S80, from day one the seatbelt warning tone is killing my nerves. I was asking my Volvo dealer if there is a way to d...
分类:其他好文   时间:2015-01-29 19:02:54    阅读次数:169
mysql 正则
mysql 正则学习基本字符匹配 select desk from dealer_info where desk regexp "82107777"; . 表示匹配任意一个字符 select name from dealer_info where name regexp "a."; MySQ...
分类:数据库   时间:2015-01-24 00:21:53    阅读次数:233
用zepto找到当前被选中的option
$("#dealer").find("option").not(function(){ return !this.selected }).text();
分类:其他好文   时间:2015-01-04 20:52:10    阅读次数:2708
php使用zeromq
Zeromq是个啥玩意?Connectyourcodeinanylanguage,onanyplatform.Carriesmessagesacrossinproc,IPC,TCP,TPIC,multicast.Smartpatternslikepub-sub,push-pull,androuter-dealer.High-speedasynchronousI/Oengines,inatinylibrary.Backedbyalargeandactiveopensourcecommunity.Su..
分类:Web程序   时间:2014-07-23 13:45:57    阅读次数:328
ExcelUtils 导表实例
@RequestMapping("/dealer/chargebook/exportv.htm") public void getChargeBookList(int epmkey,String bdakey,int year,int month,HttpServletRequest request...
分类:其他好文   时间:2014-07-06 21:02:17    阅读次数:240
39条   上一页 1 2 3 4
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!