2012年5月21日

安装部署系统必备和依赖性黄色叹号

摘要: 1。在项目属性中点击 系统必备,去掉.net等,避免对方安装时已装.net 还需下载的问题2。依赖项中黄色叹号(可能不会显示,要在 exe文件上右击 依赖项),说明依赖项本身还需依赖项,应该依赖项所需文件将其放在依赖项目录下 阅读全文

posted @ 2012-05-21 14:53 Rong-She 阅读(145) 评论(0) 推荐(0)

托管c++编译dll在c#中找不到

摘要: 解决方法:根据编译器版本下载对应的c++发布包,如vs2010,可下载http://www.microsoft.com/downloads/zh-cn/details.aspx?FamilyID=A7B7A05E-6DE6-4D3A-A423-37BF0912DB84 阅读全文

posted @ 2012-05-21 14:44 Rong-She 阅读(130) 评论(0) 推荐(0)

c#中dll文件找不到解决

摘要: dll 文件 找不到 阅读全文

posted @ 2012-05-21 13:06 Rong-She 阅读(157) 评论(0) 推荐(0)

2011年3月23日

解决 Warning: BoundingBox not found!

摘要: Convert EPS to PDF: problem of bounding box摘自:http://chi3x10.wordpress.com/2009/06/17/convert-eps-to-pdf-problem-of-bounding-box/When you save a multiple plots/subfigures figure as an eps file in matlab or latex, the bounding box might not be properly defined. People who use pdflatex need to convert 阅读全文

posted @ 2011-03-23 11:45 Rong-She 阅读(1209) 评论(0) 推荐(0)

2011年2月23日

Jabref中文问题解决以及与Endnote导入

摘要: 1。 中文显示乱码问题Jabref 中 Options(选项)||Preferences(首选项)||General(基本设置)>>Default Encoding (语言)选择 Simplified Chinese Jabref 中 Options(选项)||Preferences(首选项)||General(基本设置)>>Default Encoding (默认编码)选择 UTF8Jabref 中 Options(选项)||Preferences(首选项)||Appearance (外观)->Set table font(设置表格字体) 设为 simsun ( 阅读全文

posted @ 2011-02-23 13:16 Rong-She 阅读(2491) 评论(0) 推荐(0)

2010年10月13日

sqlite 支持的数据类型

摘要: 转帖来自:http://libdbi-drivers.sourceforge.net/docs/dbd_sqlite3/x123.htmlTable 4-1. SQL column types supported by the sqlite drivertypedescriptionTINYBLOB, BLOB, MEDIUMBLOB, LONGBLOB, BYTEAString types of unlimited length. Binary data must be safely encoded, see text.CHAR(), VARCHAR(), TINYTEXT, TEXT, M 阅读全文

posted @ 2010-10-13 23:49 Rong-She 阅读(1512) 评论(0) 推荐(0)

导航