1.写了ToDoDataContext类,实现数据存储 在实例化类中,忘记检查 数据库
是否已存在,导致一直报错: “System.Data.SqlServerCe.SqlCeException”类型的未经处理的异常在
Microsoft.Phone.Interop.ni.dll 中发生...
分类:
其他好文 时间:
2014-05-20 00:27:40
阅读次数:
365
1、调用 自带mail[[UIApplication sharedApplication]
openURL:[NSURL URLWithString:@"mailto://admin@hzlzh.com"]];2、调用
电话phone[[UIApplication sharedApplication...
分类:
移动开发 时间:
2014-05-16 06:45:24
阅读次数:
425
在Windows Phone
中对隔离存储空间中的文件操作需要通过System.Io.IsolatedStorage下的类进行操作获得指定文件夹下的所有文件:参数:是指定文件夹的路径加上通配符,格式:\folder1\*
List GetFileNames(string _strFol...
题目描述Farmer John wants to set up a telephone line at
his farm. Unfortunately, the phone company is uncooperative, so he needs to pay
for some of the ca...
分类:
其他好文 时间:
2014-05-15 18:03:37
阅读次数:
292
1. 呼叫虚拟设备/向虚拟设备发送短信 1. 在eclipse中点击:
Window--->Open Perspective--->DDMS,选择Emulator Control选项; 2. 在Telephony
Actions选项的Incoming number输入要模拟的呼入号码,选择Voi.....
分类:
移动开发 时间:
2014-05-15 10:58:45
阅读次数:
327
水题。数字一共就9个,去掉1是用来显示标点的,剩下8个。
穷举一下map,然后有几个数字,就输出这几个数字的排列,是一个dfs嘛。
map num;
void allCombinations(string &digits, int start, int len, string &pres, vector &res){
if(len == digits.length()){
...
分类:
其他好文 时间:
2014-05-15 01:42:26
阅读次数:
264
前段时间一直在做公司的LyncServer2010与CiscoCallManager集成以便实现CiscoPhone与LyncPhone共振响铃,但是实际使用中却带来了一些无法避免的问题,即当Phone和Lyncclient同时响铃时,如果用户接起Phone,那么会在outlook中收到一封提示Lync错过电话的missedcall通知邮件;如..
分类:
其他好文 时间:
2014-05-14 15:49:03
阅读次数:
250
Pat1016代码
题目描述:
A long-distance telephone company charges its customers by the following rules:
Making a long-distance call costs a certain amount per minute, depending on the time of day w...
分类:
其他好文 时间:
2014-05-13 06:45:05
阅读次数:
460
最近在考虑是否转其他平台,如iOS或者Android或者javascript等。已经以Windows
Phone 开发作为工作就一年了(也不算是真正的Windows Phone开发吧,仅仅是开发高德地图 SDK等),一年中也知道Windows
Phone所处的位置。 这个月离职了,说得很伟大是为了爱...
在之前写过2篇关于ActivityManager的文章,如下所示。都是通过实战去了解里面的信息,现在感觉太繁琐,所以做一个api介绍比较详细。就像之前学习Telephony那样,对整体了解整个ActivityManager很有用。
Android中ActivityManager学习笔记(1)-MemoryInfo
Android中ActivityManager学习笔记(2)-Runni...
分类:
移动开发 时间:
2014-05-11 06:18:57
阅读次数:
1931