我的购物车苹果 10元香蕉 20元西瓜 30元栗子 40元哈密瓜
50元总价格是:0元全选取消是否全选 全选-反选-取消 function select(obj){ var
lids=document.getElementsByName("lid"); if(obj.innerHTM...
分类:
其他好文 时间:
2014-05-10 00:24:17
阅读次数:
391
tableView 实现的方法 无分组的cell
#pragma mark - Table view data source
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
{
return self.contacts.count;
}
- (UITable...
分类:
移动开发 时间:
2014-05-09 21:03:32
阅读次数:
424
原生js方式:var obj =
document.getElementByIdx_x(”testSelect”); //定位idvar index = obj.selectedIndex;
// 选中索引var text = obj.options[index].text; // 选中文本var ...
分类:
Web程序 时间:
2014-05-09 19:48:36
阅读次数:
384
public ActionResult GetAllList() { var list =
db.Movies.ToList(); return Json(list, JsonRequestBehavior.AllowGet); //return
Content(a); }@section Sc.....
分类:
其他好文 时间:
2014-05-09 05:52:01
阅读次数:
247
前面博客讲了互斥量(MUTEX)和关键段(CRITICAL
SECTION)的使用,想来总觉不妥,就如盲人摸象一般,窥其一脚而言象,难免以偏概全,追加一篇博客查遗补漏。 win32下的线程同步技术分为用户模式下的线程同步和用内核对象进行线程同步两大类。用户模式下的线程同步和用内核对象进行线程同步有....
分类:
编程语言 时间:
2014-05-09 02:58:18
阅读次数:
451
苹果官方app
demohttps://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topic=Sample%20Code
分类:
移动开发 时间:
2014-05-08 15:23:08
阅读次数:
328
在lua中创建一个Actor对象function Actor.new() local temp
= {} setmetatable(temp, Actor) temp.x = 10 temp.y = 20 return tempendobj =
Actor.new()那么obj.x = 1...
分类:
其他好文 时间:
2014-05-08 15:04:41
阅读次数:
348
在libgdx中加载模型
Loading models using LibGDX
资源准备:
一件模型(你也可以使用你自己的模型):
(来自LibGDX gdx-invaders)
将其解压到android project 的 assets folder 中(包括三个文件,要放在同一目录)
ship.obj: 将要加载的模型文件shi...
分类:
其他好文 时间:
2014-05-08 10:49:37
阅读次数:
307
This section lists some of the common causes of
deployment problems, and offers troubleshooting tips to help you resolve the
problems. An indication t...
分类:
其他好文 时间:
2014-05-08 09:31:31
阅读次数:
447
当我们修改了frameworks后可能出现:
make: *** [out/target/common/obj/PACKAGING/checkapi-current-timestamp] 错误 38
解决办法:make update-api
在Android中添加物理按键:KEYCODE_HELP
1、Android 增加按键:
ScanCode -> KeyCodeLabel ...
分类:
移动开发 时间:
2014-05-08 04:43:52
阅读次数:
468