码迷,mamicode.com
首页 >  
搜索关键字:phone    ( 3454个结果
用OC写一个可以分字母组,的电话薄,并实现功能
首先要创建AddressContact类,#import<Foundation/Foundation.h>//---------AddressContact的.h文件 @interfaceAddressContact:NSObject { NSString*_name; NSString*_sex; NSString*_phone; NSString*_address; NSString*_groupName; NSInteger_age; } -(insta..
分类:其他好文   时间:2014-08-22 02:52:46    阅读次数:168
WP8.1:onedrive操作
小梦今天给大家分享一下windows phone 8.1开发 onedrive中的一些操作:Windows phone 8.1 中 onedrive 登录Windows phone 8.1 中 onedrive 文件/照片上传,更新Windows phone 8.1 中 onedrive文件/照片下...
分类:其他好文   时间:2014-08-21 22:40:24    阅读次数:311
【Leetcode长征系列】Letter Combinations of a Phone Number
原题: 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...
分类:其他好文   时间:2014-08-21 19:30:24    阅读次数:225
JSON.parse()
JSON.parse() 用于将 JSON 字符串转换为对象。var jsontext = '{"firstname":"Jesper","surname":"Aaberg","phone":["555-0100","555-0120"]}'; var contact = JSON.parse(.....
分类:Web程序   时间:2014-08-21 16:48:34    阅读次数:213
POJ 4069:买手机
这里给出一个编译错误的程序,虽然是编译错误,不过我也不太想改过来了。只是因为我用了走超出范围的类型ArrayList,这里的Phone是我自定义的一个内部类。完整程序如下,大家可以用数组改过来: 1 import java.util.ArrayList; 2 import java.util.S.....
分类:移动开发   时间:2014-08-20 22:33:23    阅读次数:358
WinPhone学习笔记(一)——页面导航与页面相关
最近学一下Windows Phone(接下来简称“WinPhone”)的开发,在很久很久前稍探究一下WinPhone中对一些传感器的开发,那么现在就从头来学学WinPhone的开发。先从WinPhone的页面入手,在我印象中比较深刻的那番话:一台WinPhone设备就好比一个Web的浏览器,应用.....
分类:Windows程序   时间:2014-08-20 22:22:42    阅读次数:457
Windows 8.1 store app 开发笔记
零、简介 一切都要从博彦之星比赛说起。今年比赛的主题是使用Bing API(主要提到的有Bing Map API、Bing Translate API和Bing AD API)设计移动应用(Windows store app和Windows phone app)。从7月初开始设计到现在,应用的功能....
分类:移动开发   时间:2014-08-20 22:21:43    阅读次数:409
根据传入的文字生成图片 并保存
很简单的代码,记录下,防止忘记。实现过程和生成验证码相似public void SavePhoneImg(string Phone, string path) { System.Drawing.Bitmap image = new System.Drawing.B...
分类:其他好文   时间:2014-08-20 16:09:22    阅读次数:175
[Windows Phone] APP上架,遇到错误2001的解决方案。(Error:2001)
[Windows Phone] APP上架,遇到错误2001的解决方案。(Error:2001)问题情景最近在开始玩Windows Phone的开发,开发的过程中虽然有点小挫折,但是参考网络许多前辈的经验全部都很顺利的度过。直到开发完毕,准备将APP上架的时候,只要将应用程序套件提交审核,不到五分钟...
分类:移动开发   时间:2014-08-20 12:25:32    阅读次数:297
如何在mybatis映射文件里面使用java方法
在mybatis的映射xml文件调用java类的方法:1.SELECT* FROM EC_CORE_USER WHERE (user_name=#{userName}ormail=#{userName}ormobile_phone=‘${@net.ytoec.framework.security.EncryptionDecryption@dSecret(userName)}‘)anduser_password=#{userPassword}入上面代码所示。此..
分类:编程语言   时间:2014-08-19 16:46:45    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!