码迷,mamicode.com
首页 >  
搜索关键字:through    ( 1907个结果
TimesTen 应用层数据库缓存学习:5. 异步读写缓存
eleAsynchronous Write Through(AWT) cache group, 即TimesTen的异步写缓存。数据只允许在TimesTen中修改,然后同步到Oracle。当然,TimesTen中的数据最初是从Oracle加载而来。 对于熟悉存储的人来说,cache 分为write-through和write back。而TimesTen的AWT对应的就是存储的write-back...
分类:数据库   时间:2016-04-15 12:23:33    阅读次数:409
mysql
http://www.jianshu.com/p/b401ad6ba1a7 Can't connect to local MySQL server through socket 问题解决 1、先查看 /etc/rc.d/init.d/mysqld status 看看mysql服务是否已经启动.另外看 ...
分类:数据库   时间:2016-04-09 00:23:43    阅读次数:167
Mysql (一)Mysql 在Linux系统安装
1、在linux系统下安装mysql culter 2、解决Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) 3、解决telnet 连接mysql,出现乱码加h_mysql_native_passowrd的问题...
分类:数据库   时间:2016-04-08 13:17:20    阅读次数:260
zmqsend for FFmpeg
编译 FFmpeg 时,配置中添加 --enable-libzmq 就可以通过 tcp 通讯给 FFmpeg 发送命令 Usage: zmqsend [-h ip:port] TARGET COMMAND ARG Receive commands sent through a libzmq clie ...
分类:其他好文   时间:2016-04-03 14:24:25    阅读次数:291
CentOS下挂载U盘
插入U盘提示: [sdb] No Caching mode page present [sdb] Assuming drive cache: write through 再用fdisk -l 来查看U盘的情况(事实上这部没什么用。仅仅是看看) 以下是操作(仅仅需两步): 1.去到dev文件夹下,查看 ...
分类:其他好文   时间:2016-03-30 09:55:26    阅读次数:165
【转】Configuring VM Acceleration on Linux
Configuring VM Acceleration on Linux Linux-based systems support virtual machine acceleration through the KVM software package. Follow instructions fo ...
分类:系统相关   时间:2016-03-26 23:30:14    阅读次数:296
How To Make A DFF Read Only Through Form Personalisations? (文档 ID 1289789.1)
In this Document Goal Solution References APPLIES TO: Oracle Application Object Library - Version 12.0.4 to 12.2 [Release 12 to 12.2]Oracle Human Reso... ...
分类:其他好文   时间:2016-03-24 12:47:38    阅读次数:201
centos通过yum安装mariadb(mysql)无法启动服务或者找不到mysql.sock
今天在某云主机(centos7)安装(yum install方式)mariadb(即开源mysql)后,无法启动mariadb,其实是安装不完整,当然启动不了,更不用说输入"mysql -u root"提示Can't connect to local MySQL server through soc
分类:数据库   时间:2016-03-23 06:13:02    阅读次数:280
[Angular 2] Passing data to components with @Input
@Input allows you to pass data into your controller and templates through html and defining custom properties. This allows you to easily reuse compone
分类:其他好文   时间:2016-03-21 18:15:05    阅读次数:148
How to create vlan on Linux (with Cisco Catalyst Switch)
In this article I want to share to you on how to create and configure vlan on Linux through Cisco Catalyst Switch. Requirements: 1. Linux installed on
分类:系统相关   时间:2016-03-21 16:31:30    阅读次数:289
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!