问题描述:HttpServletRequest cannot be resolved to a type。Multiple markers at this line - The import javax.servlet.http cannot be resolved - The import jav ...
分类:
Web程序 时间:
2017-05-04 09:50:57
阅读次数:
208
1 写在前面 上一篇我们了解到spring的事务的体系。这里我们将结合上篇讲spring事务的配置 2 Spring的三种事务配置形式 2.1 使用TransactionProxyFactoryBean 案例分析(上面有三大配置): 事务管理器transactionManager 事务配置的提供者t ...
分类:
编程语言 时间:
2017-05-04 00:03:34
阅读次数:
224
1.字符串的拓展 ES3允许使用类似\u0061这样的形式来表示字符,其中的数字是Unicode-8编码。 但如果超出\uffff的字符,必须使用双字节的形式表达,例如 \uD842\uDFB7。 在ES6中,可以用\u{20BB7}这种形式表示,其中数字是Unicode-16编码。 对于需要Uni ...
分类:
其他好文 时间:
2017-05-03 22:03:00
阅读次数:
193
加这行代码在dependencies统一级别 configurations { all*.exclude group: 'com.android.support', module: 'support-v4' all*.exclude group: 'com.android.support', mod ...
分类:
其他好文 时间:
2017-05-03 20:37:32
阅读次数:
166
1、人机交互常见方式: (1)、GUI:图形化界面 (2)、CLI:命令行方式 2、Java特点: 跨操作系统(实质是不同操作系统内有不同的JVM(java虚拟机)) 3、JRE、JDK区别: JRE:java运行环境 (1)、包括:JVM、核心类库 (2)、够使用,不能开发。能满足使用要求 JDK ...
分类:
其他好文 时间:
2017-05-03 11:35:56
阅读次数:
128
when run the nslookup command in the CMD windows,DNS server cannot display it's host name. such as : server:unkonwn ip address:192.168.1.13 The real c ...
分类:
其他好文 时间:
2017-05-02 23:43:17
阅读次数:
229
import java.util.Scanner; public class zhengze { public static void main(String[] args) { String p="[a-zA-Z]+(?=.*[0-9].*)(?=.*[_].*)\\w{7,10}"; Scann... ...
分类:
其他好文 时间:
2017-05-02 21:04:58
阅读次数:
138
目录 1 问题描述 2 解决方案 1 问题描述 问题描述 小明先把硬币摆成了一个 n 行 m 列的矩阵。 随后,小明对每一个硬币分别进行一次 Q 操作。 对第x行第y列的硬币进行 Q 操作的定义:将所有第 i*x 行,第 j*y 列的硬币进行翻转。 其中i和j为任意使操作可行的正整数,行号和列号都是 ...
分类:
编程语言 时间:
2017-05-02 19:50:53
阅读次数:
216
1、嵌套中断控制器的配置 void NVIC_Configuration() { NVIC_InitTypeDef NVIC_InitStructure; NVIC_PriorityGroupConfig(NVIC_PriorityGroup_1);// NVIC_PriorityGroupConf ...
分类:
其他好文 时间:
2017-05-02 19:45:49
阅读次数:
152
# Other default tuning values # MySQL Server Instance Configuration File # # Generated by the MySQL Server Instance Configuration Wizard # # # Install ...
分类:
其他好文 时间:
2017-05-02 16:49:28
阅读次数:
200