- 博客(9)
- 资源 (3)
- 收藏
- 关注
原创 C#任意变换图像大小
/// /// 任意变换图片 /// /// 需要变换的图片 /// 新宽度 /// 信高度 /// private static Bitmap GetNewBitmap(Bitmap oldBitmap, int newWidth, int newHeight)
2016-07-07 18:43:57 441
原创 文件保存方法
if (MessageBox.Show("采集一帧图像成功!\n是否保存", "图像处理", MessageBoxButtons.OKCancel) == DialogResult.OK) { string path = string.Empty; //文件路径 SaveFileDi
2016-07-06 15:19:59 420
原创 mysql notifier 1.1.6 root element is missing
找到文件夹: %appdata%\Oracle\MySQL Notifier;删除后卸载重装就可以了
2015-06-01 14:40:59 1411
原创 Hibernate 不能创建表的方言问题
将:org.hibernate.dialect.MySQLInnoDBDialect 修改为:org.hibernate.dialect.MySQLDialect 原因: 方言的设定是由数据库的版本决定。如果MySql数据库engine=InnoDB,即本身支持事务。那么,hibernate设定的时候就无需再指定了。如果指定,就会发生错误。 如果Mysql数据库的设定是不支持事务的话,那
2015-04-08 16:47:24 406
原创 FrameLayout布局------层次控制显示
多层次代码控制分别显示: android:layout_width="fill_parent" android:layout_height="fill_parent"> android:id="@+id/start_view"-----------------------在代码中使用id和setVisibility的属性来设置需要的
2015-01-17 14:47:55 2554
转载 make: *** [out/host/linux-x86/sdk/android-sdk_eng.smdt_linux-x86.zip] 错误 44
64位ubuntu13.04配置java、eclipse、android源代码4.2.2和android内核2.6.29 配置java 1、下载http://www.oracle.com/technetwork/java/javase/downloads/index.html 2、解压到当前文件夹,在终端新建文件夹 sudo mkdir /usr/java 转到当前文
2014-09-26 10:43:43 1144
原创 ubuntu_eclipse:An error has occurred. See the log
问题:启动eclipse 解决: ln -s /usr/lib/jni/libswt-* ~/.swt/lib/linux/x86_64/
2014-09-25 16:14:21 709
原创 安卓编译SDK错误和解决
注意:某些输入文件使用或覆盖了已过时的 API。 注意:要了解详细信息,请使用 -Xlint:deprecation 重新编译。 注意:某些输入文件使用或覆盖了已过时的 API。 注意:要了解详细信息,请使用 -Xlint:deprecation 重新编译。 注意:某些输入文件使用了未经检查或不安全的操作。 注意:要了解详细信息,请使用 -Xlint:unchecked 重新编译。 j
2014-09-25 11:09:11 1105
原创 安卓系统编译错误——解决
问题一: 问题二: ****************************** You have tried to change the API from what has been previously released in an SDK. Please fix the errors listed above. ****************************
2014-09-25 10:58:31 1230 1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人