码迷,mamicode.com
首页 >  
搜索关键字:ddi market    ( 483个结果
ionic的页面直接的跳转
$state.go页面不刷新数据 假如进入market/beian/add添加数据,保存提交后回退market/beian列表页,没有自动更新数据,必须得手动下拉刷新才会出来 $state.go("marketBeian",{},{reload:true}); 设置路由控制器 $statePrivi ...
分类:其他好文   时间:2016-09-06 23:01:58    阅读次数:198
软件设计
软件设计 一定是创建订单的时候填充market字段,我曾经一度打算在回调的时候再根据回调方来填充Market,但是如果没有回调呢?Market这样的标志性字段一定要依赖于靠谱的操作; 对于重载方法要注意,尤其套调用的重载方法,对于某些核心校验必须要放置在里层方法调用,否则因为重载都是public出去... ...
分类:其他好文   时间:2016-08-31 22:33:17    阅读次数:271
MPMoviePlayerController播放视频
MPMoviePlayerController* moviePlayer = [[MPMoviePlayerController alloc] initWithContentURL:ddi.videoFileUrl]; [[NSNotificationCenter defaultCenter] ad ...
分类:其他好文   时间:2016-08-16 17:32:12    阅读次数:276
Multidiag pro vs TCS CDP pro vs autocom vs DDT2000CAN vs CLIPCAN CLIP(Customer shares)
There are so many of diagnosic tools on the market ,recent days ,we found lots of discussion of Multidiag pro 2014.3 PROS and CONS on forums,such as m ...
分类:其他好文   时间:2016-08-11 18:00:23    阅读次数:214
eclipse同步远程服务器
eclipse里有一个强大的插件,可以直接在本地编辑远程服务器代码,Eclipse Remote System Explorer (RSE) 下载安装方法: 一、下载,高版本的eclipse可以直接下载, 1、打开help——Eclipse Market Place,在find里输入remote搜索 ...
分类:系统相关   时间:2016-08-10 20:40:31    阅读次数:236
Java之美[从菜鸟到高手演变]之Spring源码学习 - 环境搭建
准备工作 1.下载安装STS(Spring Tool Suite),在eclipse market里直接搜索、下载、安装。2.下载安装gradle, Spring源码使用gradle构建,下载后解压到任意目录,设置环境变量: GRADLE_HOME且配置Path。 3.下载安装github wind ...
分类:编程语言   时间:2016-08-07 19:58:05    阅读次数:151
Ioc-Autofac的使用
serveral IoC Framework has already exist on the market,Take account of compenhensive factor,Autofac is best choice for Ioc, If you want to konw more a ...
分类:其他好文   时间:2016-08-03 11:46:48    阅读次数:108
eclipse MyBatis Generator 插件的安装
今天做项目要用MyBatis Generator生成持久层,所以去网上找了 MyBatis Generator插件的地址。 但是发现地址链接都过期了。而离线版的都是直接将文件拷入eclipse插件文件夹的,这就会导致以后插件依赖冲突找不到解决方案。 后来才发现,eclipse 有自己的market ...
分类:系统相关   时间:2016-07-20 21:18:56    阅读次数:410
快速添加Basic表单
第一步添加实体 namespace ZKCloud.CMS.Market.Domain.Entities { [ClassProperty("友情链接", AppName = "Common", Name = "友情链接", GroupName = "基本信息,高级选项", Icon = "fa-p ...
分类:其他好文   时间:2016-07-16 06:59:06    阅读次数:217
笔记十三:设计模式之简单工厂模式、工厂方法模式、抽象工厂模式
引言: 假设现在有一个超市(Market),超市销售饼干(Biscuit)、水果(Fruit)、饮料(Drink)三种食品。 按照常规,我们建立三个类:class Biscuit、class Fruit、class Drink。class Biscuit{ public: Biscuit(){} ~Biscuit(){} void Show(){ cout << "H...
分类:其他好文   时间:2016-07-14 15:27:45    阅读次数:163
483条   上一页 1 ... 28 29 30 31 32 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!