kindeditor的上传的文件(包括图片)默认是保存在attached/(image|flash|media|file)/当前日期年月日
对应的目录下,依据加载的插件,自动给uploadJson配置的url增加dir参数。
如果你需要修改attached保存路径或者(image|flash|me....
分类:
其他好文 时间:
2014-05-26 15:10:36
阅读次数:
349
Last updated: June 23, 2010Contents[hide]1About
SysLink1.1SysLink Architecture1.2SysLink Usage2Getting Started with
SysLink2.1Building Kernel Image wi...
分类:
其他好文 时间:
2014-05-26 13:35:27
阅读次数:
263
每天进步一小步,一年进步一大步。本篇主要介绍背景图片设置,平铺,x
y方向上的平铺,是否重复显示no repeat
显示的初始位置background-image:url(images/index_top_bg.jpg)...........................................
分类:
其他好文 时间:
2014-05-26 12:36:08
阅读次数:
242
1 UIImage *image = [UIImage
imageNamed:tempAppInfo.icon];2 UIImageView *appIcon = (UIImageView *) [appView
viewWithTag:0]; 3 appIcon.image = image;每次执...
分类:
其他好文 时间:
2014-05-26 12:35:45
阅读次数:
226
1、Intent intent = new
Intent(Intent.ACTION_GET_CONTENT); intent.setType("image/*");
intent.putExtra("crop", true); in...
分类:
其他好文 时间:
2014-05-26 12:00:15
阅读次数:
230
关键字:H264 ,base profile, main profile, extend
profile, high
profile。提到HighProfileH.264解码许多人并不了解,那么到底什么是HighProfileH.264解码?其应用效果又是如何呢?作为行业标准,H.264编码体系定义...
分类:
其他好文 时间:
2014-05-26 09:59:01
阅读次数:
249
Attribute:$(”p”).addClass(css中定义的样式类型);
给某个元素添加样式$(”img”).attr({src:”test.jpg”,alt:”test Image”});
给某个元素添加属性/值,参数是map$(”img”).attr(”src”,”test.jpg”); ...
分类:
Web程序 时间:
2014-05-26 07:55:20
阅读次数:
409
1、rk3168_v4.2\frameworks\base\data\videos下面的mp4的拷贝方法!
a、其实在我们的原始情况下这个目录的东西并没有拷贝到xxx/system/media/video下面,但是看到sounds目录却有拷贝为啥~
sounds目录下有个AllAudio.mk,这个文件是怎么调用的呢?
我在建产品分支的时候无意发现,加载其实很简单~
b、资料收集:
ht...
分类:
移动开发 时间:
2014-05-26 03:48:59
阅读次数:
302
因为网页上还有其他内容,所以header("Content-type:image/jpeg");
位置已经被占用,验证码不能出现了,就会出现图像“http://localhost/**.php”因其本身有错,无法显示”那么,解决这个问题的最简单的办法就是,直接删除header("Content-ty...
分类:
Web程序 时间:
2014-05-24 10:29:56
阅读次数:
308
public Image GetImage(string path) { FileStream fs
= new FileStream(path, FileMode.Open, FileAccess.Read); Image ...
分类:
其他好文 时间:
2014-05-24 09:48:26
阅读次数:
233