今天测试人员安装新版本生成的ipa文件,发现功能还是老版本的功能. 经过查找,产生的原因: 在生成ipa文件的过程中.xcode的iOS Device的一定要选择真机. 只有真机,才能在真机运行后,在工程的Products文件夹下生成新的.app文件. 之前出现这类问题,肯定是因为新的.a...
分类:
其他好文 时间:
2015-04-22 13:26:37
阅读次数:
100
运行程序报错ld: file not found: ~/Library/Developer/Xcode/DerivedData/xxx-fxhqtzymbwegttddoznsqpakmlvp/Build/Products/Debug-iphonesimulator/xxx.app/xxxclang...
分类:
移动开发 时间:
2015-04-21 13:01:16
阅读次数:
149
http://www.gkong.com/products/pro_content.asp?products_id=1028226
分类:
编程语言 时间:
2015-04-20 16:25:05
阅读次数:
169
删除主键ALTER TABLE `wfmtest`.`products` DROP PRIMARY KEY;列 用特殊的符号包裹起来区别关键字`products`string 函数 http://dev.mysql.com/doc/refman/5.7/en/string-functions.htm...
分类:
数据库 时间:
2015-04-20 10:48:36
阅读次数:
163
到官网下载:http://www.zend.com/en/products/studio/downloadsLinux-64位:http://downloads.zend.com/studio-eclipse/12.0.2/ZendStudio-12.0.2-linux.gtk.x86_64.tar...
分类:
系统相关 时间:
2015-04-17 22:09:41
阅读次数:
237
AreaTime Limit:1000MSMemory Limit:10000KTotal Submissions:5227Accepted:2342DescriptionBeing well known for its highly innovative products, Merck would...
分类:
其他好文 时间:
2015-04-17 21:53:04
阅读次数:
196
转载:http://www.cnblogs.com/ldp615/archive/2011/08/01/distinct-entension.html只可惜linq默认不支持.Distinct(p => p.ID);试想如果能写成下面的样子,是不是更简单优雅:var p1 = products.Di...
分类:
其他好文 时间:
2015-04-17 20:17:17
阅读次数:
135
官方网站http://dev.mysql.com/downloads/下载该软件步骤1:双击MySQL安装程序步骤2:单击图1.4中的“Install MySQL Products” 文字,会弹出的用户许可证协议窗口,安装类型设置窗口,安装类型界面各设置项含义:Developer Default 默...
分类:
数据库 时间:
2015-04-16 19:29:26
阅读次数:
173
转自:http://haolloyin.blog.51cto.com/1177454/353849/在http://java.sun.com/products/javamail/下载了 JavaMail 1.4.3 版本,如果所用 JDK 是 6.0 则不用再下载 activation 。下载得到的...
分类:
编程语言 时间:
2015-04-16 17:15:21
阅读次数:
186
9.1聚集函数聚集函数(aggregate function):运行在行组上,计算和返回单个值的函数。
9.1.1AVG()函数AVG()通过对表中行数计数并计算特定列值之和,求得该列的平均值。SELECT AVG(prod_price) AS avg_price
FROM Products
WHERE vend_id = 'DLL01';只用于单个列:AVG()只能用来确定特定数值列的平均值,而...
分类:
数据库 时间:
2015-04-16 15:45:45
阅读次数:
227