上一页 1 ··· 694 695 696 697 698 699 700 701 702 ··· 714 下一页
摘要: 1,能够用route命令暂时改动:route add default gw 2, 通过改动/etc/sysconfig/network 文件永久改动:脚本:#!/bin/sh#configure default gw# $1 is ip of gatewaydefgw=$1sed -i "s/NET... 阅读全文
posted @ 2014-06-01 21:34 mengfanrong 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 后缀数组....在两个串中唯一出现的最小公共子串D. Match & Catchtime limit per test1 secondmemory limit per test512 megabytesinputstandard inputoutputstandard outputPolice he... 阅读全文
posted @ 2014-06-01 20:43 mengfanrong 阅读(219) 评论(0) 推荐(0) 编辑
摘要: Jquery 方式获取 iframe Dom元素測试页面代码: jquery方式,訪问iframe页面dom元素 获取iframe 页面test元素内容test.html 页面代码 iframe页面a.html 我是測试页面test 点击測试button效果: 阅读全文
posted @ 2014-06-01 19:54 mengfanrong 阅读(341) 评论(0) 推荐(0) 编辑
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=3790有两个条件:距离和花费。首先要求距离最短,距离相等的条件下花费最小。dijkstra,仅仅是在推断条件时多考虑了花费。注意重边。#include #include #include #include #inc... 阅读全文
posted @ 2014-06-01 18:41 mengfanrong 阅读(477) 评论(0) 推荐(0) 编辑
摘要: 企业做网络推广关键词设置的几点个人看法 A 如何选择关键词怎样挑选正确的关键词怎样挑选关键词是网络推广中最重要的步骤之中的一个,同一时候也是大多数企业在做网络推广时候easy忽视的问题。都觉得找出几个行业内的热门关键词,将关键词推广到到搜索引擎前几页,就能得到好的推广效果。殊不知此举一般是延误网络推... 阅读全文
posted @ 2014-06-01 18:21 mengfanrong 阅读(235) 评论(0) 推荐(0) 编辑
摘要: myeclipse 10 载入新的项目报错Cannot return from outside a function or method解决方法:方法一:window -->preferences -->myeclipse -->validation -->javascript validator ... 阅读全文
posted @ 2014-06-01 17:00 mengfanrong 阅读(345) 评论(0) 推荐(0) 编辑
摘要: Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique longest pa... 阅读全文
posted @ 2014-06-01 16:31 mengfanrong 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 经过前几天的学习,基本上能够小试牛刀编写一些小程序玩一玩了,在此之前做几项准备工作明白我要用hadoop干什么大体学习一下mapreduceubuntu重新启动后,再启动hadoop会报连接异常的问题答:数据提炼、探索数据、挖掘数据map=切碎,reduce=合并重新启动后会清空tmp目录,默认na... 阅读全文
posted @ 2014-06-01 15:18 mengfanrong 阅读(214) 评论(0) 推荐(0) 编辑
摘要: assert宏的原型定义在中,其作用是假设它的条件返回错误,则终止程序运行,原型定义:#include void assert( int expression );assert的作用是现计算表达式 expression ,假设其值为假(即为0),那么它先向stderr打印一条出错信息,然后通过调用 ... 阅读全文
posted @ 2014-06-01 14:45 mengfanrong 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 英文原址:http://emberjs.com/guides/object-model/reopening-classes-and-instances/你不须要一次就完毕类所有内容的定义,通过reopen方法,你能够又一次打开一个类定义而且加入新的属性。12345Person.reopen({ is... 阅读全文
posted @ 2014-06-01 13:36 mengfanrong 阅读(137) 评论(0) 推荐(0) 编辑
上一页 1 ··· 694 695 696 697 698 699 700 701 702 ··· 714 下一页