E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
1029
python新手必碰到的问题---encode与decode,中文乱码
转自http://hi.baidu.com/tornadory/blog/item/2fa5f0c36cf7bd5fb219a801.htmledu.codepub.com/2009/
1029
/17037
Waleking
·
2012-05-24 23:00
1029
.在线视频―开源网管Cacti系列讲座(四)多种数据采集方式
开源网管Cacti系列讲座有以下主题 (一)Cacti概述与应用示例(二)Cacti安装与部署[上,下](三)Cacti设备管理与模版应用(四)Cacti的多种数据采集方式(五)Cacti插件架构与插件安装(六)Cacti高效轮询工具spine 以下是(四)Cacti的多种数据采集方式的在线视频:[发送邮件到 sop2008 [--a-] 126.com 即刻获得视频访问密码.] 开源网管C
峻哥
·
2012-04-30 22:18
数据采集
网络管理
Cacti设备管理
Cacti数据采集
Cacti视频
HDU
1029
出现次数最多(不解)
我对这道题表示不解!明明题目没有什么限制条件,居然用以下第一种代码也过了。 代码一:(虽过了,但个人觉得是错误答案!)#include usingnamespacestd; inta[32768]; intmain() { inti,tem,n; while(cin>>n) { memset(a,0,sizeof(a));
Lulipeng_cpp
·
2012-04-17 14:00
网络
ini
hdu题目分类
基础题:1000、1001、1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、
1029
、1032、1037、1040、1048、1056、1058、1061
hedafighter2011
·
2012-04-06 12:00
[ACM_ZJUT_
1029
]斐波那契数列
Fibonacci数 Time Limit:1000MS Memory Limit:32768K Description: 有一些整数(≤46),输出以这些整数为序数的第n项fibonacci数。文件中的数据可能上万,但要求运行时间不超过1秒钟。 注:f(0) = 0; f(1) = 1; f(n) = f(n-1) + f(n-2). Sample Input: 5 6
txf2004
·
2012-04-03 21:00
ACM
OBJCECT-C学习,够简单,而且有思想,比78块钱那个30天精通iPhone编程好多了
http://hi.baidu.com/jimmy
1029
/blog/item/a01fdff687aead65ddc474e9.htmlObject-C学习简记2009-12-1317:55此为初学Object-C
avi9111
·
2012-03-30 13:00
编程
cocoa
C#
xcode
iPhone
interface
http://blog.51yip.com/mysql/949.html
具体参考:http://blog.51yip.com/mysql/
1029
.html 一,什么是mysql分表,分区 什么是分表,从表面意思上看呢,就是把一张表分成N多个小表,具体请看mysql
bei79
·
2012-03-26 14:00
mysql 分表
sicily
1029
. Rabbit (高精度加法+公式递推)
由此题得到一个很类似的状态转移方程:rabbit[i]=rabbit[i-1]+rabbit[i-m],理解为当前月的成年兔子是上一个月已经成年的兔子加上这个月刚成年的兔子。同时由于结果太大,所以要用到高精度加法来辅助一下。。#include#includeusingnamespacestd;//用二维数组来解决高精度加法的问题intnum[150][150];intmain(){ intm,d;
chenhuajie123
·
2012-03-21 17:00
HDU 题目分类
基础题:1000、1001、1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、
1029
、1032、1037、1040、1048、1056、1058、1061
ssun125
·
2012-03-14 00:00
poj
1029
False coin
id=
1029
明明是一道标记题,为啥被归到dp里去了,真是无解啊!
Wings_of_Liberty
·
2012-03-13 19:00
2008年浙江大学计算机及软件工程研究生机试真题
pid=
1029
魔咒词典题目当中每个魔咒用一对括号[ ]来包含,测试数据在一对括号当中会有空格,这个小问题导致一直是WA,应该首先把一行字符串都读进来,然后在分别提取出魔咒和对应的功能。
Hackbuteer1
·
2012-02-23 19:00
c
String
测试
search
iterator
ini
韩语读音123
博客已搬家至360converter博客平台,此文链接:http://blog.360converter.com/archives/
1029
huangxiansheng1980
·
2012-01-30 16:00
生活
语言
Go
影视
产品
Sicily
1029
Rabbit
高精度+公式递推,有点类似于斐波那契数列。当m=1时,ans=2^d; 当m>1时,f[1]=1,f[2]=2....f[m]=m,f[m+1]=f[m]+f[1]......f[n]=f[n-1]+f[n-m]; #include #include voidsum(char*s1,char*s2,char*data){ intarr[1000]; /*//if(s1=0&&j>=0;i--,j
Detective_Xin
·
2012-01-26 15:00
非常好的视频课程。
Java初级教程 http://***/forum/posts/list/
1029
.htmlJava中级教程 http://***/forum/posts/list/0/1032.html Java高级教程
·
2012-01-16 21:00
视频
hdu 题目分类(详细不详细!)
基础题:1000、1001、1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、
1029
、1032、1037、1040、1048、1056、1058、1061
acmmsdn
·
2012-01-12 15:00
HDU题目分类
基础题:1000、1001、1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、
1029
、1032、1037、1040、1048、1056、1058、1061
touchinsert
·
2012-01-10 18:00
HDU
python学习笔记【2012-1-2】
id=
1029
]如果模以POST登录网站[/url][url=http://www.python123.com/show.asp?id=1028]选javaEE还是P
iteye_10490
·
2012-01-02 18:00
python
python教程
Qt State StateMachine
http://hi.baidu.com/lhj_dekongjian/blog/item/017394df2f16f3cb8c
1029
a8.html状态机顾名思义,应该有不同的状态在切换。
liang890319
·
2011-12-26 15:00
animation
qt
button
transition
编译器
Signal
HDU
1029
Ignatius and the Princess IV
ProblemDescription"OK,youarenottoobad,em...Butyoucanneverpassthenexttest."feng5166says."IwilltellyouanoddnumberN,andthenNintegers.Therewillbeaspecialintegeramongthem,youhavetotellmewhichintegeristhes
qq413785523
·
2011-12-16 21:00
kill
Integer
ini
input
each
output
HDOJ
1029
:Ignatius and the Princess IV 解题报告
pid=
1029
; 题目大意是找出数组中出现次数超过一半的数。基本思想是每遇到两个不同的数就消掉,设一个计数器就行了。存出现次数最大的那个数的出现次数。
bruce128
·
2011-12-07 17:00
url
System
hdu
1029
杭电2010和2011级同学如何加入ACM集训队? IgnatiusandthePrincessIVTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32767K(Java/Others)TotalSubmission(s):7511 AcceptedSubmission(s):2781 ProblemDesc
fangzhiyang
·
2011-12-03 13:00
开发环境-tips
ubuntu下wine安装程序乱码解决办法转自:http://hi.baidu.com/wingy/blog/item/152725dda3c6c2d18d
1029
ff.html/cmtid/b0abd654f8e1a956d0090622wine
doom66151
·
2011-10-29 14:00
windows
android
shell
Microsoft
ubuntu
fonts
杭电
1029
/********************************* * 日期:2011-3-9 * 作者:SJF * 题号:杭电
1029
* 题目:Ignatius and the Princess
com_xpp
·
2011-10-28 13:00
杭电
度量网页加载性能的几个时间指标
p=
1029
度量网页加载性能的几个时间指标 by 远超 — Categories: CDN — Tags: 网页性能 — 9 Comments AliPage是一款网页性能探测工具
wuliwei85
·
2011-10-28 09:00
网络协议
ZOJ Problem Set -
1029
Moving Tables
水贪心~~就因为写错了swap(),wa了!坑爹!今天彻底没状态啊!!被各种事情搞得头昏眼花!哭~~~以后交换都用swap()!不然继续坑爹!#include #include #include usingnamespacestd; structNode { intr1; intr2; }node[210]; boolcot[210]; intcmp(constvoid*a,constvoid*b
xxx_bug
·
2011-10-16 20:00
zoj
1029
/* zoj_
1029
贪心 贪心的典型题(会议安排的变形) 注意:起点可能比终点大 */ #include #include #include #include usingnamespacestd;
xsbailong
·
2011-10-16 20:00
ini
HDU OJ 题目分类
基础题:1000、1001、1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、
1029
、1032、1037、1040、1048、1056、1058、1061
ju136
·
2011-10-12 20:40
ACM
HDU OJ 题目分类
基础题:1000、1001、1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、
1029
、1032、1037、1040、1048、1056、1058、1061
ju136
·
2011-10-12 20:00
数据结构
算法
calendar
Numbers
Allocation
combinations
java 1.5中for循环的新写法
以下内容来自: http://tech.e800.com.cn/articles/2009/
1029
/1256778913988_1.html <span
qqchinaok
·
2011-10-11 15:00
java
工作
usaco Riding the Fences
fence LANG:C++ */ #include #include #include #include usingnamespacestd; inta[510][510],b[510],path[
1029
guogeer
·
2011-10-11 12:00
c
Path
NOI
1029
积木游戏(dp)
id=
1029
#include #include usingnamespacestd; #defineMAX(a,b)ab)swap(a,b);//将a,b,c排序 if(b>c)swap(b,c);
Non_Cease
·
2011-10-10 19:00
游戏
c
struct
存储
poj
1029
False coin
poj
1029
Falsecoin经典的从一堆真硬币中称出一个假硬币的题#include #include bool flag[1010];bool temp[1010];int getnum[1010]
purplest
·
2011-10-03 20:00
CentOS 5.5 搭建 mono2.10.2 有图有真像
==原创,免费贡献==http://hi.baidu.com/xc_hai/blog/item/554aa1dc7a6c5dc28c
1029
c7.htmlCentOS5.5搭建mono2.10.2【生产实践完整版
海飞飞
·
2011-09-07 10:00
centos
Mono
有图有真像
原创|免费|贡献 CentOS 5.5 搭建 mono2.10.2 +[http-mono守护sh
http://hi.baidu.com/xc_hai/blog/item/554aa1dc7a6c5dc28c
1029
c7.htmlCentOS 5.5 搭建 mono2.10.2 【生产实践完整版,
海飞飞
·
2011-09-06 12:00
centos
搭建
5.5
Mono
http守护sh
mono守护sh
POJ
1029
& POJ1013 - 找哪个是假硬币...思维
这道题就是说有N个硬币....其中有一个硬币是假币(不知道是比真币重还是轻)....然后给出K个大小关系....要我们来判断哪个是假币或者判断不出输出0.... 我的主要思想就是....有不等关系...肯定两边就有假币存在...那么假币出现的个数就一定等于不等关系的个数....然后稍微整理和完善一下... 首先...如果有称出是相等的...那么两边的硬币肯定都是真币(两边硬币一样多...N
kk303
·
2011-09-05 09:00
c
pku acm
1029
#include #include #include usingnamespacestd; intflg[1001];//标记硬币:0:初始状态;1:可疑的;2:正常的硬币 intcomp[100][1001];//存放比较过程 charres[100];//存放比较结果 intsumArray(int*arr,intstart,intend,intfal,intvalue)//fal为有问题
xudacheng06
·
2011-09-04 14:00
RMAN参数配置
转自:http://hi.baidu.com/ywz
1029
/blog/item/1822c091d485b184a977a4d1.html 使用RMAN>show all; 可以显示出RMAN
wallimn
·
2011-08-29 01:00
oracle
RMAN参数配置
转自:http://hi.baidu.com/ywz
1029
/blog/item/1822c091d485b184a977a4d1.html 使用RMAN>show all; 可以显示出RMAN
wallimn
·
2011-08-29 01:00
oracle
RMAN参数配置
转自:http://hi.baidu.com/ywz
1029
/blog/item/1822c091d485b184a977a4d1.html 使用RMAN>show all; 可以显示出RMAN
wallimn
·
2011-08-29 01:00
oracle
HDU
1029
Ignatius and the Princess IV
HDU
1029
IgnatiusandthePrincessIVHDU
1029
IgnatiusandthePrincessIV给N个数字,N为奇数,输出出现次数大于N/2的数 1 #include 2
算法的奴隶
·
2011-08-16 17:00
poj
1029
(模拟)
题目大意:给出n个硬币(真币和假币质量不同),和k次比较。每次比较去p个硬币置于天平左盘,p个至于右盘,先给出每次比较的硬币编号和比较结果,要求找出假币的编号。找不到就输出“0”解题思路:根据题意可以知道一下几点: 1)每次出现"=",一定是真币 2)真币一定不会出现在不等式中 3)如果假币唯一则一定出现在每一次不等式中
wyh123
·
2011-08-09 17:00
[转]Java入门--认识理解Java中native方法
原文地址:http://www.enet.com.cn/article/2007/
1029
/A20071029886398.shtml Java不是完美的,Java的不足除了体现在运行速度上要比传统的
lhx1026
·
2011-08-09 15:00
native
[转]Java入门--认识理解Java中native方法
原文地址:http://www.enet.com.cn/article/2007/
1029
/A20071029886398.shtml Java不是完美的,Java的不足除了体现在运行速度上要比传统的
lhx1026
·
2011-08-09 15:00
native
ACM HDU
1029
Ignatius and the Princess IV
Ignatius and the Princess IV Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32767 K (Java/Others)Total Submission(s): 6518 Accepted Submissio
·
2011-07-30 21:00
ACM
HDOJ题目分类
模拟题, 枚举1002 1004 1013 1015 1017 1020 1022
1029
1031 1033 1034 1035 1036 1037 1039 1042 1047 1048 1049
·
2011-07-26 14:00
分类
hdu
1029
Ignatius and the Princess IV
TimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32767K(Java/Others)TotalSubmission(s):6444 AcceptedSubmission(s):2293ProblemDescription"OK,youarenottoobad,em...Butyoucanneverpassthenexttest
sunhui8888
·
2011-07-25 20:00
c
kill
Integer
input
each
output
zoj
1029
贪心算法
MovingTablesTimeLimit:1Second MemoryLimit:32768KBThefamousACM(AdvancedComputerMaker)Companyhasrentedafloorofabuildingwhoseshapeisinthefollowingfigure.Thefloorhas200roomseachonthenorthsideandsouthsi
guo_love_peng
·
2011-07-21 19:00
杭电acm试题分类
blog/item/4c345c0a626fb31295ca6b4b.html基础题:1000、1001、1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、
1029
东方快翔
·
2011-07-08 23:41
职场
ACM
休闲
杭电acm试题分类
blog/item/4c345c0a626fb31295ca6b4b.html基础题:1000、1001、1004、1005、1008、1012、1013、1014、1017、1019、1021、1028、
1029
东方快翔
·
2011-07-08 23:41
职场
休闲
acm
行走在acm道路上
MVC 各种传值方式
【转自】:http://hi.baidu.com/honfei/blog/item/a7cdb7dd47de86d28d
1029
e5.html示例一:ViewData传值.HomeController.csCode
fhuan123
·
2011-07-07 15:00
.net
mvc
asp.net
上一页
19
20
21
22
23
24
25
26
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他