码迷,mamicode.com
首页 >  
搜索关键字:win phone    ( 21548个结果
跨平台移动应用开发框架PhoneGap 1.3 发布,支持Windows Phone应用开发
移动开发界的“瑞士军刀”PhoneGap今天发布了1.3版本,在这一版本中带来诸多的新特性(工具、控件)及改进,其中最显著的即是完成对Windows Phone的支持。这也意味着PhoneGap已完全实现支持所有主流移动平台。PhoneGap是一个开源的跨平台移动应用开发框架,能使开发者们在只使用标...
分类:移动开发   时间:2014-05-24 01:24:40    阅读次数:340
zoj 2083 Win the Game(博弈SG函数)
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1083题意差不多是这样,给你n条线的长度,让你染色,每次只能染2个长度单位,让你先染,问是否能赢的胜利其实这题和取石子的那题(ECNU 1328 Stripes)差不多,...
分类:Windows程序   时间:2014-05-19 19:37:59    阅读次数:534
Android -- 短信
背景 主要代码 发送按钮的监听器:phone_number_editText = (EditText) findViewById(R.id.phone_number_editText); sms_content_editText = (EditText) findViewById(R....
分类:移动开发   时间:2014-05-19 14:49:49    阅读次数:335
CSS 初始化 例子
/*字体初始化*/body {font-size:62.5%;} /* for IE/Win */html>body {font-size:10px;} /* for everything else *//*字体边框等初始化*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,...
分类:Web程序   时间:2014-05-19 10:01:31    阅读次数:311
Win 2008 R2安装SQL Server 2008“性能计数器注册表配置单元一致性”失败的解决办法
Win2008R2安装SQLServer2008“性能计数器注册表配置单元一致性”失败的解决办法(2011-02-23 19:37:32)转载▼今天在惠普服务器上安装数据库2008时,在进行数据库安装检测时总是有一点通不过,提示“性能计数器注册表配置单元一致性失败”。以前在其他的服务器上安装都没有碰...
分类:数据库   时间:2014-05-19 07:20:01    阅读次数:347
转载:Windows Phone 8.1 投影我的屏幕使用教程
原文地址:http://livesino.net/archives/6851.live更新了软件的下载地址。Windows Phone 8.1 新功能投影我的屏幕(Project My Screen)可以将手机画面实时投影到电视、电脑等设备方便 WP8.1 真机演示。通过 Miracast 无线或 ...
分类:Windows程序   时间:2014-05-18 19:23:21    阅读次数:509
有这样的事? 的对方水电费德芙巧克力 int i = 0; foreach(i; i<1000; i++){ system.out.println(i); } 还有谁?
有这样的事? 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 int init_win_socket() 9 {10 WSADATA wsaData;11 if(WSAStart...
分类:其他好文   时间:2014-05-18 19:20:16    阅读次数:368
有这样的事?
#include #include #include #include #include #include int init_win_socket(){ WSADATA wsaData; if(WSAStartup(MAKEWORD(2,2) , &wsaData) != 0) { return -...
分类:其他好文   时间:2014-05-18 18:57:26    阅读次数:245
LeetCode: Letter Combinations of a Phone Number [018]
【题目】 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
Building Apps for Windows Phone 8.1教程下载地址整理
WinPhone8.1视频教程地址,Building Apps for Windows Phone 8.1,来自channel9,需要的朋友拿去。
分类:移动开发   时间:2014-05-17 21:43:11    阅读次数:476
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!