atitit.设计文档---操作日志的实现
日志查询 1
----mybatis 配置... 1
添加日志 1
日志查询
操作日志','${ctx }/ati/operLog_list')">操作日志
C:\workspace\vodx\src\struts.xml
package nam...
分类:
其他好文 时间:
2015-03-13 14:26:39
阅读次数:
174
设置工作空间的项目编码, 防止出现乱码 Window - Preferences - General - Workspace 将"Text file encoding"选为"Other" - "UTF-8" 改变现有项目的编码的步骤: 右击项目属性, 选择"Text file encoding...
分类:
系统相关 时间:
2015-03-13 13:59:02
阅读次数:
155
在github下需先 New repository下载:进入程序工程目录下如 cd f:cd ./Program\ Files/eclipse/workspace/IMoocMusic/git clone https://github.com/liusp86/IMoocMusic提交代码第一次提交过...
分类:
其他好文 时间:
2015-03-12 00:44:55
阅读次数:
137
eclipse老是卡在Refreshing workspace最近老是遇到eclipse没有响应,参考网络上的相关帖子做了些优化,但问题依旧。后来发现出现这个问题一般都是eclipse无响应,直接结束进程后导致的,看了下eclipse日志,果真如此。!SESSION 2013-10-10 15:55...
分类:
系统相关 时间:
2015-03-11 16:44:09
阅读次数:
293
将Workspace的编码改为UTF-8即可,详见下图:...
分类:
其他好文 时间:
2015-03-10 17:16:02
阅读次数:
155
root@debian:~/Workspace# awk ' { if(match($7,"/*\.php*")) { if(index($7,"?")) { print substr($7,0,index($7,"?")) } else { print $7; } } } ' access.log...
分类:
Web程序 时间:
2015-03-10 16:59:17
阅读次数:
130
跟随世界潮流,第一个Java程序输出“Hell World!”。通过Eclipse运行程序启动Eclipse,在菜单中选择“文件 --> 新建 --> Java项目”,弹出对话框: 图1 新建项目填入项目名称,点击“完成”,创建项目成功,可以看到在E:\java\workspace 目录下多出了一....
分类:
编程语言 时间:
2015-03-09 01:40:41
阅读次数:
172
在使用Team Foundation Server (TFS)的过程中,由于用户重装或切换了计算机,再次连接到TFS服务器的过程中可能会碰到错误提示“出错: 工作区 ComputerName;TFSUser 已存在于计算机 computer上。”,在这种情况下,用户可以使用tf workspace命...
分类:
Web程序 时间:
2015-03-09 00:18:32
阅读次数:
2874
首先,要统一MyEclipse的字符编码,步骤如下:1、进入Window--Preferences--General--Workspace,Text file encoding 选项中默认的Default(GBK)选项更改为Other,并将值设为utf-8;2、进入Window--Preferenc...
分类:
数据库 时间:
2015-03-08 19:57:15
阅读次数:
182
今天在对一个表生成映射文件的时候,都出现“generating artifacts"的问题,查看workspace\.metadata\.log,会发现错误原因:
org.hibernate.exception.GenericJDBCException: Getting database metadata
at org.hibernate.exception.SQLStateConver...
分类:
其他好文 时间:
2015-03-08 17:18:50
阅读次数:
140