git创建本地库,以及对库的基本操作
摘要:git配置用户名邮箱:$ git config --global user.name "cun"$ git config --global user.name "1*********4@163.com" 1、创建git版本库;在新建的文件夹中右键,选择Git Bash; $ git init //创
阅读全文
js点击事件不执行。
摘要:三月 17, 2016 8:17:51 下午 org.apache.catalina.core.StandardWrapperValve invoke严重: Servlet.service() for servlet [dispatcher] in context with path [/hbmon
阅读全文
hibernate的新增和更新问题。
摘要:严重: Servlet.service() for servlet [dispatcher] in context with path [/hbmonitor] threw exception [Request processing failed; nested exception is org.s
阅读全文
java链接Oracle时候,连接失败提示。
摘要:数据库连接失败!java.sql.SQLException: Listener refused the connection with the following error:ORA-12505, TNS:listener does not currently know of SID given i
阅读全文