摘要: 检查原因1:是否已经注册cell [self.tableView registerNib:[UINib nibWithNibName:NSStringFromClass([SendTeachNotiTableViewCell class]) bundle:nil] forCellReuseIdent 阅读全文
posted @ 2017-03-08 15:26 justqi 阅读(637) 评论(0) 推荐(0) 编辑
摘要: UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"验证成功" message:@"2秒自动进入商城,欢迎选购" preferredStyle:UIAlertControllerStyleAlert]; // UIAlertController *alertCont... 阅读全文
posted @ 2017-03-01 20:29 justqi 阅读(178) 评论(0) 推荐(0) 编辑
摘要: url = http://xxxxxxxx/HXTAPPPWebs.ashx?ServerType=A06&Goods={ "UserID" : "47", "GoodsNo" : "005", "GoodsAmmount" : "10", "GoodsQty" : "2", "GoodsSize" 阅读全文
posted @ 2017-02-28 16:29 justqi 阅读(3702) 评论(0) 推荐(0) 编辑
摘要: SELECT --字段序号 fieldNo = a.colorder, -- 字段名 fieldName = a.name, --类型 fieldType = b.name, --长度 fieldLength = COLUMNPROPERTY(a.id,a.name,'PRECISION'), --小数位数 pointDigits = isnull(... 阅读全文
posted @ 2017-02-06 15:27 justqi 阅读(1196) 评论(0) 推荐(0) 编辑
摘要: 1.js使用ajaxfileupload.js实现文件上传 2.将文件转为字节 3.将字节转为excel保存到服务器 4.根据路径读取excel文件并转为dataSet 5.将dataSet写入数据库 阅读全文
posted @ 2017-01-04 18:50 justqi 阅读(154) 评论(0) 推荐(0) 编辑
摘要: //一般处理程序 public void GetImageFromWeb() { //创建文件夹 //2016-10-14 dq string filePath = "~/ProductImage/"; string mapFilePath; ... 阅读全文
posted @ 2017-01-04 17:51 justqi 阅读(11397) 评论(0) 推荐(0) 编辑
摘要: 将你要上传的图片拖至此区域 ... 阅读全文
posted @ 2017-01-04 17:40 justqi 阅读(2682) 评论(0) 推荐(0) 编辑
摘要: 1.Account3_Register_DB_Model作为(空)模板库,根据此模板生成的其他数据除了数据库名称不一样,其他表,视图,字段等等都一致 2.Account3_Platform_Master数据库记录各个数据库的名称,连接该数据库的账号密码等基础信息 3.分别根据Account3_Reg 阅读全文
posted @ 2017-01-03 18:27 justqi 阅读(3843) 评论(0) 推荐(0) 编辑
摘要: // // AppDelegate.m // MyPushDemo // // Created by justapple on 16/12/25. // Copyright © 2016年 dengqi. All rights reserved. // #import "AppDelegate.h" #import #define IOS10_OR_LATER ([[[UIDevi... 阅读全文
posted @ 2016-12-25 20:55 justqi 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 推送证书制作步骤(目的:导出服务器需要的p12证书) 第一步: 打开Mac系统的“钥匙串访问”-“证书助理”-“从证书颁发机构请求证书” 取名RemotePush_CertificateSigningRequest.certSigningRequest 第二步:添加App ID 登录apple的开发者门户,进入到“MemberCenter”-“Certificates,Identifie... 阅读全文
posted @ 2016-12-25 20:35 justqi 阅读(1002) 评论(0) 推荐(0) 编辑