002-多线程-锁-同步锁-synchronized几种加锁方式、Java对象头和Monitor、Mutex Lock、JDK1.6对synchronized锁的优化实现 ...
分类:
编程语言 时间:
2019-06-19 20:01:28
阅读次数:
107
df -T 只可以查看已经挂载的分区和文件系统类型。 Filesystem Type 1K-blocks Used Available Use% Mounted on/dev/sda1 ext4 20642428 3698868 15894984 19% /tmpfs tmpfs 32947160 ...
分类:
系统相关 时间:
2019-06-19 15:07:04
阅读次数:
143
性能测试中TPS上不去的几种原因 什么叫TPS: TPS(Transaction Per Second):每秒事务数,指服务器在单位时间内(秒)可以处理的事务数量,一般以request/second为单位。 关于性能测试的其他一些常见术语,可参考之前的博客:性能测试:常见术语浅析 TPS上不去的可能 ...
分类:
其他好文 时间:
2019-06-18 12:10:33
阅读次数:
211
在mybatis+spring整合中,由于版本的问题会报错: java.lang.AbstractMethodError: org.mybatis.spring.transaction.SpringManagedTransaction.getTimeout()Ljava/lang/Integer;a ...
分类:
编程语言 时间:
2019-06-17 17:25:55
阅读次数:
146
使用@Transaction注解 "Spring 事务的传递性介绍" "透彻的掌握 Spring 中@transactional 的使用" ...
分类:
编程语言 时间:
2019-06-17 17:24:09
阅读次数:
100
Install: sudo apt-get install valgrind From: http://www.jianshu.com/p/6f03a0cfe60c 测试C++程序:使用Catch和Valgrind 注:属于底层的一切东西,都会放在Magic C下。 Linux下利用Valgrind ...
分类:
其他好文 时间:
2019-06-17 14:16:08
阅读次数:
111
错误信息:Error: Could not fork child process: There are no available terminals (-1)截图如下: 解决办法: (1)使用cmd命令tasklist,找到git bash的进程 (2)找到红色标记处 (3)执行命令(taskkil ...
分类:
其他好文 时间:
2019-06-16 21:31:00
阅读次数:
168
在Spring中数据库事务是通过PlatformTransactionManager进行管理的,jdbcTemplate是不能支持事务的,而能够支持事务的是org.springframework.transaction.support.TransactionTemplate模板,它是Spring所提 ...
分类:
编程语言 时间:
2019-06-16 10:00:11
阅读次数:
114
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE3 instructions, but these are available on your m... ...
分类:
其他好文 时间:
2019-06-15 20:16:32
阅读次数:
129