- POJ 2027 No Brainer(我的水题之路——。。。)
只为你晴天
POJ题目题解
NoBrainerTimeLimit:1000MSMemoryLimit:30000KTotalSubmissions:18972Accepted:12710DescriptionZombieslovetoeatbrains.Yum.InputThefirstlinecontainsasingleintegernindicatingthenumberofdatasets.Thefollowingn
- POJ 1493 Machined Surfaces(我的水题之路——移动后的空格)
只为你晴天
POJ题目题解
MachinedSurfacesTimeLimit:1000MSMemoryLimit:10000KTotalSubmissions:1712Accepted:1123DescriptionAnimagingdevicefurnishesdigitalimagesoftwomachinedsurfacesthateventuallywillbeassembledincontactwitheacho
- [leetcode] Implement Trie (Prefix Tree)
fanoluo
ProblemDescription:Implementatriewith insert, search,and startsWith methods.Note:Youmayassumethatallinputsareconsistoflowercaseletters a-z.继续我的每天水题之路。这是一道小的设计题,设计一个字典树节点的数据结构,从而实现字典树的插入,查找字符串和查找前缀。由于题
- POJ 3438 Look and Say(我的水题之路——N个M的队列)
shiow1991
StringinputUPeachoutput
LookandSayTimeLimit: 5000MS MemoryLimit: 65536KTotalSubmissions: 7678 Accepted: 4638DescriptionThelookandsaysequenceisdefinedasfollows.Startwithanystringofdigitsasthefirstelementinthesequence.Eachsubs
- POJ 3427 Ecology tax(我的水题之路——不同的理解,不同的AC)
shiow1991
treeIntegerinputloggingresourcesoutput
EcologytaxTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 3677 Accepted: 1901DescriptionInabigandrichonnaturalresourcescountry,thegovernmentstartedacampaigntocontroldeforestation.Infactthegover
- POJ 3386 Halloween Hoildays(我的水题之路——两个戒指)
shiow1991
HalloweenHolidaysTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 2787 Accepted: 1120DescriptionPlanetCucurbitaisinhabitedwithintelligentpumpkins.Thesepumpkinsarenotonlyextremelyclever,theyalsoa
- POJ 3325 ICPC Score Totalizer Software(我的水题之路——评委评分)
shiow1991
expressinputperformanceeachdatasetoutput
ICPCScoreTotalizerSoftwareTimeLimit: 2000MS MemoryLimit: 65536KTotalSubmissions: 6034 Accepted: 4185DescriptionTheInternationalClownandPierrotCompetition(ICPC),isoneofthemostdistinguishedandalsothemos
- POJ 3302 Subsequence(我的水题之路——子串判断)
shiow1991
SubsequenceTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 6940 Accepted: 4058DescriptionGivenastring s oflength n,asubsequenceofit,isdefinedasanotherstring s'=su1su2...sum where1≤ u1
#include
- POJ 3300 Tour de France(我的水题之路——车轮角速度最大)
shiow1991
velocityinputeachfloatoutputpair
TourdeFranceTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 3704 Accepted: 1759DescriptionAracingbicycleisdrivenbyachainconnectingtwosprockets.Sprocketsaregroupedintotwoclusters:thefrontcluster
- POJ 3224 Go for Lab Cup!(我的水题之路——赢的场数最多)
shiow1991
tableinputGoMatrixoutputpair
GoforLabCup!TimeLimit: 1000MS MemoryLimit: 131072KTotalSubmissions: 7697 Accepted: 3946DescriptionTheLabCupTableTennisCompetitionisgoingtotakeplacesoonamonglaboratoriesinPKU.StudentsfromtheAILabareall
- POJ 3183 Stump Removal(我的水题之路——高峰烧火,在线判断)
shiow1991
Integer存储inputUPeachoutput
StumpRemovalTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 2379 Accepted: 1282DescriptionAlwaysthinkingofthecows'grazingexperience,FJhasfoundthathemustremoveN(14>3==32.所以在#3(5)点可以销毁:#1~#5(1254
- POJ 3158 Kickdown(我的水题之路——齿轮盒子,读题失败)
shiow1991
KickdownTimeLimit: 2000MS MemoryLimit: 65536KTotalSubmissions: 1271 Accepted: 587DescriptionAresearchlaboratoryofaworld-leadingautomobilecompanyhasreceivedanordertocreateaspecialtransmissionmechanism,
- POJ 3100 Root of the Problem(我的水题之路——取A^N最接近B的A)
shiow1991
Integerinputeachoutputpairmath.h
RootoftheProblemTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 10067 Accepted: 5372DescriptionGivenpositiveintegersBandN,findanintegerAsuchthatAN isascloseaspossibletoB.(TheresultAisanapproxim
- POJ 3096 Surprising Strings(我的水题之路——重点,D-pairs)
shiow1991
cStringinputeachoutputdistance
SurprisingStringsTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 3960 Accepted: 2652DescriptionThe D-pairs ofastringoflettersaretheorderedpairsoflettersthataredistanceDfromeachother.Astringis D
- POJ 3086 Triangular Sums(我的水题之路——三角数累加)
shiow1991
inputeachdatasetoutputNumbers
TriangularSumsTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 5437 Accepted: 3845DescriptionThe nth Triangular number, T(n)=1+…+ n,isthesumofthefirst n integers.Itisthenumberofpointsinatriangul
- POJ 3077 Rounders(我的水题之路——高精度四舍五入)
shiow1991
IntegerinputUPeachoutput2010
RoundersTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 6419 Accepted: 4155DescriptionForagivennumber,ifgreaterthanten,roundittothenearestten,then(ifthatresultisgreaterthan100)taketheresultandr
- POJ 3062 Celebrity jeopardy(我的水题之路——原样输出)
shiow1991
CelebrityjeopardyTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 11708 Accepted: 6572DescriptionIt'shardtoconstructaproblemthat'ssoeasythateveryonewillgetit,yetstilldifficultenoughtobeworthyofs
- POJ 3030 Nasty Hacks(我的水题之路——比较大小)
shiow1991
cIntegerinputeach
NastyHacksTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 9214 Accepted: 6478DescriptionYouaretheCEOofNastyHacksInc.,acompanythatcreatessmallpiecesofmalicioussoftwarewhichteenagersmayusetofoolt
- POJ 3006 Dirichlet's Theorem on Arithmetic Progressions(我的水题之路——加i个d后的第几个素数)
shiow1991
Dirichlet'sTheoremonArithmeticProgressionsTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 11068 Accepted: 5539DescriptionIf a and d arerelativelyprimepositiveintegers,thearithmeticsequencebegin
- POJ 2924 Gauß in Elementary School(我的水题之路——n到m的连和)
shiow1991
GaußinElementarySchoolTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 7873 Accepted: 3530DescriptionJohannCarlFriedrichGauß(1777–1855)wasoneofthemostimportantGermanmathematicians.Forthoseofyouw
- POJ 2909 Goldbach's Conjecture(我的水题之路——任一数为素数对之和)
shiow1991
Goldbach'sConjectureTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 8369 Accepted: 4843DescriptionForanyevennumberngreaterthanorequalto4,thereexistsatleastonepairofprimenumbers p1 and p2 suchth
- POJ 2636 Electrical Outlets(我的水题之路——水,电器接头)
shiow1991
IntegerSysteminputeachoutput
ElectricalOutletsTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 7124 Accepted: 5413DescriptionRoyhasjustmovedintoanewapartment.Well,actuallytheapartmentitselfisnotverynew,evendatingbacktotheda
- POJ 2608 Soundex(我的水题之路——字符值)
shiow1991
clessinputeachoutput
SoundexTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 8200 Accepted: 4039DescriptionSoundexcodinggroupstogetherwordsthatappeartosoundalikebasedontheirspelling.Forexample,"can"and"khawn","con"a
- POJ 2606 Rabbit hunt(我的水题之路——斜率最多)
shiow1991
killIntegerinputeachfloatoutput
RabbithuntTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 6159 Accepted: 3008DescriptionAgoodhunterkillstworabbitswithoneshot.Ofcourse,itcanbeeasilydonesinceforanytwopointswecanalwaysdrawalinec
- POJ 2591 Set Definition(我的水题之路——又一个丑数)
shiow1991
Integerinputeachoutput
SetDefinitionTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 8304 Accepted: 3792DescriptionSetSisdefinedasfollows: (1)1isinS; (2)IfxisinS,then2x+1and3x+1arealsoinS; (3)NootherelementbelongstoS.
- POJ 2579 Blurred Vision(我的水题之路——四方格平均值)
shiow1991
imageIntegereachoutputComponentsNumbers
BlurredVisionTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 1449 Accepted: 1053DescriptionAliasingisthestair-stepeffectachievedwhenattemptingtorepresentasmoothcurveusingafinitenumberofdiscrete
- POJ 2578 Keep on Truckin'(我的水题之路——谁先大于168)
shiow1991
KeeponTruckin'TimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 7166 Accepted: 5374DescriptionBoudreauxandThibodeauxareontheroadagain... "Boudreaux,wehavetogetthisshipmentofmudbugstoBatonRougebyt
- POJ 2575 Jolly Jumpers(我的水题之路——数组绝对差值为1到n-1)
shiow1991
JollyJumpersTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 13365 Accepted: 4128DescriptionAsequenceofn>0integersiscalledajollyjumperiftheabsolutevaluesofthedifferencebetweensuccessiveelementst
- POJ 2562 Primary Arithmetic(我的水题之路——模拟加法进位)
shiow1991
lessinputeachNumbers
PrimaryArithmeticTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 8450 Accepted: 3166DescriptionChildrenaretaughttoaddmulti-digitnumbersfromright-to-leftonedigitatatime.Manyfindthe"carry"operati
- POJ 2551 Ones(我的水题之路——重点,末尾有几个1)
shiow1991
javaIntegerinputoutput
OnesTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 9058 Accepted: 5139DescriptionGivenanyinteger0
#include
#include
intmain(void){
intnum;
intn;
inti,j;
while(scanf("%d",&n)!=EOF){
num=i=1;
- apache ftpserver-CentOS config
gengzg
apache
<server xmlns="http://mina.apache.org/ftpserver/spring/v1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://mina.apache.o
- 优化MySQL数据库性能的八种方法
AILIKES
sqlmysql
1、选取最适用的字段属性 MySQL可以很好的支持大数据量的存取,但是一般说来,数据库中的表越小,在它上面执行的查询也就会越快。因此,在创建表的时候,为了获得更好的 性能,我们可以将表中字段的宽度设得尽可能小。例如,在定义邮政编码这个字段时,如果将其设置为CHAR(255),显然给数据库增加了不必要的空间,甚至使用VARCHAR这种类型也是多余的,因为CHAR(6)就可以很
- JeeSite 企业信息化快速开发平台
Kai_Ge
JeeSite
JeeSite 企业信息化快速开发平台
平台简介
JeeSite是基于多个优秀的开源项目,高度整合封装而成的高效,高性能,强安全性的开源Java EE快速开发平台。
JeeSite本身是以Spring Framework为核心容器,Spring MVC为模型视图控制器,MyBatis为数据访问层, Apache Shiro为权限授权层,Ehcahe对常用数据进行缓存,Activit为工作流
- 通过Spring Mail Api发送邮件
120153216
邮件main
原文地址:http://www.open-open.com/lib/view/open1346857871615.html
使用Java Mail API来发送邮件也很容易实现,但是最近公司一个同事封装的邮件API实在让我无法接受,于是便打算改用Spring Mail API来发送邮件,顺便记录下这篇文章。 【Spring Mail API】
Spring Mail API都在org.spri
- Pysvn 程序员使用指南
2002wmj
SVN
源文件:http://ju.outofmemory.cn/entry/35762
这是一篇关于pysvn模块的指南.
完整和详细的API请参考 http://pysvn.tigris.org/docs/pysvn_prog_ref.html.
pysvn是操作Subversion版本控制的Python接口模块. 这个API接口可以管理一个工作副本, 查询档案库, 和同步两个.
该
- 在SQLSERVER中查找被阻塞和正在被阻塞的SQL
357029540
SQL Server
SELECT R.session_id AS BlockedSessionID ,
S.session_id AS BlockingSessionID ,
Q1.text AS Block
- Intent 常用的用法备忘
7454103
.netandroidGoogleBlogF#
Intent
应该算是Android中特有的东西。你可以在Intent中指定程序 要执行的动作(比如:view,edit,dial),以及程序执行到该动作时所需要的资料 。都指定好后,只要调用startActivity(),Android系统 会自动寻找最符合你指定要求的应用 程序,并执行该程序。
下面列出几种Intent 的用法
显示网页:
- Spring定时器时间配置
adminjun
spring时间配置定时器
红圈中的值由6个数字组成,中间用空格分隔。第一个数字表示定时任务执行时间的秒,第二个数字表示分钟,第三个数字表示小时,后面三个数字表示日,月,年,< xmlnamespace prefix ="o" ns ="urn:schemas-microsoft-com:office:office" />
测试的时候,由于是每天定时执行,所以后面三个数
- POJ 2421 Constructing Roads 最小生成树
aijuans
最小生成树
来源:http://poj.org/problem?id=2421
题意:还是给你n个点,然后求最小生成树。特殊之处在于有一些点之间已经连上了边。
思路:对于已经有边的点,特殊标记一下,加边的时候把这些边的权值赋值为0即可。这样就可以既保证这些边一定存在,又保证了所求的结果正确。
代码:
#include <iostream>
#include <cstdio>
- 重构笔记——提取方法(Extract Method)
ayaoxinchao
java重构提炼函数局部变量提取方法
提取方法(Extract Method)是最常用的重构手法之一。当看到一个方法过长或者方法很难让人理解其意图的时候,这时候就可以用提取方法这种重构手法。
下面是我学习这个重构手法的笔记:
提取方法看起来好像仅仅是将被提取方法中的一段代码,放到目标方法中。其实,当方法足够复杂的时候,提取方法也会变得复杂。当然,如果提取方法这种重构手法无法进行时,就可能需要选择其他
- 为UILabel添加点击事件
bewithme
UILabel
默认情况下UILabel是不支持点击事件的,网上查了查居然没有一个是完整的答案,现在我提供一个完整的代码。
UILabel *l = [[UILabel alloc] initWithFrame:CGRectMake(60, 0, listV.frame.size.width - 60, listV.frame.size.height)]
- NoSQL数据库之Redis数据库管理(PHP-REDIS实例)
bijian1013
redis数据库NoSQL
一.redis.php
<?php
//实例化
$redis = new Redis();
//连接服务器
$redis->connect("localhost");
//授权
$redis->auth("lamplijie");
//相关操
- SecureCRT使用备注
bingyingao
secureCRT每页行数
SecureCRT日志和卷屏行数设置
一、使用securecrt时,设置自动日志记录功能。
1、在C:\Program Files\SecureCRT\下新建一个文件夹(也就是你的CRT可执行文件的路径),命名为Logs;
2、点击Options -> Global Options -> Default Session -> Edite Default Sett
- 【Scala九】Scala核心三:泛型
bit1129
scala
泛型类
package spark.examples.scala.generics
class GenericClass[K, V](val k: K, val v: V) {
def print() {
println(k + "," + v)
}
}
object GenericClass {
def main(args: Arr
- 素数与音乐
bookjovi
素数数学haskell
由于一直在看haskell,不可避免的接触到了很多数学知识,其中数论最多,如素数,斐波那契数列等,很多在学生时代无法理解的数学现在似乎也能领悟到那么一点。
闲暇之余,从图书馆找了<<The music of primes>>和<<世界数学通史>>读了几遍。其中素数的音乐这本书与软件界熟知的&l
- Java-Collections Framework学习与总结-IdentityHashMap
BrokenDreams
Collections
这篇总结一下java.util.IdentityHashMap。从类名上可以猜到,这个类本质应该还是一个散列表,只是前面有Identity修饰,是一种特殊的HashMap。
简单的说,IdentityHashMap和HashM
- 读《研磨设计模式》-代码笔记-享元模式-Flyweight
bylijinnan
java设计模式
声明: 本文只为方便我个人查阅和理解,详细的分析以及源代码请移步 原作者的博客http://chjavach.iteye.com/
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java
- PS人像润饰&调色教程集锦
cherishLC
PS
1、仿制图章沿轮廓润饰——柔化图像,凸显轮廓
http://www.howzhi.com/course/retouching/
新建一个透明图层,使用仿制图章不断Alt+鼠标左键选点,设置透明度为21%,大小为修饰区域的1/3左右(比如胳膊宽度的1/3),再沿纹理方向(比如胳膊方向)进行修饰。
所有修饰完成后,对该润饰图层添加噪声,噪声大小应该和
- 更新多个字段的UPDATE语句
crabdave
update
更新多个字段的UPDATE语句
update tableA a
set (a.v1, a.v2, a.v3, a.v4) = --使用括号确定更新的字段范围
- hive实例讲解实现in和not in子句
daizj
hivenot inin
本文转自:http://www.cnblogs.com/ggjucheng/archive/2013/01/03/2842855.html
当前hive不支持 in或not in 中包含查询子句的语法,所以只能通过left join实现。
假设有一个登陆表login(当天登陆记录,只有一个uid),和一个用户注册表regusers(当天注册用户,字段只有一个uid),这两个表都包含
- 一道24点的10+种非人类解法(2,3,10,10)
dsjt
算法
这是人类算24点的方法?!!!
事件缘由:今天晚上突然看到一条24点状态,当时惊为天人,这NM叫人啊?以下是那条状态
朱明西 : 24点,算2 3 10 10,我LX炮狗等面对四张牌痛不欲生,结果跑跑同学扫了一眼说,算出来了,2的10次方减10的3次方。。我草这是人类的算24点啊。。
然后么。。。我就在深夜很得瑟的问室友求室友算
刚出完题,文哥的暴走之旅开始了
5秒后
- 关于YII的菜单插件 CMenu和面包末breadcrumbs路径管理插件的一些使用问题
dcj3sjt126com
yiiframework
在使用 YIi的路径管理工具时,发现了一个问题。 <?php  
- 对象与关系之间的矛盾:“阻抗失配”效应[转]
come_for_dream
对象
概述
“阻抗失配”这一词组通常用来描述面向对象应用向传统的关系数据库(RDBMS)存放数据时所遇到的数据表述不一致问题。C++程序员已经被这个问题困扰了好多年,而现在的Java程序员和其它面向对象开发人员也对这个问题深感头痛。
“阻抗失配”产生的原因是因为对象模型与关系模型之间缺乏固有的亲合力。“阻抗失配”所带来的问题包括:类的层次关系必须绑定为关系模式(将对象
- 学习编程那点事
gcq511120594
编程互联网
一年前的夏天,我还在纠结要不要改行,要不要去学php?能学到真本事吗?改行能成功吗?太多的问题,我终于不顾一切,下定决心,辞去了工作,来到传说中的帝都。老师给的乘车方式还算有效,很顺利的就到了学校,赶巧了,正好学校搬到了新校区。先安顿了下来,过了个轻松的周末,第一次到帝都,逛逛吧!
接下来的周一,是我噩梦的开始,学习内容对我这个零基础的人来说,除了勉强完成老师布置的作业外,我已经没有时间和精力去
- Reverse Linked List II
hcx2013
list
Reverse a linked list from position m to n. Do it in-place and in one-pass.
For example:Given 1->2->3->4->5->NULL, m = 2 and n = 4,
return 
- Spring4.1新特性——页面自动化测试框架Spring MVC Test HtmlUnit简介
jinnianshilongnian
spring 4.1
目录
Spring4.1新特性——综述
Spring4.1新特性——Spring核心部分及其他
Spring4.1新特性——Spring缓存框架增强
Spring4.1新特性——异步调用和事件机制的异常处理
Spring4.1新特性——数据库集成测试脚本初始化
Spring4.1新特性——Spring MVC增强
Spring4.1新特性——页面自动化测试框架Spring MVC T
- Hadoop集群工具distcp
liyonghui160com
1. 环境描述
两个集群:rock 和 stone
rock无kerberos权限认证,stone有要求认证。
1. 从rock复制到stone,采用hdfs
Hadoop distcp -i hdfs://rock-nn:8020/user/cxz/input hdfs://stone-nn:8020/user/cxz/运行在rock端,即源端问题:报版本
- 一个备份MySQL数据库的简单Shell脚本
pda158
mysql脚本
主脚本(用于备份mysql数据库): 该Shell脚本可以自动备份
数据库。只要复制粘贴本脚本到文本编辑器中,输入数据库用户名、密码以及数据库名即可。我备份数据库使用的是mysqlump 命令。后面会对每行脚本命令进行说明。
1. 分别建立目录“backup”和“oldbackup” #mkdir /backup #mkdir /oldbackup
- 300个涵盖IT各方面的免费资源(中)——设计与编码篇
shoothao
IT资源图标库图片库色彩板字体
A. 免费的设计资源
Freebbble:来自于Dribbble的免费的高质量作品。
Dribbble:Dribbble上“免费”的搜索结果——这是巨大的宝藏。
Graphic Burger:每个像素点都做得很细的绝佳的设计资源。
Pixel Buddha:免费和优质资源的专业社区。
Premium Pixels:为那些有创意的人提供免费的素材。
- thrift总结 - 跨语言服务开发
uule
thrift
官网
官网JAVA例子
thrift入门介绍
IBM-Apache Thrift - 可伸缩的跨语言服务开发框架
Thrift入门及Java实例演示
thrift的使用介绍
RPC
POM:
<dependency>
<groupId>org.apache.thrift</groupId>