CocoaPods安装和使用教程安装及使用方法,这里有现成的,很细致,不再赘述(发音:zhuìshù,敲半天ao'shu,找不到这个词 =。=)记录一下遇到的问题1.CocoaPods 版本旧The version of CocoaPods used to generate the lockfile...
分类:
其他好文 时间:
2014-07-06 14:03:09
阅读次数:
312
插入排序1.直接插入排序原理:将数组分为无序区和有序区两个区,然后不断将无序区的第一个元素按大小顺序插入到有序区中去,终于将全部无序区元素都移动到有序区完毕排序。要点:设立哨兵,作为暂时存储和推断数组边界之用。实现:VoidInsertSort(NodeL[],intlength){Inti,j;/...
分类:
其他好文 时间:
2014-07-06 14:00:34
阅读次数:
147
Projected Coordinate SystemsWell-known IDName2000Anguilla_1957_British_West_Indies_Grid2001Antigua_1943_British_West_Indies_Grid2002Dominica_1945_Brit...
分类:
其他好文 时间:
2014-07-06 13:59:18
阅读次数:
264
一般在项目中WebContent文件夹下中有个index.jsp页面,里面也就一句话,用于登陆页面的显示。第一种方式的首页内容例如以下:struts的xml文件配置例如以下: /WEB-INF/jsp/Login.jsp action的内容: public String toLog...
分类:
其他好文 时间:
2014-07-06 13:58:40
阅读次数:
241
Given a strings1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible representation...
分类:
其他好文 时间:
2014-07-06 13:57:54
阅读次数:
155
Geographic Coordinate SystemsWell-known IDName4001GCS_Airy_18304002GCS_Airy_Modified4003GCS_Australian4004GCS_Bessel_18414005GCS_Bessel_Modified4006GC...
分类:
其他好文 时间:
2014-07-06 13:55:45
阅读次数:
219
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.public class Solution { public...
分类:
其他好文 时间:
2014-07-06 13:50:22
阅读次数:
153
本文转载至http://blog.sina.com.cn/s/blog_9bf272cf01013lsd.html2011-10-05 16:48 533人阅读评论(0)收藏举报1. 如何实现对UITextField ,UITextView等输入框的 字数限制(1)首先,肯定要 让controlle...
分类:
移动开发 时间:
2014-07-06 13:44:17
阅读次数:
175
antlr.collections.AST.getLine()I异常 Struts+hibernate+spring项目经常遇到问题 因为Struts自带的antlr-2.7.2.jar,比Hibernate3.3自带的antlr-2.7.6.jar的版本要低,故要删除前一个低版本的,而在导入的st...
分类:
其他好文 时间:
2014-07-06 13:43:39
阅读次数:
181