码迷,mamicode.com
首页 >  
搜索关键字:ann    ( 3876个结果
MySQL5.6到5.7版本升级采用IN-PLACE的升级方式需要具体关注的地方
一.SQL变更GET_LOCK()函数行为MySQL 5.7.5之前GET_LOCK()在执行第二次的额时候会释放前面获得的锁,在此版本以后支持同时获得多个锁,如:mysql> select version();+ +| version() |+ +| 5.6.33-log |+ +1 row in ...
分类:数据库   时间:2018-01-25 18:52:40    阅读次数:248
python2安装Flask-MySQLdb出现 fatal error C1083: Cannot open include file: 'mysql.h': No su ch file or directory
错误具体内容如下: _mysql.c(29) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory error: command 'C:\\Users\\Administrator\\A ...
分类:数据库   时间:2018-01-25 18:18:29    阅读次数:1563
spring aop
1 aop 术语 (1)连接点 连接点就是考虑什么地方嵌入一个方法,比如说我现在有一个class A,A有一个方法叫login(),还有一个class B,B有一个方法叫record(),如果我们想要在A.login()方法执行前要先执行B.record()方法,那么我们直接给B.record()方 ...
分类:编程语言   时间:2018-01-25 14:16:57    阅读次数:169
织梦autoindex应用 dedecms循环中判断第几条数据
arclist 标签下使用 [field:global.autoindex/] 默认从1开始 {dede:arclist row='10' titlelen='48' typeid='1' channelid='1'} 从1开始:[field:global runphp='yes' name=aut ...
分类:其他好文   时间:2018-01-25 13:09:26    阅读次数:203
四则运算一
验证截图: ...
分类:其他好文   时间:2018-01-25 11:00:13    阅读次数:173
java枚举介绍
枚举类型 :枚举常量的一组集合,包含者一些操作方法,枚举类是不可变的,通常用作单实例操作。 包含的方法 自带静态方法 values() 返回枚举类中枚举常量数组 (按枚举常量声明的顺序返回) toString()方法 返回枚举常量名称。 静态方法valueOf(String name) 返回指定名称 ...
分类:编程语言   时间:2018-01-24 22:11:00    阅读次数:227
springboot: 使web项目支持jsp
1.springboot为什么不推荐使用jsp? 参考地址:https://spring.io/blog/2012/10/30/spring-mvc-from-jsp-and-tiles-to-thymeleaf 2.使用freemark模板引擎有何优势 参考地址:http://blog.csdn. ...
分类:编程语言   时间:2018-01-24 20:03:47    阅读次数:185
[POJ 2369]Permutations
Description We remind that the permutation of some final set is a one-to-one mapping of the set onto itself. Less formally, that is a way to reorder e ...
分类:其他好文   时间:2018-01-23 23:18:34    阅读次数:236
Appendix A Unicode
Appendix A Unicode // 附录A 统一字符编码标准 (unicode /?ju?n??k??d/ n.a character set for all languages 统一字符编码标准. ) Computers use numbers. They store characters ...
分类:移动开发   时间:2018-01-23 23:14:31    阅读次数:240
spring
配置注解映射器和注解适配器激活基于注解的配置 @RequestMapping, @ExceptionHandler,数据绑定 ,@NumberFormat ,@DateTimeFormat ,@Controller ,@Valid ,@RequestBody ,@ResponseBody等<mvc: ...
分类:编程语言   时间:2018-01-23 20:41:12    阅读次数:145
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!