02 2016 档案
摘要:错误提示: org.springframework.web.servlet.DispatcherServlet noHandlerFound警告: No mapping found for HTTP request with URI [/spring/test] in DispatcherServl
阅读全文
摘要:问题描述:在xml文件中导入properties文件 问题代码:<import resource="classpath:*/spring-db/test.properties" /> 错误提示: 改正后的代码:<context:property-placeholder file-encoding="
阅读全文
摘要:看过网上太多的例子,照着步骤,可以实现简单的发消息,接收消息。一般是没有设定任何条件,如果想设置自己的消息通道,还是要设置一些东西! http://localhost:15672是rabbitmq的服务器图形化界面,首先用guest账号登录进去 切换到Admin大tab,然后add user,填写自
阅读全文
摘要:mysql常用的数据类型 数值类型、字符串类型、日期和时间类型、二进制类型(不常用)、空间数据类型(不常用) 一、数值类型(默认为有符号)9种 tinyint, samllint, mediumint, int, bigint,bit float, double, decimal tinyint:
阅读全文
摘要:一、DDL(data definition language) 数据定义语言 ,定义不同的数据段,数据库,表,列,索引等数据库对象。create,drop,alter 二、DML(data manipulate language) 数据操纵语言,用于添加,删除,更新,查询数据库记录,并检查数据的完整
阅读全文
摘要:explain 解释:mysql关键字之一,用于解释某条sql的执行效率 用法:explain select id,name from table where id=1; 基本属性:id,select_type , table , type , possible_keys , key , key_l
阅读全文

浙公网安备 33010602011771号