**************************************************************************************
参考:
《Linux内核设计与实现》
http://laokaddk.blog.51cto.com/368606/699028/
http://www.cnblogs.com/zhenjing/archive/2...
分类:
编程语言 时间:
2014-10-27 15:40:40
阅读次数:
199
Doing Homework again
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 6878 Accepted Submission(s): 4096
Problem Description
Ignat...
分类:
其他好文 时间:
2014-10-27 15:39:03
阅读次数:
285
package com.main;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
im...
分类:
其他好文 时间:
2014-10-27 15:37:36
阅读次数:
146
在eclipse/myeclipse中实现智能提示extjs代码。感觉很费劲,效果也不是很理想啊,自己写代码就好了。其实完全没必要这么大费周折的。...
分类:
Web程序 时间:
2014-10-27 15:37:55
阅读次数:
195
cocos2dx回调函数比较容易忽略的小问题---函数参数要一致。...
分类:
其他好文 时间:
2014-10-27 15:37:07
阅读次数:
258
Android平台提供了对蓝牙网络协议栈的支持,它允许设备通过无线的方式与其它设备进行数据交换。应用程序框架通过Android Bluetooth APIs提供了对蓝牙功能的访问。这些API允许应用以无线的方式连接其它蓝牙设备,启用点对点或者多点对多点的无线功能。使用蓝牙的API,Android应用程序可以执行以下工作:
* 扫描其它蓝牙设备
* 查询本地蓝牙适配器以配对蓝牙设备
* 建...
分类:
移动开发 时间:
2014-10-27 15:37:04
阅读次数:
430
抱歉
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 3538 Accepted Submission(s): 1489
Problem Description
非常抱歉,本来兴冲冲地搞一场练习赛,由于我准备...
分类:
其他好文 时间:
2014-10-27 15:36:37
阅读次数:
170
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.
For example, given the following triangle
[
[2],
[3,4],
...
分类:
其他好文 时间:
2014-10-27 15:36:28
阅读次数:
190
java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
at com.mchange.v2.sql.SqlUtils.toSQLException(S...
分类:
其他好文 时间:
2014-10-27 15:37:08
阅读次数:
159
[WXApi registerApp:weixinAppKey];if(![WXApi isWXAppInstalled]){ UIAlertView *alert=[[UIAlertView alloc]initWithTitle:@"信息" message:@"未安装微信,不能分享" deleg...
分类:
微信 时间:
2014-10-27 15:37:51
阅读次数:
428
Problem DescriptionSky从小喜欢奇特的东西,而且天生对数字特别敏感,一次偶然的机会,他发现了一个有趣的四位数2992,这个数,它的十进制数表示,其四位数字之和为2+9+9+2=22,它的十六进制数BB0,其四位数字之和也为22,同时它的十二进制数表示1894,其四位数字之和也为2...
分类:
其他好文 时间:
2014-10-27 15:36:54
阅读次数:
168
createobj();$m->work();?>
分类:
Web程序 时间:
2014-10-27 15:37:34
阅读次数:
211
截至目前(2014.2), PHP 的最新稳定版本是 PHP5.5, 但有差不多一半的用户仍在使用已经不在维护 [注] 的 PHP5.2, 其余的一半用户在使用 PHP5.3 [注].因为 PHP 那“集百家之长”的蛋疼语法,加上社区氛围不好,很多人对新版本,新特征并无兴趣。本文将会介绍自 PHP5...
分类:
Web程序 时间:
2014-10-27 15:37:05
阅读次数:
353
效果图:工程图:要加入第三方库文件YXSpritesLoadingView。RootViewController.m//点击任何处,弹出提示-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [YXSpritesL...
分类:
其他好文 时间:
2014-10-27 15:35:38
阅读次数:
177