随笔 - 612, 文章 - 0, 评论 - 31, 阅读 - 74万

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

07 2013 档案

摘要:1. 首先要安装好OFBIZ,参考《OFBIZ安装》。2. 安装ECLIPSE。3. 安装FreeMarker插件,这是OFBIZ的模版引擎。在"Eclipse Marketplace..."搜索"JBoss Tools",点击"Install",然后选择"FreeMarker IDE".4. 关联*.bsh编辑器Windows > Preferences > General > Editors > File Associations:5. 导入OFBIZ项目File > Import 阅读全文

posted @ 2013-07-17 11:43 eastson 阅读(2166) 评论(2) 推荐(1) 编辑

摘要:1. 安装SVN客户端,从Apache OFBiz Source Repository获取OFBIZ下载地址。此处以12.04为例,下载地址为http://svn.apache.org/repos/asf/ofbiz/branches/release12.04/: 2. 安装JDK 1.6,不是JR 阅读全文

posted @ 2013-07-17 09:24 eastson 阅读(1499) 评论(0) 推荐(0) 编辑

摘要:0. OFBIZTutorials1.A Tour of OFBiz2.Entities and Services - Data Models and Business Logic in OFBiz3. Hello World 1 | 2 | 34.OFBiz初学者的开发指南|实体引擎指南5.Apache OFBiz (Open For Business) Wiki6.OFBiz Tutorial - A Beginners Development Guide7.Apache OFBiz Getting Started8.OFBiz Tutorials9.ofbiz权限判断语法整理 阅读全文

posted @ 2013-07-16 16:08 eastson 阅读(304) 评论(0) 推荐(0) 编辑

摘要:OpenERP默认安装输出的PDF中文报表都是一些方块:此问题可以通过oecn_base_fonts模块解决:更多关于oecn_base_fonts的信息请参考:1.OpenERPv7.0 中文报表字体模块(oecn_base_fonts)安装指南2.oecn_base_fonts 使用说明(解决v.7.0,v6.1,V6.0.x的PDF中文字体方框问题,支持CJK语言) 阅读全文

posted @ 2013-07-04 17:07 eastson 阅读(1542) 评论(0) 推荐(0) 编辑

摘要:原文地址:OpenERP 7.0安装与配置#!/bin/bash -e# Modified script from Carlos E. Fonseca Zorrilla # 1. Add the two additional installation sources:rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpmrpm -ivh http://yum.pgrpms.org/9.2/redhat/rhel-6-i386/pgdg-centos92-9.2-6.noarch.rpm# 阅读全文

posted @ 2013-07-04 15:52 eastson 阅读(763) 评论(0) 推荐(0) 编辑

摘要:默认安装的OE7设置菜单只有很少的功能:如果需要更多的OE定制,必须开启“技术特性”选项: 阅读全文

posted @ 2013-07-04 15:17 eastson 阅读(299) 评论(0) 推荐(0) 编辑

摘要:关于PostgreSQL的备份和恢复详细信息请参阅《PostgreSQL中文文档》。备份:#pg_dump --username=postgres v70_demo > v70_demo_20130704.dump恢复:#createdb--username=postgres v70_demo_temp#psql--username=postgres v70_demo_temp < v70_demo_20130704.dump#dropdb--username=postgresv70_demo_temp 阅读全文

posted @ 2013-07-04 09:07 eastson 阅读(224) 评论(0) 推荐(0) 编辑

摘要:镜像列表:http://www.pypi-mirrors.org/清华镜像:http://e.pypi.python.org/ 阅读全文

posted @ 2013-07-02 11:11 eastson 阅读(335) 评论(0) 推荐(0) 编辑

摘要:原文地址:Win7下源码运行OpenERP7.0安装Python2.7下载地址:http://www.python.org/getit/注:OpenERP7.0支持的Python版本最高为2.7下载OpenERP7.0源代码下载地址:http://nightly.openerp.com/7.0/nightly/src/解压缩到特定目录,例如,D:\openerp安装Postgresql下载地址:http://www.postgresql.org/download/windows/安装后,为OpenERP7.0创建一个超级用户,例如,openerp小技巧右键菜单增加文件夹的命令提示符(dos)入 阅读全文

posted @ 2013-07-01 16:55 eastson 阅读(617) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示