我×。。。终于好了,大概3 4个小时吧。。。各种毛刺问题。终究还是闯过来了。。。。
ubuntu2@ubuntu:~/Downloads/linux-0.00-050613/linux-0.00$ make
ld -s -x -M head.o -o system > System.map
dd bs=32 if=boot of=Image skip=1
16+0 records i...
分类:
系统相关 时间:
2014-05-10 10:24:29
阅读次数:
474
矢量标记语言 ---Vector Markup
Language运行它的代码需要打开IE的兼容性视图如有疑问请参考:http://msdn.microsoft.com/en-us/library/bb264280(VS.85).aspx代码如下:
运行结果如下:
分类:
编程语言 时间:
2014-05-09 18:59:47
阅读次数:
421
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
LayoutInflater inflater =
getLayoutInflater();View imageLayout =
inflater.inflate(R.layout.preference_image.xml,null);ImageView imageView =
(ImageView...
分类:
其他好文 时间:
2014-05-08 21:34:32
阅读次数:
307
说说那些令人惊叹的下拉效果1.
动画下拉,这里借用一下github的资源优点:直接用gif图处理,下拉进度完全按照gif图运行时间,只要时间和下拉进度匹配就可以了,
效果很流畅https://dribbble.com/shots/1418440-Twisted-gif?list=searches&t...
分类:
移动开发 时间:
2014-05-08 21:28:47
阅读次数:
519
private ImageInfo CreateImageFile(string fileName)
{ if (!File.Exists(fileName)) return null; Image image =
Image.FromFile(fileName); MemoryStream ms....
分类:
Web程序 时间:
2014-05-06 10:01:43
阅读次数:
313
》在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