在任何时候,如果你希望某一个页面称为你空间的主页,你可以非常容易的从 编辑空间细节(Edit Space Details)标签页中进行修改。 希望编辑空间的细节: 你可以修改你空间的主页面,名字和描述。但是你不能修改空间的标识(Space key)。 https://www.cwiki.us/dis ...
分类:
其他好文 时间:
2018-12-06 10:15:32
阅读次数:
183
业务场景 业务场景:首先项目进行分布式拆分之后,按照模块再分为为api层和service层,web层。 其中订单业务的实体类放在com.muses.taoshop.item.entity,而用户相关的实体类放在com.muses.taoshop.user.entity。所以就这样,通过通配符方式去s ...
分类:
其他好文 时间:
2018-12-02 21:11:20
阅读次数:
265
vim pt-fingerprint.txt select name, password from user where id=5;select name, password from user where id=6;select name, password from user where id= ...
分类:
其他好文 时间:
2018-12-01 11:02:40
阅读次数:
208
Learning to Read Chest X-Rays:Recurrent Neural Cascade Model for Automated Image Annotation (CVPR 2016) Goals: -Learn to read chest x-rays from an exi ...
分类:
其他好文 时间:
2018-11-30 22:42:07
阅读次数:
483
25、自动装配 @Profile根据环境注册bean 指定组件在哪个环境的情况下才能被注册到容器中 加了环境标识的,只有这个环境被激活才能注册到组件中 默认是default环境 写在类上,整个配置类的激活的时候才能生效 没有标注环境标识的bean,在任何环境下都是加载的 25.1 实现 运行: 25 ...
分类:
其他好文 时间:
2018-11-30 20:51:30
阅读次数:
122
``` include "mbed.h" include "MCP23017.h" include "WattBob_TextLCD.h" include "TCS3472_I2C.h" include "stdint.h" include "VL6180.h" include "rtos.h" d ...
分类:
其他好文 时间:
2018-11-28 12:24:48
阅读次数:
97
一直无法访问jsp: 由于Spring boot使用的内嵌的tomcat,而内嵌的tamcat是不支持jsp页面的,所有需要导入额外的包才能解决。 ...
分类:
Web程序 时间:
2018-11-27 20:54:26
阅读次数:
197
一、背景 上班的日子总是3点一线,家里,公司和上班的路径,对于一个特别懒得我来说,经常遇到上班路上下雨了,而我却没带伞,多么痛的领悟。最近对python有一种狂热的学习热情,写了4年多的C++代码,对于python我不能说简单,但是他做东西确实太快了,现有的第三方资源真的炒鸡多,用的我也是不亦乐乎。 ...
分类:
微信 时间:
2018-11-27 01:15:20
阅读次数:
377
``` #include "mbed.h" #include "MCP23017.h" #include "WattBob_TextLCD.h" #include "TCS3472_I2C.h" #include "stdint.h" #include "VL6180.h" #include "rt... ...
分类:
其他好文 时间:
2018-11-25 17:43:04
阅读次数:
129
``` #include "mbed.h"
#include "MCP23017.h"
#include "WattBob_TextLCD.h"
#include "TCS3472_I2C.h"
#include "stdint.h"
#include "VL6180.h"
#include "rt... ...
分类:
其他好文 时间:
2018-11-25 14:43:07
阅读次数:
105