按照spec的明确规定,SIM卡上姓名采用的编码方式应该是gsm8 ucs80 81 82这些。
而韩国部分手机(如较早的功能机器以及galaxy S等)采用的却是KSC5601编码,在spec支持之外。
现在MTK的design则是遵守spec的:
1.在modem层判断到编码方式不在spec之列后,不去上报数据给APP(这就导致了姓名栏位显示为空)
2.spec范围内的编码数据则...
分类:
移动开发 时间:
2014-09-22 12:01:32
阅读次数:
587
在 Exploratory Software Testig 一书中, James Whittaker在第二章中, 提到各种测试方法的不足:Defect Preventation从开发人员的角度来说, 他们希望藉由 design review, code review, static analysis...
分类:
其他好文 时间:
2014-09-22 11:59:12
阅读次数:
166
在 Exploratory Software Testig 一书中, James Whittaker在第二章中, 提到各种测试方法的不足: Defect Preventation 从开发人员的角度来说, 他们希望藉由 design review, code review, static analysis to...
分类:
其他好文 时间:
2014-09-22 10:50:32
阅读次数:
150
如果能在电脑上找到uninstallMono.sh 这个文件 直接执行这个文件。如果找不到,自己创建一个名位uninstallMono.sh的文件 复制下面的代码#!/bin/sh -x#This script removes Mono from an OS X System. It must b....
分类:
其他好文 时间:
2014-09-22 02:01:01
阅读次数:
346
brnshop是最近社区上比较火的开源商城。 Jexus是Linux上的web服务器,简单说就是Linux的iis吧。特别感谢作者宇内流云的指点 一.根据http://www.cnblogs.com/szxfwu/p/3948388.html 进行设置,或者直接在brnshop官方群下载已经改好的w...
分类:
系统相关 时间:
2014-09-22 01:40:11
阅读次数:
319
centOS-6.5 + mono-3.6+jexus-3.6.1使用ajax控件时,在windows iis下没有问题,linux 下报如下错误行: 16错误: Sys.WebForms.PageRequestManagerParserErrorException: The message rec...
分类:
其他好文 时间:
2014-09-21 13:30:20
阅读次数:
181
You are given a binary tree in which each node contains a value. Design an algorithm to print all paths which sum up to that value. Note that it can b...
分类:
其他好文 时间:
2014-09-21 12:31:50
阅读次数:
180
题目:
Say you have an array for which the ith element is the price of a given stock on day i.
Design an algorithm to find the maximum profit. You may complete as many transactions as you like (i...
分类:
其他好文 时间:
2014-09-21 03:10:29
阅读次数:
265
package?com.wangbiao.design.facade;
/**
?*?
?*?@Title:?Client.java
?*?@Package?com.wangbiao.design.facade
?*?@Description:?TODO?
?*?@author?wangbiao???
?*?@date?201...
分类:
编程语言 时间:
2014-09-20 18:48:39
阅读次数:
301
DescriptionChosen Problem Solving and Program design as an optional course, you are required to solve all kinds of problems. Here, we get a new proble...
分类:
其他好文 时间:
2014-09-20 17:03:49
阅读次数:
304