SELECT NVL(MAX(SALEORDERID), 0), NVL(MAX(STOREID), 0) INTO SALE_ID, STORE_ID FROM SALEFROMSTORE WHERE ORDERID = IN_ORDER_ID;这里要注意,into的时候是一个se...
分类:
数据库 时间:
2014-11-25 10:44:34
阅读次数:
199
假如你现在完成一个App的开发并准备进行真机测试,那么请问你会怎么做呢?难道是直截了当的把App扔到App Store上然后下载来试试?当然,如果你的App相当简陋,这么做的话无可厚非。不过如果你要做的是一款高质量的App并迫不及待的想发布出去的的话,我建议你还是在真正发布前好好的进行Beta测试。...
分类:
其他好文 时间:
2014-11-24 16:52:40
阅读次数:
169
App Store Pricing MatrixCustomer PriceProceeds, Net of CommissionCustomer PriceProceeds, Net of CommissionCustomer PriceProceeds, Net of CommissionCus...
分类:
其他好文 时间:
2014-11-24 13:20:27
阅读次数:
685
1,修改模板页,复制category_list.tpl,category_form.tpl,修改成新的名称。category_list.tpl是列出页面,category_form.tpl是添加和修改页,删除页和列出页共用模板。2,控制功能再controller文件夹下3,model是具体处理数据内...
分类:
其他好文 时间:
2014-11-24 06:21:00
阅读次数:
230
android有一些应用支持开发,AIDE 介绍http://www.wandoujia.com/apps/com.aide.ui https://play.google.com/store/apps/details?id=com.aide.ui&hl=enTerminal IDE 介绍htt...
分类:
移动开发 时间:
2014-11-24 06:19:28
阅读次数:
216
为什么要在线更新资源和脚本文件?
简单概括,如果你的游戏项目已经在google play 或Apple Store 等平台上架了,那么当你项目需要做一些活动或者修改前端的一些代码等那么你需要重新提交一个新版本给平台。但是平台审核和具体的上架时间是个不确定的。具体什么时候能上架,主要由具体的平台决定。
如果游戏项目是使用脚本语言进行编写的(如lua、js),那么一旦需要更新,则可以通过从服务器下载最新的脚本和资源,从而跳过平台直接实现在线更新。
本文主要是解决如何在项目中实现在线更新:我们这里用的是coco...
分类:
其他好文 时间:
2014-11-23 21:42:28
阅读次数:
278
Given n, how many structurally unique BST's (binary search trees) that store values 1...n?
For example,
Given n = 3, there are a total of 5 unique BST's.
1 3 3 2 1
\ ...
分类:
其他好文 时间:
2014-11-23 09:26:31
阅读次数:
204
Given n, generate all structurally unique BST's (binary search trees) that store values 1...n.
For example,
Given n = 3, your program should return all 5 unique BST's shown below.
1 3...
分类:
其他好文 时间:
2014-11-23 09:25:10
阅读次数:
174
Stack-Based Languages Need some place to store state of each instantiation(实例) Arguments Local variables Return pointer
分类:
其他好文 时间:
2014-11-22 20:15:20
阅读次数:
167
1,找到在catalog\language\english\common\header.php// Text$_['text_affiliate'] = 'Affiliates';$_['text_attribute'] = '...
分类:
其他好文 时间:
2014-11-22 00:33:44
阅读次数:
675