首先建立接收方socket服务端package com.haier.socket.server;import java.io.BufferedReader;import java.io.InputStreamReader;import java.net.Socket;import org.apach...
分类:
编程语言 时间:
2015-05-21 12:39:14
阅读次数:
142
java-websocket的搭建非常之容易,没用框架的童鞋可以在这里下载撸主亲自调教好的java-websocket程序:Apach Tomcat 8.0.3+MyEclipse+maven+JDK1.7:http://download.csdn.net/detail/up19910522/771...
分类:
编程语言 时间:
2015-05-20 12:46:23
阅读次数:
557
1. Apache配置系统从整体来看apache的配置系统包括三个部分:(1) 配置文件:比如 httpd.conf .htaccess(2) 配置指令:在配置文件 httpd.conf .htaccess 里面的任意一行都是一个配置指令(3) 配置信息的保存和读取:配置信息配置完成后会在Apach...
分类:
Web程序 时间:
2015-05-18 18:13:13
阅读次数:
142
Apache2安装下载安装apache2:$ sudo apt-get install apache2配置apache2$ sudo vi /etc/apache2/httpd.conf启动apache2sudo /etc/init.d/apache2 start 如上面截图出现了错误,“apach...
分类:
其他好文 时间:
2015-05-18 12:47:24
阅读次数:
164
1、错误描述
org.apache.batik.transcoder.TranscoderException: null
Enclosed Exception:
Attribute name "aphmodel" associated with an element type "mxg" must be followed by the ' = ' character.
at org.apach...
分类:
其他好文 时间:
2015-05-15 22:52:26
阅读次数:
587
visual studio 2015 rc,apach cordova apps
分类:
其他好文 时间:
2015-05-12 22:35:09
阅读次数:
129
2015/04/21发布Cordova 5.0.0!1)插件从Cordova plugins registry(CPR)全部移到npm,并且重新命名 ***org.apache.cordova.* → cordova-plugin-* 旧)$ cordova plugin add org.apach...
分类:
其他好文 时间:
2015-05-10 22:21:44
阅读次数:
160
在电脑里装了VMware后,再要装xampp,十有八九就会出现这个问题:11:23:37 [Apache] Problem detected!11:23:37 [Apache] Port 443 in use by “vmware-hostd.exe”!11:23:37 [Apache] Apach...
分类:
Web程序 时间:
2015-05-10 18:54:51
阅读次数:
176
适用环境: 64位Linux 下载地址(18MB): http://pan.baidu.com/s/1ntsrU8x md5sum php-7.0.0-dev-20150502.tar.xz 5a4897aedc5ccf02da1f0340ac6013cb PHP版本是7.0.0开发版,2015年5月2日从Github下载的代码. https...
分类:
Web程序 时间:
2015-05-06 23:10:20
阅读次数:
533
[size=medium]Tomcat配置远程调试端口1.Linxu系统: apach/bin/startup.sh开始处中增加如下内容:Java代码declare-xCATALINA_OPTS="-server-Xdebug-Xnoagent-Djava.compiler=NONE-Xrunjdw...
分类:
其他好文 时间:
2015-05-06 19:41:28
阅读次数:
124