[root@localhost ~]# rpm -qf /sbin/ipiproute-2.6.32-31.el6.x86_64ip 是个命令, ip 命令的功能很多!基本上它整合了 ifconfig 与 route 这两个命令ip - show / manipulate routing, devi...
分类:
系统相关 时间:
2014-07-14 09:23:30
阅读次数:
4730
链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=967描述:要做n双鞋子,第 i 双鞋子要做Ti天,每天消耗Si的钱(当前正在做第 i 双鞋子时不耗钱)...
分类:
其他好文 时间:
2014-07-14 08:26:03
阅读次数:
201
uvaLive3938:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1939题意:给你n个数,然后给你一个区间,让你查询这个区间内最大和连...
分类:
其他好文 时间:
2014-07-14 08:18:20
阅读次数:
266
/* (程序头部凝视開始)* 程序的版权和版本号声明部分* Copyright (c) 2011, 烟台大学计算机学院学生 * All rights reserved.* 文件名: 学生成绩管理系统 * 作 者: 刘江波 * 完毕日期: 2012 年 6 月 23 日* 版 本 号: v.623 *...
分类:
编程语言 时间:
2014-07-14 00:52:10
阅读次数:
265
以下的文章主要介绍的是在MySQL服务启动不了的情况下,不能对其进行完全卸载的实际解决办法的描述,以下就是对解决MySQL服务启动不了的情况下具体方案的描述,希望在你今后的学习中会对你有所帮助。
MySQL 5.1 安装过程中报apply security setting错误的解决办法
1, 卸载MySQL
2, 删除目录 C:\Documents and Settings\All User...
分类:
数据库 时间:
2014-07-12 23:10:26
阅读次数:
364
.h文件
//
// HttpUtil.h
// SmallTaurus
//
// Created by Fuer on 14-7-7.
// Copyright (c) 2014年 FuEr. All rights reserved.
//
/**
* 对ASI的封装
*/
#import
#import "ASIHTTPRequest.h"
#import "ASIFor...
分类:
其他好文 时间:
2014-07-12 21:06:09
阅读次数:
167
Air Raid
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 6547
Accepted: 3896
Description
Consider a town where all the streets are one-way and each stree...
分类:
其他好文 时间:
2014-07-12 21:04:44
阅读次数:
232
VF
时间限制:1000 ms | 内存限制:65535 KB
难度:2
描述
Vasya is the beginning mathematician. He decided to make an important contribution to the science and to become famous all over the world. But...
分类:
其他好文 时间:
2014-07-12 19:51:59
阅读次数:
250
ajax是无法直接传送对象或者数组,有些人自己处理的话,可以把数据按照自己的标准连接成一个字符串,然后到后端处理,但是数据的不确定性,导致有可能会出错,而且麻烦
其实有开源的包,可以直接解释成json字符串,来传送到后端的
all=JSON.stringify(all_addr);
后端php处理很简单
json_decode($_POST['all'])
...
分类:
其他好文 时间:
2014-07-12 18:39:12
阅读次数:
200
Machine Schedule
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 5371 Accepted Submission(s): 2658
Problem Description
As we all...
分类:
其他好文 时间:
2014-07-12 17:41:08
阅读次数:
241