事务的传播行为(七): PROPAGATION_REQUIRED 如果当前没有事务,就新建一个事务,如果已经存在一个事务中,加入到这个事务中。这是最常见的选择。(有A B 两个在方法C 里面调用了方法A和方法B如果A有异常执行失败, 那么B方法也不会配执行) PROPAGATION_SUPPORTS ...
分类:
编程语言 时间:
2018-09-06 18:15:35
阅读次数:
220
To draw on a buffered image, create a graphics context on the buffered image. If the buffered image supports transparency, (see e661 确定图像中是否有透明像素), pi ...
分类:
其他好文 时间:
2018-09-02 23:49:47
阅读次数:
272
what is openId open id is said to be a protocol which uses url as username, so if a website supports openId, user only needs to input password. you ca ...
分类:
其他好文 时间:
2018-08-31 21:28:59
阅读次数:
168
I have always been using OpenCV’s VideoCapture API to capture images from webcam or USB cameras. OpenCV supports V4L2 and I wanted to use something ot... ...
分类:
系统相关 时间:
2018-08-25 17:26:24
阅读次数:
282
使用tensorflow时,提示 去掉这个提示信息方法为修改~/.bashrc文件,最后加上一句 执行 即可 ...
分类:
其他好文 时间:
2018-08-25 14:34:14
阅读次数:
277
以下为官方文档: Multithreaded Pipeline Overview A multithreaded pipeline is a pipeline with an origin that supports parallel execution, enabling one pipeline ...
分类:
编程语言 时间:
2018-08-22 11:04:56
阅读次数:
237
截至2017年6月20日,Windows 2016 RS1系统为最后一版支持FRS,后续版本将不再包含该功能,详细见https://support.microsoft.com/en-us/help/4025991/windows-server-2016-rs3-no-longer-supports-... ...
分类:
其他好文 时间:
2018-08-17 17:12:58
阅读次数:
323
安装完Tensorflow 后,在Pychram中添加 解释器之后,运行“hello,tensorflow!”测试程序,虽能运行 输出‘ hello,tensorflow! ’, 但是在输出结果之前 会有一行红色字体报错; 参考: 成功解决Your CPU supports instructions ...
分类:
其他好文 时间:
2018-08-12 17:19:39
阅读次数:
225
# service iptables save The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For oth ...
分类:
其他好文 时间:
2018-08-12 11:53:30
阅读次数:
168
出现“Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2”错误,是因为为了最大限度的适应各种CPU,pip默认安装的tensorflow版本没有对AVX指令集进行支持 ...