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
image/JPEG,image/JPG /mulFile.jsp /su...
分类:
其他好文 时间:
2014-05-09 17:18:19
阅读次数:
311
通过CSS3的linear-gradient实现的.bg{width:300px;height:50px;background:#caca8c;background-image:-webkit-gradient(linear,50%0,0100%,from(transparent),color-st...
分类:
Web程序 时间:
2014-05-09 12:28:39
阅读次数:
4486
一。获取文本 textBox1.Text =
Clipboard.GetData("Text").ToString();二。获取图像 pictureBox1.Image =
Clipboard.GetImage();三。GetData()的参数解释名称 说明 Bitmap ...
分类:
其他好文 时间:
2014-05-09 12:22:12
阅读次数:
361
》在storyboard 中添加控件 UIimageview 中
是不能拖进任何控件,但是手动代码可以》在BUtton 中 添加图片: 如果不想改变图片的拉伸,就在image中添加,如果在backbround
中添加,图片会随着按钮的frame被拉伸;填充小图片用image,大图片 用backgro...
分类:
其他好文 时间:
2014-05-05 11:08:15
阅读次数:
295
quiver,平面向量场图[x, y, z] = peaks(20);[u, v] =
gradient(z);contour(x, y, z, 10);hold on, quiver(x,y,u,v); hold offaxis image
%令x与y的长度相等在octave-3.6.4-gcc4...
分类:
其他好文 时间:
2014-05-04 19:16:38
阅读次数:
2238
最近都是ARC写代码,弄了一下午整理了一下MRC的使用,原创哦!~!~~1
任何继承NSObject的对象,都需要管理内存2 基本数据类型放到栈中,对象放到堆空间中3 oc对象 nil指针 release 不报错4 僵尸对象检测
stop右-》Edit Scheme-》Diagncatics-》 ....
分类:
其他好文 时间:
2014-05-04 10:44:48
阅读次数:
434