问题: 最近在原有MVC的WEB应用中添加一个REST服务,结果始终报404错误.把 Spring debug 日志打开,发现处理REST请求的Controller已经正确进入 [org.springframework.web.servlet.DispatcherServlet]DispatcherServlet with name /pieces] [org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerM
ValueError at /add/ invalid literal for int() with base 10: ''6'' Request Method: GET Request URL: http://127.0.0.1:8000/add/?a=6&b=%E2%80%986%E2%80%99 Django Version: 1.11 Exception Type: ValueError Exception Value: invalid literal for int() with ba
本着为提高工作效率百度或者google这些代码发现拿过来的都不好用,然后自己写了个,写的一般但记录下以后再优化 <html> <head> <script> $(function(){ /* bieanju原创多条件筛选 */ $('.filter').click(function(){ var name = $(this).attr('data-name'); var value = $(this).attr('value'); var url = window.lo