忧郁手链

文章
8
资源
0
加入时间
2年10月18天

关于Nginx的使用问题

第一次使用Nginx,创建了一个javaWeb项目A,然后有静态资源B,A跑起来后,配置好Nginx,启动,在A中访问资源B,报404错误。查看Nginx的nginx.conf文件:部分内容如下:server {listen 80;server_name localhost; location /A{ proxy_pass http://127.0....

Mybatis -> 动态SQL之choose、when、otherwise

choose when otherwise:相当于swich,when是case,otherwise是default<select id="setSelect" resultType="Blog"> select * from blog /*where用来去掉可能多出来的and 注释也不能乱写位置,会报错的*/ <where> &