$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* moviePlayer = [[MPMoviePlayerController alloc] initWithContentURL:ddi.videoFileUrl]; [[NSNotificationCenter defaultCenter] ad ...
分类:
其他好文 时间:
2016-08-16 17:32:12
阅读次数:
276
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 Remote System Explorer (RSE) 下载安装方法: 一、下载,高版本的eclipse可以直接下载, 1、打开help——Eclipse Market Place,在find里输入remote搜索 ...
分类:
系统相关 时间:
2016-08-10 20:40:31
阅读次数:
236
准备工作 1.下载安装STS(Spring Tool Suite),在eclipse market里直接搜索、下载、安装。2.下载安装gradle, Spring源码使用gradle构建,下载后解压到任意目录,设置环境变量: GRADLE_HOME且配置Path。 3.下载安装github wind ...
分类:
编程语言 时间:
2016-08-07 19:58:05
阅读次数:
151
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
今天做项目要用MyBatis Generator生成持久层,所以去网上找了 MyBatis Generator插件的地址。 但是发现地址链接都过期了。而离线版的都是直接将文件拷入eclipse插件文件夹的,这就会导致以后插件依赖冲突找不到解决方案。 后来才发现,eclipse 有自己的market ...
分类:
系统相关 时间:
2016-07-20 21:18:56
阅读次数:
410
第一步添加实体 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