1.写了ToDoDataContext类,实现数据存储 在实例化类中,忘记检查 数据库
是否已存在,导致一直报错: “System.Data.SqlServerCe.SqlCeException”类型的未经处理的异常在
Microsoft.Phone.Interop.ni.dll 中发生...
分类:
其他好文 时间:
2014-05-20 00:27:40
阅读次数:
365
原文地址:http://livesino.net/archives/6851.live更新了软件的下载地址。Windows Phone 8.1
新功能投影我的屏幕(Project My Screen)可以将手机画面实时投影到电视、电脑等设备方便 WP8.1 真机演示。通过 Miracast 无线或
...
【题目】
Given a digit string, return all possible letter combinations that the number could represent.
A mapping of digit to letters (just like on the telephone buttons) is given below.
Input:Digit string "23"
Output: ["ad", "ae", "af", "bd", "be", "bf",...
分类:
其他好文 时间:
2014-05-18 07:30:12
阅读次数:
340
WinPhone8.1视频教程地址,Building Apps for Windows Phone
8.1,来自channel9,需要的朋友拿去。
分类:
移动开发 时间:
2014-05-17 21:43:11
阅读次数:
476
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
水题。数字一共就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