BFS注意字典序的问题。WA了好多发。#include#include#include#include#includeusing namespace std;const int maxn = 70;int n, cost[maxn][maxn],bb[maxn], ji[maxn];struct a...
分类:
其他好文 时间:
2015-04-29 00:13:13
阅读次数:
133
1. Thrift类介绍 Thrift代码包(位于thrift-0.6.1/lib/cpp/src)有以下几个目录:concurrency:并发和时钟管理方面的库processor:Processor相关类protocal:Protocal相关类transport:transport相关类serve...
分类:
其他好文 时间:
2015-04-24 22:36:41
阅读次数:
298
A power network consists of nodes (power stations, consumers and dispatchers) connected by power transport lines. A node u may be supplied with an amo...
分类:
其他好文 时间:
2015-04-24 00:49:43
阅读次数:
147
merge into CHANNEL_AGENT_PEOPLE_NUMBER_201503 a using (SELECT ? TIME_ID,? CITY_NAME,? NODE_NAME,? NODE_CODE,? PEOPLE_NUMBER, ? VEHICLE_RUNNING_COSTS,? MAIL_TRANSPORT_FEES,? TRAINING_COSTS, ? CONSUMAB...
分类:
数据库 时间:
2015-04-21 11:14:37
阅读次数:
247
maven内存溢出(InvocationTargetException: PermGen space)解决方案:maven脚本:mvn.bat文件@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,...
分类:
其他好文 时间:
2015-04-17 09:38:43
阅读次数:
134
问题一:log4j:WARN No appenders could be found for logger (org.codehaus.xfire.transport.DefaultTransportManager).log4j:WARN Please initialize the log4j sy...
分类:
Web程序 时间:
2015-04-16 21:30:58
阅读次数:
389
最近做视频编解码部分,传输采用RTP协议。对学习做个记录 1、简介 实时传输协议(Real-time Transport Protocol或简写RTP)是一个网络传输协议,它是由IETF的多媒体传输工作小组1996年在RFC 1889中公布的。RTP被定义为传输音频、视频、模拟数据等实时数据...
分类:
其他好文 时间:
2015-04-15 22:57:26
阅读次数:
148
Introduction
RFCOMM provides an emulation of serial cable line settings and status of an RS-232 serial port. RFCOMM is a simple transport protocol over L2CAP. So the protocol could supports up to...
分类:
移动开发 时间:
2015-04-15 19:38:08
阅读次数:
124
web前端如果想实现cookie跨站点,跨浏览器,清除浏览器cookie该cookie也不会被删除这似乎有点难,下面的教程让你完全摆脱document.cookiesuperCookie.js:http://beta.tfxiq.com/superCookie.jsdemo:http://beta....
分类:
Web程序 时间:
2015-04-13 22:31:52
阅读次数:
267
FATAL ERROR in native method: JDWP NoTransports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_IN
------eclipse不能调剂解决办法
网上整理的方法有(并没有解决我的问题):
1、设置host:127.0.0.1 localhost;
2、设置Eclipse或Netbean的de...
分类:
其他好文 时间:
2015-04-12 14:49:59
阅读次数:
868