码迷,mamicode.com
首页 >  
搜索关键字:art    ( 45817个结果
详解C#中Socket通信(一):实现连接
第一步:实现连接客户端连接代码:private void connect2Server(){Socket clientSocket;//服务器地址IPAddress ip = IPAddress.Parse("192.168.1.136");//服务器节点 IPEndPoint iep = new ...
分类:其他好文   时间:2014-08-06 17:43:21    阅读次数:176
How to install SharePoint 2013 on Windows Server 2012 R2
[Update 26.02.2014] Many thanks to everybody commented on this post. As Falk already mentioned in the comments, a Service Pack for SharePoint 2013 has...
分类:Windows程序   时间:2014-08-06 17:41:31    阅读次数:294
mplayer 在线播放错误
CPU: ARMPlaying rtsp://admin:12345@192.168.1.198/mpeg4/main/ch01/av_stream.Connecting to server 192.168.1.198[192.168.1.198]: 554...librtsp: server re...
分类:其他好文   时间:2014-08-06 17:37:51    阅读次数:399
更新XML的Attribute(属性)
有一个XML文档,一个属性"pk"错了,正确是2。我们怎样把它更改正确?原XML文档如下: 直接工序 间接工序1 间接工序2 间接工序3 间接工序4 下面Insus.NET使用asp.net程序来更新它,先引用几个namespace...
分类:其他好文   时间:2014-08-06 17:35:21    阅读次数:411
HDU 4691
卡了两天的题,今天终于想明白到底是哪里出了问题了。原来只是因为 j+(1#include #include #include #include using namespace std;const int maxn = 100010;#define max(a,b) (a > b ? a : b)#d...
分类:其他好文   时间:2014-08-06 17:35:11    阅读次数:218
fopen 參数具体解释
fopen fopen(打开文件) 相关函数 open,fclose 表头文件 #include 定义函数 FILE * fopen(const char * path,const char * mode); 函数说明 參数path字符串包括欲打开的文件路径及文件名称,參数mode...
分类:其他好文   时间:2014-08-06 17:34:21    阅读次数:240
项目记录 -- config2html 理解
html 代码: 1 2 3 pool: {{ d['pool']}} 4 5 state: {{ d['state']}} 6 errors: {{ d['errors'] }} 7 scan: {{ ''.join(d['sca...
分类:Web程序   时间:2014-08-06 17:33:51    阅读次数:246
JS-DOM:基础实操---固定区域的scrollLeft滚动
的撒发实得分撒的发生的飞实得分撒的发生的飞实得分撒的发生的飞实得分撒的发生的飞谁的发生的发生的水电费的撒发实得分撒的发生的飞实得分撒的发生的飞实得分撒的发生的飞实得分撒的发生的飞谁的发生的发生的水电费的撒发实得分撒的发生的飞实得分撒的发生的飞实得分撒的发生的飞实得分撒的发生的飞谁的发生的发生的水电....
分类:Web程序   时间:2014-08-06 17:32:21    阅读次数:200
“The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit” 的我之解決办法 (转)
“The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit” 的我之解決辦法 - 兔子吃南瓜 - 博客频道 - CSDN.NET http://...
分类:Web程序   时间:2014-08-06 17:32:11    阅读次数:479
linux下配置php Apache mysql
一 Apache部分http://www.cnblogs.com/bluewelkin/p/3805107.html里面是纠正了原文的一些小错误,即可正常安装1、su 命令2、安装apr-1.3.5.tar.gz# tar zxvf apr-1.3.5.tar.gz# cd apr-1.3.5# ....
分类:数据库   时间:2014-08-06 17:31:11    阅读次数:324
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!