-
Latke, Hello World!
2013-07-18 17:06@88250 smartupload 的 init 方法需要用到呢~后来我换了 org.apache.commons.fileupload 做上传了。
另外想请问一下,我没看明白 url 的一个跳转方式。例如,/admin-index.do#article/article 是如何截取跳转的呢?AdminConsole 估计是 redirect 之后的吧?求指导,嘻嘻! -
Latke, Hello World!
2013-07-17 15:46@88250 果然,低级错误,明白了,谢谢!
另外在 lakte 中,如何获取 javax.servlet.GenericServlet.getServletConfig()呢?
我需要调用 smartupload 的 init 方法?
求指导我如何通过 HTTPRequestContext 来获取呢? -
Latke, Hello World!
2013-07-16 18:012、而当我在后台 admin-article.ftl 的模板上提交到上述地址时,发生了错误
org.b3log.latke.servlet.RequestProcessors invoke
警告: Can not find process method for request[requestURI=/blog/console/pic/uploa
d, method=POST]新手上路,求大湿指点指点,问题所在!
-
Latke, Hello World!
2013-07-16 18:00观摩了一下这份文档,能否结合 b3log-solo 来展示一下他的使用方式?
1、我在后台添加了一个 PicConsole.java ,例如 localhost:8080/blog/console/pic/upload,通过 url 直接访问,可以进入我创建的 PicConsole 的程序中。 -
有使用百度云 BAE 么?新手求赐教!
2013-06-26 16:11@88250 似乎我 jar -cvf 的那个包有点问题,我沿用原来的那个 war,然后把修改的配置文件扔到里面去,发现解决偶尔连接不上数据库的问题!
-
有使用百度云 BAE 么?新手求赐教!
2013-06-26 14:17@88250 对,我下载了这个 war 包,然后修改了两个配置文件 local.properties 和 latke.properties 配置文件为我自己的 bae 环境,然后重新打包上传!
然后现在在使用的过程中,经常会偶尔能连上数据库,经常就抛上面的 exception! -
有使用百度云 BAE 么?新手求赐教!
2013-06-26 10:17@88250 Gets connection error
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure -
有使用百度云 BAE 么?新手求赐教!
2013-06-26 10:16@88250 日志 Communications link failure
The last packet successfully received from the server was 96 milliseconds ago. The last packet sent successfully to the server was 96 milliseconds ago. -
有使用百度云 BAE 么?新手求赐教!
2013-06-26 10:13@88250 使用的版本是下载下来 0.6.0,已经打好包的 war
类似的日志如下,貌似是数据库 mysql 响应不过来所导致的吧?是否需要将 jdbc.URL=jdbc: 的域名修改为 ip?