
WinPhone
文章平均质量分 89
iteye_7202
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
windows phone push
http://silverlightchina.net/html/zhuantixilie/winphone7/2011/1108/11565_2.html http://stackoverflow.com/questions/4166222/httpwebrequest-endgetresponse-throws-a-notsupportedexception-in-windows-...原创 2013-03-22 12:52:00 · 118 阅读 · 0 评论 -
The remote server returned an error:not found
最近做win phone,遇到一个问题,用HttpWebRequest做https的post请求时,一直报 "The remote server returned an error:not found" AsyncWaitHandle = “result.AsyncWaitHandle”引发了“System.NotSupportedException”类型的异常 最后发现是HttpWeb...2013-04-01 17:51:10 · 2229 阅读 · 0 评论 -
win phone的MD5加密和imei号的获取
1. m5加密:http://archive.msdn.microsoft.com/SilverlightMD5 从这个地址下一个文件,加到工程里,调用MD5Core.GetHashString(originalString);就可以了 2. http://stackoverflow.com/questions/14702868/serial-number-of-ph...2013-04-01 17:54:40 · 675 阅读 · 0 评论 -
C#实现RSA加密和解密详解
RSA加密解密源码: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Security.Cryptography; namespace MyRSA { public class MyRSA ...原创 2013-04-02 11:04:26 · 903 阅读 · 0 评论