Fight With Me!!!

导航

上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 106 下一页

2016年5月28日 #

Caused by: java.lang.ClassNotFoundException: javax.persistence.EntityListeners

摘要: Answer: This seems to be caused by Hibernate 3.6. It is now dependent on JPA, so it must have a JPA jar in the class path as well. You can find one in 阅读全文

posted @ 2016-05-28 11:58 nickTimer 阅读(435) 评论(0) 推荐(0) 编辑

Error building results for action sayHello in namespace /inteceptor -

摘要: 原因:不知道如何编译此 struts.xml ,解决方法:导入struts-default文件: <package name="test" namespace="/inteceptor" extends="struts-default"> 阅读全文

posted @ 2016-05-28 11:42 nickTimer 阅读(555) 评论(0) 推荐(0) 编辑

linux 失败无连接 检查电缆吗

摘要: 将BOOTPROTO=dhcp改成 BOOTPROTO=static 改成手动获取IP的模式 原因: 虚拟机中的Linux目前是默认设成的自动获取IP设置,但你的网络中没有DHCP服务,所以会显示“正在决定eth0的IP信息。。。失败:无链接。检查电缆吗? 【失败】” 阅读全文

posted @ 2016-05-28 11:41 nickTimer 阅读(1011) 评论(0) 推荐(0) 编辑

2016年5月25日 #

Struts2 - 常用的constant总结

摘要: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" "http://struts.apache 阅读全文

posted @ 2016-05-25 15:40 nickTimer 阅读(195) 评论(0) 推荐(0) 编辑

struts2加入自定义的actionValidatorManager实现类

摘要: <constant name="struts.actionValidatorManager" value="bap"/> 阅读全文

posted @ 2016-05-25 15:36 nickTimer 阅读(261) 评论(0) 推荐(0) 编辑

2016年5月20日 #

eclipse 代码中突然出现特殊字符

摘要: 在写代码的时候,不知道点到了 eclipse 的哪个属性,代码中就出现了一些特殊字符,也不能删除。 请问,在 eclipse 中该怎么设置,才能将这些字符去掉。 如下图所示: 解决方法: 选择Window->Preferences->General->Editors->Text Editors->S 阅读全文

posted @ 2016-05-20 08:32 nickTimer 阅读(910) 评论(0) 推荐(0) 编辑

2016年5月12日 #

vi 整行 多行 复制与粘贴

摘要: vi编辑器中的整行(多行)复制与粘贴就非常必要了。 1、复制 1)单行复制 在命令模式下,将光标移动到将要复制的行处,按“yy”进行复制; 2)多行复制 在命令模式下,将光标移动到将要复制的首行处,按“nyy”复制n行;其中n为1、2、3…… 2、粘贴 在命令模式下,将光标移动到将要粘贴的行处,按“ 阅读全文

posted @ 2016-05-12 16:37 nickTimer 阅读(2554) 评论(0) 推荐(0) 编辑

2016年5月11日 #

oracle删除列

摘要: ALTER TABLE 表名 DROP COLUMN 列名; 阅读全文

posted @ 2016-05-11 08:49 nickTimer 阅读(766) 评论(0) 推荐(0) 编辑

2016年5月10日 #

Ubuntu 出现apt-get: Package has no installation candidate问题

摘要: 今天在安装软件的时候出现了Package has no installation candidate的问题,如: 解决方法如下: # apt-get update # apt-get upgrade # apt-get install <packagename> 这样就可以正常使用apt-get了~ 阅读全文

posted @ 2016-05-10 20:43 nickTimer 阅读(4251) 评论(0) 推荐(0) 编辑

scp

摘要: scp -r root@192.168.62.10:/root/ /home/administrator/Desktop/new/: linux从远程服务器中下载文件 阅读全文

posted @ 2016-05-10 11:12 nickTimer 阅读(208) 评论(0) 推荐(0) 编辑

上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 106 下一页