更为详细的测试报告,我们会在后续整理出来。 在M1的基础上,我们新增加了两个个数据表来存放问答对以及标签信息的表:C705question表 与 tag表 第二次迭代中,我们积极地同第三组沟通,了解到他们需要实现的核心功能需要我们为他们提供一个新的数据库,这个数据库存放了问答网站的地址以...
分类:
其他好文 时间:
2014-12-28 22:07:06
阅读次数:
146
先说说我的理解:
struct example{
__u16 tag_type;
__u16 tag_len;
char tag_data[0];
} __attribute ((packed));
1. 存在的意义:当结构体的长度变长时,例如里面有一个字符串时,为了方便管理内存。
这个结构体不要用struct example a的方式定义, 而应用str...
分类:
编程语言 时间:
2014-12-28 11:46:31
阅读次数:
237
package com.lxt008;import com.lxt008.R;import android.app.Activity;import android.os.Bundle;import android.util.Log;public class HelloAndroidActivity ...
分类:
移动开发 时间:
2014-12-27 18:57:51
阅读次数:
219
http://www.oracle.com/technetwork/java/javase/documentation/index-137868.htmlThis document describes the style guide, tag and image conventions we use...
分类:
编程语言 时间:
2014-12-26 22:51:10
阅读次数:
452
查看当前分支所有Tag $?git?tag 查看某一个Tag详细信息(实际使用去掉[]) $?git?show?[tagVersion] 创建新的Tag(实际使用去掉[]) $?git?tag?-a?[tagVersion]?-m?‘[Tag描述信息]‘ git tag是命令 -a...
分类:
其他好文 时间:
2014-12-26 13:10:46
阅读次数:
819
向服务器请求数据的技术有以下五种常用技术用于向服务器请求数据XMLHttpRequest(XHR)Dynamic script tag insertion(动态脚本标签插入)iframesCometMultipart XHR (多部分的XHR)XHR优点:能够精细的控制发送请求和数据接收,也就是说你...
分类:
编程语言 时间:
2014-12-26 11:04:13
阅读次数:
214
1 classes = %w(Call City Province Tag) 2 classes.each do |obj_name| 3 obj = Object.const_get(obj_name) 4 obj.establish_connection :production 5 ...
分类:
其他好文 时间:
2014-12-26 00:50:13
阅读次数:
190
private static final String ACTIVITY_TAG="MainActivity"; Log.v(MainActivity.ACTIVITY_TAG, "This is Verbose.%d"); Log.d(MainActivity.ACTIVITY_TAG, "Thi...
分类:
移动开发 时间:
2014-12-25 23:24:49
阅读次数:
284
参考:http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-dont-forget-the-viewport-meta-tag/一、网页手机wap2.0网页的head里加入下面这条元标签,在iPhone的浏览器中页面将...
分类:
移动开发 时间:
2014-12-25 13:01:37
阅读次数:
159
1.环境:win7 32位系统,vs2010 sp1。2.下载PCl1.7.1源代码,网址:https://github.com/PointCloudLibrary/pcl/releases/tag/pcl-1.7.1,下载第三方库,网址:http://pointclouds.org/downloa...
分类:
其他好文 时间:
2014-12-23 20:56:56
阅读次数:
331