Given two wordsword1andword2, find the minimum
number of steps required to convertword1toword2. (each operation is counted as 1
step.)You have the fol...
分类:
其他好文 时间:
2014-05-10 01:09:28
阅读次数:
325
Given two words word1 and word2, find the
minimum number of steps required to convert word1 to word2. (each operation is
counted as 1 step.)You have t...
分类:
其他好文 时间:
2014-05-09 19:09:35
阅读次数:
318
在Eclipse中查看JDK类库的源代码!!!设置:1.点 “window”->
"Preferences" -> "Java" -> "Installed JRES"2.此时"Installed
JRES"右边是列表窗格,列出了系统中的 JRE 环境,选择你的JRE,然后点边上的 "Edit......
分类:
系统相关 时间:
2014-05-09 17:49:23
阅读次数:
442
solution1.Tick the primary key 1.right click on
the Id of the entity in dataset schema. 2.Edit Key 3.Tick the Primary Key
分类:
其他好文 时间:
2014-05-07 19:18:56
阅读次数:
362
templateT my_search(T first1, T last1, T first2, T
last2){ int d1 = distance(first1, last1); int d2 = distance(first2, last2);
if(d1 < d2) ...
分类:
其他好文 时间:
2014-05-04 19:54:06
阅读次数:
226
最近都是ARC写代码,弄了一下午整理了一下MRC的使用,原创哦!~!~~1
任何继承NSObject的对象,都需要管理内存2 基本数据类型放到栈中,对象放到堆空间中3 oc对象 nil指针 release 不报错4 僵尸对象检测
stop右-》Edit Scheme-》Diagncatics-》 ....
分类:
其他好文 时间:
2014-05-04 10:44:48
阅读次数:
434
the longest distance of a binary tree
个人信息:就读于燕大本科软件工程专业 目前大三;
本人博客:google搜索“cqs_2012”即可;
个人爱好:酷爱数据结构和算法,希望将来从事算法工作为人民作出自己的贡献;
博客内容:the longest distance of a binary tree;
博客时间:2014-4-...
分类:
其他好文 时间:
2014-05-04 00:28:23
阅读次数:
446
企业发布app的 过程比app store 发布的简单多了,没那么多的要求,哈
但是整个工程的要求还是一样,比如各种像素的icon啊 命名规范啊等等。
下面是具体的流程
1、修改你的 bundle identifier 为你的企业的app id :
2、修改Edit scheme
3、修改为 Release
...
分类:
移动开发 时间:
2014-05-03 21:57:36
阅读次数:
528
.cpp
layout->setBackGroundImageScale9Enabled(true);
layout->setBackGroundImage("green_edit.png");
layout->setPosition(Point(0,0));
addChild(layout);
...
分类:
其他好文 时间:
2014-05-03 16:30:56
阅读次数:
322