- 浏览: 43810 次
- 性别:
- 来自: 上海
最新评论
-
on_way_:
useful for me
Log4j教程【转】 -
supone:
AndroidSDK r14 for Win foLinux ...
Android SDK 更新 代理
文章列表
C:\Program Files\KonaKart\custom>bin\kkant -p
Buildfile: build.xml
Main targets:
build Compiles all the custom code and creates all the jars
clean Clears away everything that's created during a build
clean_admin_portlet_war ...
两种方式:(1)在线安装 (2)下载安装
在线安装官方文档很详细了,这里就不说了,这里主要说说下载安装
首先下载Liferay提供的IDE插件:liferay-ide-eclipse-updatesite
我下的是 liferay-ide-eclipse-updatesite-1.3.0.zip
最新的可以查阅:http://sourceforge.net/projects/lportal/files/Liferay%20IDE/
安装过程:
Help --> Install New Software...
Work with: 点Add 添加 Name:L ...
效果:在文件夹上添加DOS通道,以该路径打开DOS
新建 DosHere.reg,加入如下代码:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\DosHere]
@="Dos Here"
[HKEY_CLASSES_ROOT\Folder\shell\DosHere\command]
@="cmd.exe /s /k pushd \"%V\""
保存并运行。
Win7适用,其他系统没有试过。
网上有很多方法是在Dir ...
Liferay连接MySql数据库遇到的问题:
Transaction level 'READ-COMMITTED' in InnoDB is not safe for binlog mode 'STATEMENT'
解决方案如下:
修改my.ini:
#binlog_format=mixed把注释#号去掉,重启mysql
D:\>net stop mysql
mysql 服务正在停止..
mysql 服务已成功停止。
D:\>net start mysql
mysql 服务正在启动 .
mysql 服务已经启动成功。
...
# Example MySQL config file for very large systems.
#
# This is for a large system with memory of 1G-2G where the system runs mainly
# MySQL.
#
# MySQL programs look for option files in a set of
# locations which depend on the deployment platform.
# You can copy this option file to one of t ...
编辑catalina.bat,找到 “rem Guess CATALINA_HOME if not defined”在下一行加上下面的内容:
SET CATALINA_OPTS=-server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000
PS:8000为端口号
在Eclipse中进行如下操作:
Run-->Debug Configurations-->Remote Java Applications
Ne ...