摘要:
JavaWeb EL表达式 key为 Map取不到值 因为JSTL会把Integer,Byte,Short,Charactor都转成Long,这样就取不到值。 参见StackOverFlow的回答 EL access a map value by Integer key 解决办法: 当后台传出一个M 阅读全文
摘要:
Exercise 3: Multivariate Linear Regression 预处理数据 Preprocessing the inputs will significantly increase gradient descent’s efficiency Matlab代码 Normal eq 阅读全文
摘要:
01.查询员工表所有数据,并说明使用*的缺点 select * from emp 02.查询职位(JOB)为'PRESIDENT'的员工的工资 select sal from emp where job='PRESIDENT' 03.查询佣金(COMM)为0或为NULL的员工信息 select * 阅读全文
摘要:
如何禁止浏览器缓存,网上搜到的解决方法都测试无效。 基本上全都是 Google了一下,找到了解决方法。 设置response header 的效果就是 返回的时候一定是重新请求页面的。 Using PHP: Using Java Servlet, or Node.js: Using ASP.NET: 阅读全文
摘要:
Ubuntu 14.04风扇不停转,风扇狂转 的解决办法,亲测有效。 原文 http://ubuntuforums.org/showthread.php?t=2218367 楼主说:ubuntu 14.04, fan always on Do you have AMD graphics? · 楼主回 阅读全文