上面数据库框输入:(DESCRIPTION =(ADDRESS_LIST =(ADDRESS
= (PROTOCOL = TCP)(HOST = 172.16.8.99)(PORT = 1521)))(CONNECT_DATA
=(SERVICE_NAME = HTFDS)))-----------...
分类:
数据库 时间:
2014-06-06 23:17:58
阅读次数:
284
Cocos2dx
为我们封装了在cocos2dx中http的网络框架,其文件在cocos2dx引擎包的extensions\network文件下的
HttpClient、HttpRequest 、HttpResponse。使用CCHttprequest联网有两种方法get和post。get和post...
分类:
其他好文 时间:
2014-06-06 22:47:16
阅读次数:
310
文件共享:FTP不能在线编辑 -> NFS不能跨平台 --> Samba linux
--NFS -- network file system window --CIFS -- Common Internet File System
网络邻居1991.Andrew Tridgell -- > SMB...
分类:
系统相关 时间:
2014-06-06 15:59:45
阅读次数:
332
**********************网络基本命令**************************IP相关参数:/etc/sysconfig/network-scripts/ifcfg-ethX---ifconfig---ifconfig
查看网络接口信息ifconfig eth0 10....
分类:
其他好文 时间:
2014-06-06 15:44:43
阅读次数:
244
//程序启动时执行 application.onAppStart = function() {
this.myNC= new NetConnection(); this.myNC.onStatus = NC_onStatus;
this.myNC.connect("rtmp://cuplayer.....
分类:
其他好文 时间:
2014-06-06 14:56:20
阅读次数:
222
设置Run-time Settings ,network speed ,use bandwidth为
512;回放脚本没有报错,5个并发运行场景报如下错误:vuser_init.c(12): Error: Socket descriptor not
found.Hint: the problem m...
分类:
其他好文 时间:
2014-06-06 14:49:03
阅读次数:
404
方法是偶然看到的:Android
终端adbd服务需要开启5555号端口来建立于adb的连接,如果未开启5555端口,则不能通过网络调试查看是否可以网络调试: # netstatAndroid
adb 不能通过网络调试的解决方法 有5555端口开放,说明可以进行连接:> adb connect 1....
分类:
移动开发 时间:
2014-06-06 10:08:35
阅读次数:
231
一、直接修改Ubuntu IP系统配置文件Ubuntu
IP的网络配置文件是:/etc/network/interfaces打开后里面可设置DHCP或手动设置静态Static IP。前面auto
eth0,让网卡开机自动挂载,以下操作针对有线网络在Ubuntu中实现两个网卡。 1.以DH...
初学先用appserv或xampp集成安装包,这样可以不必为单独安装apahce/mysql/php而烦恼了。最近我在自己搭建环境时,老是出现mysql扩展装不上。已经在php.ini里打开了extension=php_mysql.dll的扩展了。后来发现核心点是在WINDOWS系统下,需要的PHP...
分类:
数据库 时间:
2014-06-06 08:42:41
阅读次数:
313
一般情况下,我们像下面代码中所示的这样使用非阻塞connect:#include
#include #include #include #include #include #include #include #include #include
#define EPOLL_MAXEVENTS 64in...
分类:
其他好文 时间:
2014-06-04 18:04:11
阅读次数:
314