随笔分类 -  开源

摘要:由“ can i get a char* , please?"看起:Just barely. OO.o has at least six string wrappers, although the C implementations are of little interest:rtl_String... 阅读全文
posted @ 2014-06-11 16:49 MayFirst 阅读(460) 评论(0) 推荐(0)
摘要:整个编译,在instsetoo_native/模块下: build -a -P4 --html完成后,最后编译instsetoo_native模块进行打包:build成功打包后,在instsetoo_native/outputdir/OpenOffice/native/install/zh-CN/下是中文安装程序,创建它的快捷方式,属性,添加/a 可以以一种不写注册表的方式安装(这样你可以同台机器安装多个版本)安装后的目录为office/你想调试哪个 模块,就进入到那个模块下,编译debug版本的动态库,去替换安装目录下相同名字的文件。进入sw模块:mv outputdir outputdir 阅读全文
posted @ 2012-09-07 09:46 MayFirst 阅读(482) 评论(0) 推荐(0)
摘要:原文http://www.williamlong.info/archives/2306.html就开源本身而言,它就是个成功案例。它不仅受个人喜欢,而且众多知名企业也青睐于它。虽然开源计划和开源产品数不胜数,但哪一个才是最成功的呢?这里所说的“成功”的定义是:应用广泛+众所周知。而在众多成功的开源产品中,只有少数领头羊,而其他产品基本只能望其项背。 Linux 上榜理由:Linux + GNU = GNU/Linux 。从Linus Torvalds在1991年宣布他在Minix基础上创建一新OS内核到现在已经接近20年了。在这段时间内,大部分网络服务器都是Linux系统。 BSD 上... 阅读全文
posted @ 2012-03-19 15:00 MayFirst 阅读(296) 评论(0) 推荐(0)
摘要:You can use some of the most popular package managers and software installation tools to install OpenOffice.org for each platform (Solaris PKG, Linux RPM and DEB, Mac OS X DMG, and Windows MSI). This includes the command line interface to deploy OpenOffice.org through the network. 阅读全文
posted @ 2011-06-16 10:46 MayFirst 阅读(263) 评论(0) 推荐(0)
摘要://-----------------------------------------------------------------------// 定义: 服务名,实现名//-----------------------------------------------------------------------#define COMP_SERVICE_NAME "com.sun.star.system.SimpleSystemMail" #define COMP_IMPL_NAME "com.sun.star.system.SimpleSystemMail 阅读全文
posted @ 2011-04-02 14:19 MayFirst 阅读(366) 评论(0) 推荐(0)
摘要:typedef struct XML_ParserStruct *XML_Parser;struct XML_ParserStruct { /* The first member must be userData so that the XML_GetUserData macro works. */ void *m_userData; void *m_handlerArg; char *m_buffer; const XML_Memory_Handling_Suite m_mem; /* first character to be parsed */ const char *m_bufferP 阅读全文
posted @ 2011-02-17 14:14 MayFirst 阅读(376) 评论(0) 推荐(0)