管道读写规则:当没有数据可读时O_NONBLOCK disable:read调用阻塞,即进程暂停执行,一直等到有数据来到为止。O_NONBLOCK enable:read调用返回-1,errno值为EAGAIN。当管道满的时候O_NONBLOCK disable: write调用阻塞,直到有进程读走...
分类:
其他好文 时间:
2015-04-05 01:07:34
阅读次数:
194
linux 上 php 连MSSQL,使用 unixodbc + FreeTDS 安装步骤: 安装unixODBC yum install unixODBC yum install unixODBC-devel 安装 FreeTDS ./configure --with-tdsver=8.0 --prefix=/usr/local/freetds --enable...
分类:
数据库 时间:
2015-04-03 15:42:54
阅读次数:
215
今天学习了android蓝牙方面的基础知识,包含了打开和关闭蓝牙的操作,以及两部手机之间通过蓝牙实现的数据传输。下面看代码:
首先,需要在清单文件里添加蓝牙操作的权限:
打开蓝牙的两种方式:
第一种:Intent intent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
startActivityForResult(in...
分类:
移动开发 时间:
2015-04-03 09:22:38
阅读次数:
582
1.先安装http./configure --prefix=/usr/local/services/httpd-2.2.29 --enable-rewrite --enable-so2.安装mysql./configure \--prefix=/usr/local/services/php-5.3....
分类:
其他好文 时间:
2015-04-03 01:31:51
阅读次数:
129
对于需要开启多桌面,则可以systemsetting,appearence,bahavior,enable
workspace,这样就可以开启多桌面的管理。同时如果需要关闭touchpad,则到system
setting下面,mouse&touchpad下面进行设置。在files里面可以查看相应的属性以及使用情况,同时这里看
到的是windows下..
分类:
其他好文 时间:
2015-04-02 16:46:15
阅读次数:
143
This howto guide shows you’ll how to enable EPEL repository under RHEL/CentOS 6/5 to install additional standard open source packages by using YUM com...
分类:
其他好文 时间:
2015-04-02 09:00:49
阅读次数:
139
问题描述打开EP站点时出现如下Error:Message: An unhandled error has occurred. To view details about this error, enable debugging in the web.config file or view the.....
分类:
其他好文 时间:
2015-04-01 19:15:09
阅读次数:
154
PAM: pluggable authentication modules for linuxhttp://www.linux-pam.org/whatispam.htmlA suite of shared libraries that enable the local system adminis...
分类:
系统相关 时间:
2015-03-31 19:36:50
阅读次数:
153
一,WifiManager 新增: 1 public void setTdlsEnabled (InetAddress remoteIPAddress, boolean enable) 2 3 Enable/Disable TDLS on a specific local route. ...
分类:
移动开发 时间:
2015-03-31 12:37:20
阅读次数:
220
iptables4个表和5个涟iptables显示相关的命令iptables-L-n-x-v查看iptables的status为Firevallisstopped解决:Linux命令行输入step--Firevallconfiguration--enable清除默认的规则iptables-F等价于iptables--flush//清除所有的规则iptables-X等价于iptables--delete-chain//删..
分类:
其他好文 时间:
2015-03-29 07:07:49
阅读次数:
174