//Button Delete , delete selected items from databaseprivate void buttonDelete_Click(object sender, EventArgs e){ DialogResult dr = MessageBox.Show...
DescriptionDr lee cuts a string S into N pieces,s[1],…,s[N].Now, Dr lee gives you these N sub-strings: s[1],…s[N]. There might be several possibilitie...
分类:
其他好文 时间:
2014-11-13 12:40:05
阅读次数:
221
1、环境说明:系统版本:Ubuntu14.04LVS1物理IP:14.17.64.2初始接管VIP:14.17.64.13LVS2物理IP:14.17.64.3初始接管VIP:14.17.64.14真实web服务器IP:14.17.64.4-12实现效果:去往14.17.64.13或14的报文,转发给14.17.64.4-12中的一台服务器处理,实现负载均衡。要求1:当一..
分类:
系统相关 时间:
2014-11-13 07:07:07
阅读次数:
341
#include
#include
#include
#include
using namespace std;
/*
*循环赛日程表(递归法)
*/
void Copy(int **map,int sr,int sl,int dr,int dl,int k)
{
for (int i = 0; i < k; i++)
{
for (int j = 0; j < k; j++)
{...
分类:
其他好文 时间:
2014-11-12 23:08:57
阅读次数:
1062
#include
#include
#include
#include
using namespace std;
/*
*循环赛日程表(非递归)
*/
void Copy(int **map,int sr,int sl,int dr,int dl,int k)
{
for (int i = 0; i < k; i++)
{
for (int j = 0; j < k; j++)
{...
分类:
其他好文 时间:
2014-11-12 23:08:32
阅读次数:
225
传送门:ZOJ 1853
Description
Evolution is a long, long process with extreme complexity and involves many species. Dr. C. P. Lottery is currently investigating a simplified model of evolution: cons...
分类:
其他好文 时间:
2014-11-11 09:26:23
阅读次数:
239
#enconding:utf-8
require 'selenium-webdriver'
require 'rspec'
describe "baidu main page" do
it "should have 百度一下 button on the baidu main page"do
dr = Selenium::WebDriver.for:ie
url = 'www.baid...
分类:
其他好文 时间:
2014-11-10 23:21:48
阅读次数:
1334
1、环境说明系统版本:ubuntu14.04LVS服务器:14.17.64.3真实服务器:14.17.64.4-12VIP:14.17.64.13部署目的:用户请求14.17.64.13的报文转发至14.17.64.4-12上进行负载均衡。2、安装LVS由于LVS像iptables一样是工作在内核层,所以只需要安装模块ip_vs就可以了,并没有后台进..
分类:
系统相关 时间:
2014-11-10 15:42:38
阅读次数:
299
那存钱取钱为例: 要求实现一次存一次取的操作 不可出现连续存或连续取; 如果只有存钱和取钱各自只有一个线程在操作使用 if 的话可以满足要求: 1 package com.thread; 2 /** 3 * 模拟同步取款的问题 4 * @author dr 5 * 6 */ 7 pu...
分类:
编程语言 时间:
2014-11-08 23:31:23
阅读次数:
320
TL;DR: Please stop using SVN with svn co https://www.metasploit.com/svn/framework3/trunkand start using the GitHub repo with git clone git://github.co...
分类:
Web程序 时间:
2014-11-07 14:40:37
阅读次数:
843