题意简概:输入n个元素组成的序列S,你需要找一个乘积最大的连续子序列。如果这个最大的乘积不是正数,应输出0,表示无解。1 2 #include 3 using namespace std; 4 int a[18]; 5 6 int main() 7 { 8 int n,x=0; 9 ...
分类:
其他好文 时间:
2015-08-02 16:31:35
阅读次数:
105
Bitmap: a C++ class The five steps involved to draw a bitmap: Load bitmap using LoadBitmap or LoadImage Create a memory DC Select the bitmap into th.....
分类:
编程语言 时间:
2015-08-02 16:31:46
阅读次数:
154
系统环境4台联想R510服务器,其中master节点4核心、8GB,其它节点双核心、4GB。网卡:100M。共有硬盘6TB。网络环境内网。Centos6.5 x64(安装系统时尽量把开发包安装齐全,另master节点需要Mysql可以在安装系统时勾选)。准备工作卸载系统自带OPEN-JDK(所有节点...
分类:
其他好文 时间:
2015-08-02 16:30:06
阅读次数:
219
最近打算学习Java语言. 对于我这种初学者来说,一开始,我想先体验,大致看了一下Java语言是什么,如何实现... 然并卵o_O,表示看得很迷糊.还是实践最重要,把环境配置好再开始深入学习. 1.首先,到官网:http://www.oracle.com/technetwork/jav...
分类:
编程语言 时间:
2015-08-02 16:33:03
阅读次数:
139
RobHayes是FirstRoundCapital合伙人,曾投资多家公司Square、TaskRabbit和Uber。本文就其对首次创业给出的三个建议展开,给年轻的创业者们一些参考。RobHayes形象地提出了成就首次创业的三个不可或缺的条件:顶梁柱(人才)、现金牛(资金链)、北极星(长远目标)。...
分类:
其他好文 时间:
2015-08-02 16:31:24
阅读次数:
100
今天在其他电脑配置 SQl server 2008 R2,安装完成后,发现打开配置管理工具服务 :显示远程过程调用失败:0x800706be 这样的错误提示 之前并没有遇到过这种问题,猜想,可能是这台电脑之前安装了 visual studio 2012,内置的SQl server 2012与之冲突....
分类:
数据库 时间:
2015-08-02 16:32:31
阅读次数:
156
A simple windows programm in c The following programm is a minimal windows program. It opens a window and writes a text into the window.If you compi.....
(1)冒泡型事件:事件按照从最特定的事件目标到最不特定的事件目标(document对象)的顺序触发。 IE 5.5: div -> body -> document IE 6.0: div -> body -> html -> document Mozilla 1.0: div -> body ->...
分类:
其他好文 时间:
2015-08-02 16:30:31
阅读次数:
132
之前用的时候都一切正常,今天突然就出现了这个问题。按ctrl+b执行的时候结果只有空白,查了很多文章都只提到了中文路径、系统路径等等,没有解决问题,直到看到了这篇文章:http://384444165.iteye.com/blog/1798107文章中提到,Sublime Text 2 ctrl+b...
分类:
编程语言 时间:
2015-08-02 16:32:10
阅读次数:
124
aspx里的代码 用户名: 密码: axpx.cs里的代码using System;using System.Collections.Gen...
分类:
编程语言 时间:
2015-08-02 16:31:49
阅读次数:
171
You have two friends. You want to present each of them several positive integers. You want to presentcnt1numbers to the first friend andcnt2numbers to...
分类:
其他好文 时间:
2015-08-02 16:31:21
阅读次数:
124
Sublime Text 3与Sublime Text 2的不同其实有不少人写过如何让Sublime Text 2支持GB2312和GBK编码,例如这篇。基本原理就是先装好Package Control,然后再通过这个安装ConvertToUTF8的Package。但是文中的方法在Sublime T...
分类:
其他好文 时间:
2015-08-02 16:30:21
阅读次数:
126
例子1:class A { val x1: String = "hello" val x2: String = "mom" println("A: x1=" + x1 + ",x2=" + x2)}class B extends A { override val x2: String = "...
分类:
其他好文 时间:
2015-08-02 16:28:59
阅读次数:
112
前几个月学了个tcpdump抓包命令,遇到任何问题总想试试,真是程序员的终级武器呀,它像显微镜一下,把任何的丑陋的bug都显示在你的面前。为什么有题目中所说的疑问呢?因为我发现在不同的环境下面,我获取到的$_SERVER["SERVER_NAME"]是不一样的。$_SERVER顾名思义,它是服务端的...
分类:
Web程序 时间:
2015-08-02 16:28:21
阅读次数:
163
Description:Write a program that finds and displays all pairs of 5-digit numbers that between them use the digits0through9once each, such that the fir...
分类:
其他好文 时间:
2015-08-02 16:27:59
阅读次数:
160
Outputting Strings in the Console #include class Console {public: enum fore_color { f_black = 0 , f_white = FOREGROUND_INTENSITY | FOREGROUND_RED | .....
分类:
其他好文 时间:
2015-08-02 16:30:17
阅读次数:
117
File.Create(@"C:\Users\shuai\Desktop\new.txt"); Console.WriteLine("创建成功"); Console.ReadKey(); File.Delete...
分类:
其他好文 时间:
2015-08-02 16:28:38
阅读次数:
98