链接:http://poj.org/problem?id=1789 或 http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1158
Description
Advanced Cargo Movement, Ltd. uses trucks of different types. Some trucks are use...
分类:
其他好文 时间:
2014-05-10 09:39:59
阅读次数:
440
NFC Basics
The Tag Dispatch System:
How NFC tags are mapped to MIME types and URIs(NFC标签是如何映射到MINE类型和URI的?):
How NFC Tags are Dispatched to Applications:
Requesting NFC Access in the Android Manifest:
Filtering for NFC Intents
Creating Common Types of NDEF...
分类:
移动开发 时间:
2014-05-10 09:39:25
阅读次数:
689
主要原理是:extends view重载onDrow(),需要一bitmap,重载view,在 canvas上画临时bmp,当按下确定的时候按下
画到real_bmp上,其他的跟前面的基本上没有什么区别。
import com.example.test.R;
import android.app.Activity;
import android.content.Con...
分类:
移动开发 时间:
2014-05-10 09:23:24
阅读次数:
601
using Microsoft.Phone.Shell;ShellToast toast =
new ShellToast();toast.Title = "程序标题"; toast.Content = "内容"; toast.NavigationUri
= new Uri("...
分类:
其他好文 时间:
2014-05-07 19:29:04
阅读次数:
271
http://www.360doc.com/content/13/0102/22/6541311_257754535.shtml
分类:
移动开发 时间:
2014-05-07 19:03:30
阅读次数:
726
原文:WP 前台或后台显示ShellToastusing
Microsoft.Phone.Shell;ShellToast toast = new ShellToast();toast.Title = "程序标题";
toast.Content = "内容"; toast.NavigationUri...
分类:
其他好文 时间:
2014-05-07 09:13:23
阅读次数:
283
package com.example.activity2;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
public class MainActivi...
分类:
其他好文 时间:
2014-05-07 05:19:34
阅读次数:
349
当使用移动设备进行触控操作时,最常用的就是轻击、按住屏幕或者手势操作,jQuery Mobile可以通过绑定的触控事件来响应使用者的特定触控行为。一、轻击与按住直接上代码(一切皆在代码中,细细品吧!)
练习
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1....
分类:
移动开发 时间:
2014-05-07 04:45:59
阅读次数:
426
为了方便说明和更加直观的展示jquerymobile的页面初始化过程以及各个事件的触发过程,我绘制了一幅流程图:图中用红色框圈起来的是界面中的事件,测试代码如下:
练习
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=0;...
分类:
移动开发 时间:
2014-05-07 04:40:07
阅读次数:
450
这是 data.chatFileModelJson = [dic valueForKey:@"Text"];时的数据
{
Content = "s\U5de5\U56fd\U4e2d\U53e5\U53f7\U4e2d\U56fdd";
FileKey = "";
Url = "http://m.im2x.com/d";
}
想要不转码的string j...
分类:
Web程序 时间:
2014-05-06 21:05:26
阅读次数:
384