Source = new BitmapImage( new Uri( WangCaiConfig.GetCurrentDirectory() + imgStr, UriKind.RelativeOrAbsolute))this.PictureImage.Source =newBitmapImage....
分类:
其他好文 时间:
2014-08-29 23:59:18
阅读次数:
386
修改alps/mediatek/source/packages/backupRestore/src2/src/com/mediatek/backuprestore/modules/MessageRestoreComposer.java
大概170行左右
deleteAllMessage(); // 注释这一行
MyLogger.logD(CLASS TAG, "onStart()");...
分类:
移动开发 时间:
2014-08-29 16:10:38
阅读次数:
183
现象: shell脚本中source aaa.sh时提示 source: not found原因: ls -l `which sh` 提示/bin/sh -> dash这说明是用dash来进行解析的。改回方法: 命令行执行:sudo dpkg-reconfigure dash在界面中选择no再ls ...
分类:
其他好文 时间:
2014-08-29 14:32:37
阅读次数:
239
public class UserInfoDB : BaseDB { public UserInfoDB() : base(@"Data Source=isostore:\MakeLove\Database\Love.sdf") { ...
分类:
数据库 时间:
2014-08-29 13:02:37
阅读次数:
242
1 counter-intuitive 不符合直觉n 2 insight 洞悉,深入了解n eg. The project would give scientists new insights into what is happening to the earth’s atmosphere.该项目将...
分类:
其他好文 时间:
2014-08-29 12:50:57
阅读次数:
199
10个不错的Flash开发资源网站ActionScript Library on senocular.comActionscript Library on actionscript.orgOpen Source Flash Projects on osflash.orgSpark projectFF...
分类:
Web程序 时间:
2014-08-29 10:44:27
阅读次数:
198
在正式进入C的语法之前,有必要对其整体外观和组成元素作一个浏览。这部分内容对大多数人是比较陌生的,但它们却是C的起点和骨架。而这些内容涉及的背景或细节又可以展开为专门的课题,这里也只是浅尝则止,说明个大概即可。1. C程序组成 任何一个程序都首先以源文件(source file)的形式存在,它...
分类:
其他好文 时间:
2014-08-29 04:08:27
阅读次数:
310
HiShader.materialvertex_program MyVertexShader glsl{ source HiShader.vsh default_params { param_named_auto MVP worldviewproj_matrix ...
分类:
其他好文 时间:
2014-08-28 21:02:36
阅读次数:
384
RGB 与 (RGB转 YCbCr再转为 RGB)的图像 不可逆,可以从 矩阵的逆运算看出来。 附上 matlab 代码:
clc,clear;
Source=imread('1.jpg');%读入原始RGB图像
figure(1);
subplot(1,2,1);
imshow(Source):title('original image');%显示图像
[r c d]=...
分类:
其他好文 时间:
2014-08-28 19:51:25
阅读次数:
292
maven打包时始终出现以下提示: 1、-source 1.3 中不支持泛型(请使用 -source 5 或更高版本以启用泛型)List userList= new ArrayList(); 2、-source 1.3 中不支持注释(请使用 -source 5 或更高版本以启用注释)@WebServ...
分类:
其他好文 时间:
2014-08-28 19:29:45
阅读次数:
322