1. Greeting message 祝福Hope you have a good trip.祝旅途愉快。How are you?你好吗?How is the project going on?项目进行顺利吗?2. Initiate a meeting 发起会议I suggest we have ...
分类:
其他好文 时间:
2014-06-15 20:40:09
阅读次数:
260
用Wireshark抓包发现包被分割成60byte的小包, 协商的Windows size=256. 可以通过如下命令解决:为了不让TCP/IP协议的自动调谐功能拖累网络传输速度,按照下面的操作将其关闭掉: 开始--运行--cmd回车-在该工作窗口的DOS提示符下,输入字符串命令“netsh int...
分类:
数据库 时间:
2014-06-15 19:51:45
阅读次数:
214
status.html status status ...
分类:
其他好文 时间:
2014-06-15 08:41:16
阅读次数:
188
首先 下载源代码倒入runloop文件夹下的 四个文件即可AsyncSocket *socket=[[AsyncSocketalloc]initWithDelegate:self];NSError *error;[socket connectToHost:honPort:pwithTimeout:-...
分类:
其他好文 时间:
2014-06-15 00:58:09
阅读次数:
172
asio的主要用途还是用于socket编程,本文就以一个tcp的daytimer服务为例简单的演示一下如何实现同步和异步的tcp socket编程。客户端客户端的代码如下:#include#include#includeusingboost::asio::ip::tcp;intmain(intarg...
分类:
其他好文 时间:
2014-06-15 00:29:27
阅读次数:
349
今天将项目部署到Centos 6.3 x64上面的tomcat 7.0.54,访问链接出现了404错误。后来查看了/usr/local/apache-tomcat-7.0.54/logs/catalina.out 文件,出现了Error listenerStart 。org.apache.cat.....
分类:
其他好文 时间:
2014-06-14 23:44:17
阅读次数:
740
1、JBoss介绍JBoss完全实现了J2EE的服务栈:EJB (Enterprise JavaBeans)JMS (Java Message Service)JTS/JTA (Java Transaction Service / Java Transaction API)Servlet and J...
分类:
Web程序 时间:
2014-06-14 21:36:06
阅读次数:
422
原因:在macbook pro retina上安装win7双系统错误:在使用Bootcamp分区的时候出现错误:An error occurred while partitioning the disk解决方法: - 打开Disk Utility (磁盘工具) - 在左侧选择当前使用的硬盘,然后.....
分类:
其他好文 时间:
2014-06-14 20:05:48
阅读次数:
456
android.util.Log常用的方法有以下5个:Log.v() ,Log.d() ,Log.i() ,Log.w(),Log.e()。按照日志级别从高到低为ERROR, WARN, INFO, DEBUG, VERBOSE.至于日志级别本身的含义,相信用过Apache Log4j,Apache...
分类:
移动开发 时间:
2014-06-14 13:24:17
阅读次数:
226
有段时间没打开Android Studio, 今天尝试编译个App却出现如下错误. Error:The SDK Build Tools revision (19.0.3) is too low for project ':app'. Minimum required is 19.1.0 折腾了一下,...
分类:
移动开发 时间:
2014-06-14 08:21:35
阅读次数:
299