上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 40 下一页
摘要: 步骤一:首先先创建一个project,上次我说过了创建一个project就是一个工作空间,在这里就是创建一个maven的工作空间 步骤二:你要选择maven然后按照下面图片 的指示操作就可以了 》最后点击next按钮 步骤三:如图: 步骤四:这里如何设置自己的maven的本地仓库的位置,是通过修改s 阅读全文
posted @ 2018-10-30 22:13 ldp.im 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 在eclipse中配置了Web容器Tomcat。原本开心的新建jsp页面,添加一个简单的Java类。可是,JSP页面顶端出现“红色”的报错信息:The superclass "javax.servlet.http.HttpServlet" was not found on the Java Buil 阅读全文
posted @ 2018-10-30 12:42 ldp.im 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 权限问题,授权给 root 所有sql 权限 在Navicat for MySQL中按F6进入命令列界面 mysql> grant all privileges on *.* to root@"%" identified by "."; mysql> flush privileges; 阅读全文
posted @ 2018-10-30 12:03 ldp.im 阅读(1419) 评论(0) 推荐(0) 编辑
摘要: org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is java.sql.SQLExce 阅读全文
posted @ 2018-10-30 11:59 ldp.im 阅读(376) 评论(0) 推荐(0) 编辑
摘要: url="jdbc:mysql://192.169.1.201:3306/raker?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull" xml中&必须写成& url="jdbc:mysql: 阅读全文
posted @ 2018-10-30 10:04 ldp.im 阅读(1040) 评论(0) 推荐(1) 编辑
摘要: 小程序navigateTo和tabBar不能同时指向一个路径 wx.navigateTo和wx.redirectTo不允许跳转到tabBar页面,只能用wx.switchTab跳转到tabBar页面。如果不用button的点击事件进行跳转,可以用 navigator 标签加上 open-type=" 阅读全文
posted @ 2018-10-29 11:31 ldp.im 阅读(191) 评论(0) 推荐(0) 编辑
摘要: Let's start the built-in web server: ./bin/console server:run ./bin/console server:run Surprise! There are no commands defined in the "server" namespa 阅读全文
posted @ 2018-10-23 23:44 ldp.im 阅读(657) 评论(0) 推荐(0) 编辑
摘要: 代码 https://github.com/liudianpeng/BlogMVC-Symfony4 在 .env 文件可以调整一下数据库连接信息 ###> doctrine/doctrine-bundle ### DB_URL=mysql://root@127.0.0.1:3306/symfony 阅读全文
posted @ 2018-10-23 23:03 ldp.im 阅读(163) 评论(0) 推荐(0) 编辑
摘要: Git – fatal: Unable to create ‘/.git/index.lock’: File exists. fatal: Unable to create ‘/path/my_proj/.git/index.lock’: File exists. If no other git p 阅读全文
posted @ 2018-10-18 14:56 ldp.im 阅读(243) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 40 下一页