摘要:
cd /usr/local/src //进入src目录 wget http://download.redis.io/releases/redis-4.0.1.tar.gz //下载到src tar zxvf redis-4.0.1.tar.gz //解压 cd redis-4.0.1 make && 阅读全文
摘要:
一、导航 以guns的通知管理为例 l 通知管理的请求地址是localhost:8080/notice l 程序收到这样的请求就去找地址为notice的Controller l 通知控制器收到这个请求时因为下一级地址为空,所以执行这个函数 l 通过这个函数找到这个网页 二、网页中的表格获得数据 l 阅读全文
摘要:
原查询 select sum(case when age16 and age25 and age35 and age45 and age55 and age65 and age75 then 1 else 0 end ) age8, count(id) other from snap_face 经检 阅读全文
摘要:
permissions is only granted to system apps androidstudio中: File Setting Editor Inspections, Android Lint Correctness 下的 Using system app permission , 阅读全文