会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
justqi
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2017年3月8日
TableView报错 failed to obtain a cell from its dataSource
摘要: 检查原因1:是否已经注册cell [self.tableView registerNib:[UINib nibWithNibName:NSStringFromClass([SendTeachNotiTableViewCell class]) bundle:nil] forCellReuseIdent
阅读全文
posted @ 2017-03-08 15:26 justqi
阅读(644)
评论(0)
推荐(0)
2017年3月1日
UIAlertAction
摘要: UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"验证成功" message:@"2秒自动进入商城,欢迎选购" preferredStyle:UIAlertControllerStyleAlert]; // UIAlertController *alertCont...
阅读全文
posted @ 2017-03-01 20:29 justqi
阅读(183)
评论(0)
推荐(0)
2017年2月28日
AFN 报错 Invalid parameter not satisfying: URLString
摘要: url = http://xxxxxxxx/HXTAPPPWebs.ashx?ServerType=A06&Goods={ "UserID" : "47", "GoodsNo" : "005", "GoodsAmmount" : "10", "GoodsQty" : "2", "GoodsSize"
阅读全文
posted @ 2017-02-28 16:29 justqi
阅读(3719)
评论(0)
推荐(0)
2017年2月6日
获取某个表的字段,字段类型等属性
摘要: 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
阅读(1215)
评论(0)
推荐(0)
2017年1月4日
导入excel
摘要: 1.js使用ajaxfileupload.js实现文件上传 2.将文件转为字节 3.将字节转为excel保存到服务器 4.根据路径读取excel文件并转为dataSet 5.将dataSet写入数据库
阅读全文
posted @ 2017-01-04 18:50 justqi
阅读(162)
评论(0)
推荐(0)
C#上传图片
摘要: //一般处理程序 public void GetImageFromWeb() { //创建文件夹 //2016-10-14 dq string filePath = "~/ProductImage/"; string mapFilePath; ...
阅读全文
posted @ 2017-01-04 17:51 justqi
阅读(11430)
评论(0)
推荐(0)
使用ajaxfileupload.js实现上传文件功能
摘要: 将你要上传的图片拖至此区域 ...
阅读全文
posted @ 2017-01-04 17:40 justqi
阅读(2690)
评论(0)
推荐(0)
2017年1月3日
EF操作多数据库
摘要: 1.Account3_Register_DB_Model作为(空)模板库,根据此模板生成的其他数据除了数据库名称不一样,其他表,视图,字段等等都一致 2.Account3_Platform_Master数据库记录各个数据库的名称,连接该数据库的账号密码等基础信息 3.分别根据Account3_Reg
阅读全文
posted @ 2017-01-03 18:27 justqi
阅读(3878)
评论(0)
推荐(0)
2016年12月25日
iOS10 远程推送代码 以及服务器端代码(.net)
摘要: // // 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
阅读(442)
评论(0)
推荐(0)
iOS10 远程推送服务器所需证书以及应用授权文件配置
摘要: 推送证书制作步骤(目的:导出服务器需要的p12证书) 第一步: 打开Mac系统的“钥匙串访问”-“证书助理”-“从证书颁发机构请求证书” 取名RemotePush_CertificateSigningRequest.certSigningRequest 第二步:添加App ID 登录apple的开发者门户,进入到“MemberCenter”-“Certificates,Identifie...
阅读全文
posted @ 2016-12-25 20:35 justqi
阅读(1023)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告