参考:http://blog.csdn.net/mad1989/article/details/8167529(xcode APP 打包以及提交apple审核详细流程(新版本更新提交审核))http://www.ttlsa.com/dev/how-to-publish-iosapp-to-appst...
分类:
移动开发 时间:
2014-07-16 20:44:13
阅读次数:
275
Ext.form.ComboBox常用属性详解标签:Extjsjscombojs代码varcombo=newExt.form.ComboBox({store:newExt.data.SimpleStore({fields:['value','text'],data:[['1001','小儿迪巧'],...
分类:
其他好文 时间:
2014-07-16 19:55:34
阅读次数:
213
重新想象 Windows 8.1 Store Apps 之文件系统的新特性: 简要说明 win8.1 中关于文件系统的增强, “库”管理, 管理以及使用索引
分类:
移动开发 时间:
2014-07-15 08:14:03
阅读次数:
290
Bags on order can be used for different types of businesses at the grocery store, bakery, confectionery and fast food chains. All these organizations ...
分类:
其他好文 时间:
2014-07-14 22:56:28
阅读次数:
376
#!/usr/bin/pythonimportredefbuffer_line():buf=open("/etc/sae/buffer_1").read()ifnotbuf:return0else:returnint(re.findall("^\d*",buf)[0])defset_last_pos(pos):open("/etc/sae/buffer_1","w").write(str(pos))if__name__==‘__main__‘:appname={}fh=open("/data0/l7.acce..
分类:
编程语言 时间:
2014-07-14 16:41:57
阅读次数:
319
最近有些人问我PCI设备驱动的问题, 和他们交流过后, 我建议他们先看一看>这本书, 个人感觉, 这本书写得非常连贯流畅.
PCI设备驱动基本包括了PCI的资源获取, 配置空间的读写, 中断的处理, 中断后半部在DPC中的处理.
同时, 也必须了解DMA, ScatterGater, MapRegister, Common Buffer等基础.
1.1 PCI设备资源获取...
var projectMemberGrid = Ext.getCmp("projectMemberGrid");
var selFuns = [];
projectMemberGrid.store.each(function(rec){
selFuns.push(Ext.encode(rec.data));
});...
分类:
Web程序 时间:
2014-07-14 11:01:59
阅读次数:
267
1 使用connect-mongdo时,报错:Cannot read property 'Store' of undefined解决: require('connect-mongo')的时候加一个参数express,如下: var express = require('express'); var ...
分类:
其他好文 时间:
2014-07-14 00:30:23
阅读次数:
298
在前两篇文章中,我们对iOS与EV3混合机器人编程做了一个基本的设想,并且介绍了要完成项目所需的软硬件准备和知识准备。那么在今天这一篇文章中,我们将直接真正开始项目实践。==第一个项目: EV3 Port Viewer==项目目的:在iOS设备上通过WiFi连接EV3并且读取EV3每个端口的数据。大家可以一周之后在App Store上搜索EV3 Port Viewer,那么我已经做了一个范例App...
分类:
移动开发 时间:
2014-07-13 18:35:43
阅读次数:
390
1.key_buffer 索引块大小 set global hot_cache.key_buffer_size = 1024; //设置大小 show variables like 'key_buffer_size'; 查看大小 PS::不可删除默认的key_buffer大小 ...
分类:
数据库 时间:
2014-07-12 15:53:55
阅读次数:
259