码迷,mamicode.com
首页 >  
搜索关键字:the ntp socket is in use    ( 45639个结果
Heroku installation
It is the first time that I use heroku. But I encountered some problems installing it. Luckily, I resolved the problem.(In windows 8)Step 1: Sign up.....
分类:其他好文   时间:2014-05-01 12:32:50    阅读次数:317
net.sf.json.JSONException: 'object' is an array. Use JSONArray instead
list集合转换JSON出错误意思是:对象”是一个数组。使用jsonarray代替。解决方法:将JSONObject替换为JSONArray代码:JsonConfig jsonConfig = new JsonConfig();jsonConfig.setCycleDetectionStrategy(CycleDetectionStrategy.LENIENT);JSONArray json = ...
分类:Web程序   时间:2014-04-29 13:43:21    阅读次数:1280
Use UMDH to identify memory leak problem
We sometimes got memory leak problem, and we need to find the leaked memory, Here is a useful tool from MS, UMDH, it is included in WinDBG install package. Here is a introduction on how to UMDH to identify memory leak problems...
分类:其他好文   时间:2014-04-29 13:38:21    阅读次数:374
socket抓取网页
#include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; void func() { string url; cout << "输...
分类:Web程序   时间:2014-04-29 13:21:20    阅读次数:506
Delhi socket服务器和客户端互操作
SOCKET TCP     procedure idtcpsrvr1Execute(AThread: TIdPeerThread);     procedure idtcpsrvr1Connect(AThread: TIdPeerThread);    idtcpsrvr1: TIdTCPServer;   idtcpclnt1: TIdTCPClient; cli...
分类:其他好文   时间:2014-04-29 13:16:20    阅读次数:380
bt种子爬虫程序和种子解析(大蟒蛇语言编写)
最近亲眼看到快播被大批警察包围,感觉到快播注定要关闭很多东西,很多宅男宅女们又要寂寞了,于是乎,疯狂的研究DHT网络技术 看到网上也有开源的代码,这不,我拿来进行了二次重写,呵呵,上代码: #encoding: utf-8 import socket from hashlib import sha1 from random import randint from struct import u...
分类:其他好文   时间:2014-04-29 13:13:20    阅读次数:420
Docker常用命令
Usage: docker [OPTIONS] COMMAND [arg...]  -H=[unix:///var/run/docker.sock]: tcp://host:port to bind/connect to or unix://path/to/socket to use A self-sufficient runtime for linux containers. Co...
分类:其他好文   时间:2014-04-28 10:17:41    阅读次数:359
The Leak of The Memory in C++ 1.2
This articles will show how to avoid the leak of the memory in c++, I just use this articles to summerise something, and show how awesome my English is. If someone need Chinese version, just told me....
分类:编程语言   时间:2014-04-27 22:22:19    阅读次数:430
POJ 2376 Cleaning Shifts 区间覆盖问题
给你一些区间的起点和终点,让你用最小的区间覆盖一个大的区间。...
分类:其他好文   时间:2014-04-27 21:34:59    阅读次数:287
菜鸟学习Hibernate——简单的增、删、改、查操作
上篇博客利用Hibernate搭建起一个简单的例子,把数据库的映射显示了出来在上一篇的博客基础上这篇博客讲述如何利用Hinbernate框架实现简单的数据库操作。 1、加入junit.jar 2、新建一个工具类HibernateUtils.Java把一些对session的公共操作封装起来 import org.hibernate.Session; import org.hibernate.S...
分类:系统相关   时间:2014-04-27 21:23:59    阅读次数:485
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!