在Eclipse ADT来开发Android App时会遇到以下问题:"myproject/gen already exists but is not a source folder. Convert to a source folder or rename it"解决办法是:1.Right cli...
分类:
系统相关 时间:
2014-10-23 12:00:43
阅读次数:
258
好题mark
1. 图论方法(最大权闭合子图)
#include
#include
#define min(a,b) ((a)<(b)?(a):(b))
const int N=1110;
const int E=5000;
const int oo=1000000000;
int node,src,dest,ne;
int head[N],work[N],Q[N],dist[N]...
分类:
其他好文 时间:
2014-10-22 18:16:38
阅读次数:
179
最近读 《Founders at Work》,读到 Paul Graham 关于他早期创立 Viaweb (被 Yahoo 收购后变为 Yahoo Store)的经历。他谈到“ Another advantage of telling the truth is that you don’t have...
分类:
其他好文 时间:
2014-10-22 08:44:49
阅读次数:
149
用给自己记录用defmonitor_work_1(content):dict_1={‘service‘:‘rdc_monitor‘,‘checkpoint‘:‘rdc_monitor_log‘,‘title‘:content,‘content‘:content,‘cluster‘:‘public‘,‘grade‘:‘2‘}params=urllib.urlencode(dict_1)urllib.urlopen(‘http://alert.sae.sina.com.cn/new/‘,params)
分类:
Web程序 时间:
2014-10-21 19:49:41
阅读次数:
168
server端代码: 1 package com.example.workqueue; 2 3 import java.io.IOException; 4 5 import com.rabbitmq.client.Channel; 6 import com.rabbitmq.client.Con.....
分类:
其他好文 时间:
2014-10-21 19:29:19
阅读次数:
288
上篇中我们实现了Work Queue的创建,在Work Queue背后,其实是rabbitMQ把每条任务消息只发给一个消费者。本篇中我们将要研究如何把一条消息推送给多个消费者,这种模式被称为publish/subscribe(发布/订阅)。为了说明这个模式,我们将会构建一个简单的日志系统。这将会包含...
分类:
其他好文 时间:
2014-10-21 19:20:39
阅读次数:
317
As part of my work in OpenDaylight, we are looking at creating a router using Open vSwitch... Why? Well OpenStack requires some limited L3 capabilitie...
分类:
其他好文 时间:
2014-10-21 17:13:42
阅读次数:
380
学习了两周linuxshell脚本,终于写出一个mysql自动化安装脚本。加上今天一整天的测试,可以正常执行安装mysql5.5.40.其他版本还没有测试。现分享一下。也请高手指点一下。执行该脚本的前提是:环境介绍:1、redhat6.3x64,最小化安装2、RAM:2G,HD:30G3、关闭selinux4、配置好yu..
分类:
数据库 时间:
2014-10-21 15:36:41
阅读次数:
410
昨天升级了一下苹果系统到10.10,扁平化确实不错,高兴之余多少有些不快.我的svn出现问题,总是提示我
SVN:This client is too old to work with working copy
在网上也看了不少解决方法,但是都以降级为原则.那为什么不升级.mac升级svn确实有点困难,但总是可以的,大家可以通过看文章:http://blog.csdn.net/qi_ru...
分类:
其他好文 时间:
2014-10-21 13:52:17
阅读次数:
172
http://blog.csdn.net/caiwenfeng_for_23/article/details/37501249解决代码冲突如果commit时出现“You have to update your work copy first.”红色警告,说明版本库中的此文件已经被其他人修改了。请先点...
分类:
其他好文 时间:
2014-10-21 12:14:07
阅读次数:
196