数据库和client在不同的机器之上。在安装之前,在安装Oracle数据库的server上导航到以下的文件夹。将listener.ora和tnsnames.ora中的host中的localhost都改为机器的IP地址,我的为192.168.1.102而后開始安装Oracleclient选择定制,能够...
分类:
数据库 时间:
2014-11-09 19:18:30
阅读次数:
214
测试一下 上次的测试很不爽 测试两下 再试一下 这个短路 void client(io_service &ios, deadline_timer &timer, const system::error_code &ec)
{ try{ cout str(100, 0); _sock...
分类:
其他好文 时间:
2014-11-09 12:27:47
阅读次数:
144
1.测试标题测试标题效果2.测试代码测试代码效果void client(io_service &ios, deadline_timer &timer, const system::error_code &ec){ try{ cout str(100, 0); _s...
分类:
其他好文 时间:
2014-11-09 12:26:40
阅读次数:
114
原创文章,转载请注明出处:服务器非业余研究http://blog.csdn.net/erlib 作者Sunface联系邮箱:cto@188.comSSH DaemonErlang/OTP comes shipped with an SSH implementation that can both act as a server and a client. Part of it is a demo...
分类:
系统相关 时间:
2014-11-09 11:21:37
阅读次数:
306
ThenovaclientPython APIUsageFirst create a client instance with your credentials:>>> from novaclient.client import Client>>> nova = Client(VERSION, US...
分类:
编程语言 时间:
2014-11-09 08:38:02
阅读次数:
281
java.lang.ClassCastException:org.apache.xerces.parsers.XML11Configurationcannotbecasttoorg.apache.xerces.xni.parser.XMLParserConfigurationatorg.apache.axis.AxisFault.makeFault(AxisFault.java:101)atorg.apache.axis.client.AxisClient.invoke(AxisClient.java:216..
分类:
编程语言 时间:
2014-11-09 06:28:07
阅读次数:
311
翻译的原文:http://www.elasticsearch.org/guide/en/elasticsearch/client/java-api/current/client.html#node-client
翻译ElasticSearch的javaAPI之Client
本节描述了elasticsearch提供的Java API,所有elasticsearch操作使用client对象执行...
分类:
编程语言 时间:
2014-11-09 01:03:29
阅读次数:
362
不同设备之间传输共享文件吗,可以用打印机,远程兼容windows,它的缺点就是要在同一网段里配置要求windows与linux要关闭防火墙或者做相应配置,并要求在同一网段里试验一w共享,Linux做客户端(试验前要现在windows上新建文件夹share,并共享给读写权限)Linux上安装client客..
分类:
其他好文 时间:
2014-11-08 18:22:38
阅读次数:
342
练习:文件传输的功能
首先教大家一个函数
int ftruncate(int fd,off_t length)
功能:将fd指定的文件大小改为参数length指定大小
注:fd必须是以写入的模式打开。
参数:fd 为已经打开文件的文件描述符
length 为文件指定大小
返回值:成功返回0,失败返回-1.
client 传文件给 s...
分类:
其他好文 时间:
2014-11-08 16:49:47
阅读次数:
155
会话(Session)跟踪是Web程序中经常使用的技术,用来跟踪用户的整个会话。经常使用的会话跟踪技术是Cookie与Session。Cookie通过在client记录信息确定用户身份,Session通过在server端记录信息确定用户身份。本章将系统地讲述Cookie与Session机制,并比較说...
分类:
其他好文 时间:
2014-11-08 16:25:29
阅读次数:
117