先安装nginx的yum源http://nginx.org/en/linux_packages.html#stable找到链接,安装:rpm -ivh http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el...
分类:
其他好文 时间:
2014-06-24 09:20:04
阅读次数:
168
有喜欢尝鲜的网友开始玩8.0了,可是版本还没发布,社区的很多特别好的模块还没有升级到8,所以经常碰到模块无法安装的问题。No module name osv网友提出将模块的 from osv import osv,fields 改为 from openerp.osv import osv,field...
分类:
其他好文 时间:
2014-06-24 09:10:20
阅读次数:
194
就是用NTP了,通过外部的服务同步时间. ntpdate us.pool.ntp.org | logger -t NTP 如果没有ntpdate ,可以使用 yum install ntpdate 进行安装。 当然最好放在crontab里面,各一段时间同步一次就OK. crontab -e * * ...
分类:
其他好文 时间:
2014-06-23 08:28:55
阅读次数:
444
【教程主题】:编译安装LAMP之安装Apache+php与管理【课程录制】:创E【主要内容】【1】编译安装Apache+PHP1.安装程序依赖库和开发环境为了省事把所需要的库文件全都安装上,可以使用rpm包安装,也可以用yum命令安装,yum-yinstallgccgcc-c++autoconfau...
分类:
Web程序 时间:
2014-06-23 07:24:29
阅读次数:
327
【教程主题】:yum安装LAMP环境与管理【1】什么是LAMP目前世界最流行的企业建站方式是LAMP(Linux+Apache+MySQL+PHP),即使用Linux作为操作系统,Apache作为Web服务器,MySQL作为数据库,PHP作为服务器端脚本解释器。这四个软件都是遵循GPL的开放源码软件...
分类:
其他好文 时间:
2014-06-23 07:21:56
阅读次数:
261
【教程主题】:Nginx+php【课程录制】:创E【主要内容】【1】编译PHP初始环境:为了省事把所需要的库文件全都安装上,可以使用rpm包安装,也可以用yum命令安装,yum-yinstallgccgcc-c++autoconflibjpeglibjpeg-devellibpnglibpng-de...
分类:
Web程序 时间:
2014-06-23 07:05:28
阅读次数:
343
public class ConvertHelper where T : new() { private static string module = "ConvertHelper.cs"; public static ObservableCollection Co...
分类:
其他好文 时间:
2014-06-23 06:51:54
阅读次数:
318
有时候需要在Web入口地址中隐藏非80端口,而最常见的方案是整合httpd和tomcat ,下面是通过mod_jk实现httpd和tomcat整合的详细流程,希望对大家有所帮助。 OS: CentOS5.7X64主要步骤: 1. 安装JDK 略 2. 安装httpd yum install htt....
分类:
其他好文 时间:
2014-06-23 06:20:38
阅读次数:
176
http://skywalkersoftwaredevelopment.net/blog/writing-an-orchard-webshop-module-from-scratch-part-8定义内容类型 Customer 1.创建CustomerPartRecord 2.创建Custome.....
分类:
其他好文 时间:
2014-06-21 15:42:22
阅读次数:
247
自用备份: 1 [rhel-packages] 2 name=packages 3 baseurl=http://172.26.1.84:8080/ 4 enabled=1 5 gpgcheck=0 6 7 [rhel-server] 8 name=server 9 baseurl=http://....
分类:
其他好文 时间:
2014-06-21 15:38:20
阅读次数:
233