"devDependencies": { "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.24.1", "gulp": "^3.9.1", "gulp-babel": "^7.0.1" ...
分类:
Web程序 时间:
2019-08-24 17:04:48
阅读次数:
1114
npm WARNajv keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself. 毛主席说:“缺什么,补什么。” 缺了一个依赖,装上 ...
分类:
其他好文 时间:
2019-08-24 13:23:26
阅读次数:
106
Vue-router 进阶 Vue-router 进阶 Vue-router 进阶 路由 元信息 在定义路由的时候,可以定义 meta 字段 children: [ { path: 'bar', component: Bar, // a meta field 元信息 meta: { requires ...
分类:
其他好文 时间:
2019-08-22 01:13:08
阅读次数:
76
jdbc 是线程安全的,但是,推荐一个线程用一个链接 JDBC is thread safe: It is quite OK to pass the various JDBC objects between threads. For example, you can create the conne ...
分类:
数据库 时间:
2019-08-11 12:40:10
阅读次数:
224
启动事务 @EnableTransactionManagement 注解来启用事务能力。 参数解释 proxyTargetClass:默认为false,表示使用 JDK 的代理模式,true表示用 CGLib 的代理模式,仅在 mode 是 PROXY 时才有效。 mode:默认为PROXY,表示使 ...
分类:
编程语言 时间:
2019-08-10 13:50:32
阅读次数:
107
php 安装 yii 报错: phpunit/phpunit 4.8.32 requires ext-dom * ...
分类:
Web程序 时间:
2019-08-03 21:41:57
阅读次数:
205
解决方法第一步: 安装 babel-polyfill 。 babel-polyfill可以模拟ES6使用的环境,可以使用ES6的所有新方法 npm install --save babel-polyfill 第二步:在webpack.base.conf.js文件中修改: 替换 ...
分类:
其他好文 时间:
2019-08-02 10:58:03
阅读次数:
91
保持事务一致性 首先我们的spring配置文件的配置如上图,除了指定方法外其他都是受事务控制,在某个aop切面配置路径下,如果方法有异常 则进行回滚,并且还是方法内涉及到增删改的回滚; 关于事务的使用: 为了保证整体方法的事务一致性,方法内如果有多处对数据进行增删改,那么最好提取成一个service ...
分类:
编程语言 时间:
2019-07-27 12:38:17
阅读次数:
130
1、下载 oracle java11.rpm es7.2.rpm kibana.rpm 下载个: https://github.com/lmenezes/cerebro 后面配置要简单的多 chrome 下载个 header插件, 2、准备环境 #追加 /etc/security/limits.co ...
分类:
其他好文 时间:
2019-07-26 12:01:31
阅读次数:
249
A crime has been comitted: a load of grain has been taken from the barn by one of FJ's cows. FJ is trying to determine which of his C (1 <= C <= 100) ...
分类:
其他好文 时间:
2019-07-23 16:58:45
阅读次数:
132