其他
#region 0.1 中文转到英文 + static string GetPinYing(string characters) /// /// 中文转到英文 /// /// /// public static string GetPinYing(string characters) { if (c...
分类:其他 时间:2014-02-07 10:18:39 收藏:0 阅读:365
Update History2014年02月06日 - 初稿0.引言本来一直都没有苹果的产品除了第一代的iPod(没怎么使用最后大学送人了 @李清纯(255270520) ,巧合的是老妈学校发了一台iPad mini Retina正好赶上mini第2代,也算是比较成熟的产品了就顺手撸过来仔细体验一把...
分类:其他 时间:2014-02-07 10:16:59 收藏:0 阅读:423
剑指Offer - 九度1509 - 树中两个结点的最低公共祖先2014-02-07 01:04题目描述:给定一棵树,同时给出树中的两个结点,求它们的最低公共祖先。输入:输入可能包含多个测试样例。对于每个测试案例,输入的第一行为一个数n(0 7 #include 8 using namespace ...
分类:其他 时间:2014-02-07 10:15:19 收藏:0 阅读:406
Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents your maximu...
分类:其他 时间:2014-02-07 10:14:29 收藏:0 阅读:434
Given a binary tree struct TreeLinkNode { TreeLinkNode *left; TreeLinkNode *right; TreeLinkNode *next; }Populate each next pointer to point to its nex...
分类:其他 时间:2014-02-07 10:16:09 收藏:0 阅读:362
private static bool IsHanZi(string ch) { byte[] byte_len = System.Text.Encoding.Default.GetBytes(ch); if (byte_len.Length == 2) { return true; } retur...
分类:其他 时间:2014-02-07 10:11:59 收藏:0 阅读:251
剑指Offer - 九度1508 - 把字符串转换成整数2014-02-06 23:46题目描述:将一个字符串转换成一个整数,要求不能使用字符串转换整数的库函数。输入:输入可能包含多个测试样例。对于每个测试案例,输入为一个合法或者非法的字符串,代表一个整数n(1 4 #include 5 #incl...
分类:其他 时间:2014-02-07 10:08:39 收藏:0 阅读:527
运行环境是,XCODE5.02,iOS7.0这几天写的项目中有个分页的属性,问题一堆堆的,获得文本,然后分页,进行阅读,于是开始各种找相关内容最初设想是UITextView的contentOffset改变来截图,结果未果原因主要由2个1.UITextView的contentOffset用来设定时,给...
分类:其他 时间:2014-02-07 10:07:49 收藏:0 阅读:445
本文使用3中实现可滑动Tab:1. 使用 TabHost + ViewPager 实现;2. 使用官方提供的方法 ActionBar + ViewPager 实现; 3. 使用 TabWidget + ViewPager 实现
分类:其他 时间:2014-02-07 10:05:19 收藏:0 阅读:398
在Mac下使用文件管理工具类似Total Commander的muCommander,muCommander的编写语言是Java,打开后发现Java不兼容Mac Retina。muCommanderVersion: 0.9.0Build date: 2012/08/04JavaRuntime ver...
分类:其他 时间:2014-02-07 10:04:29 收藏:0 阅读:272
1165500165501165502166744
上一页1667435下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!