浏览器识别不了\n或\r\n,这两个换行符是文本换行符,文本文件有效;如果需要将结果输出到浏览器或打印到显示器,代码中使用br;如果只是在源代码中换行,则使用\n或\r\n,感兴趣的朋友可以了解下,或许对你学习php有所帮助
//output:
helllo
world! 代码b:
<?php
echo'h...
分类:
Web程序 时间:
2014-08-01 10:50:31
阅读次数:
180
本文地址:
本文作者:sushengmiyan
翻译来源:http://docs.sencha.com/extjs/5.0.0/getting_started/welcome_to_extjs.html
这篇指引提供了一个简单的ext js介绍,我们会从讨论建立一个简单的hello world例子开始我们的体验。我们会接着讲解在extjs中代码是怎样的结构,这个指导同样也会包括一些其他可以使...
分类:
Web程序 时间:
2014-08-01 10:49:52
阅读次数:
342
题意 编写一个解码程序 对数字串进行解码
输入第一行是一个解码key key从左到右每个字符分别对应0,00,01,10,000,001,011,100,101,110,0000,0001,...,1101,1110,00000,.......
长度为len的字符编码有2^n-1个 而且恰好以二进制方式从0到2^n-2递增 而且字符编码的最大长度为7 可以有2^7-1=127个字符
我们只需开一个key[len][val]数组 里面存的是长度为len的第val+1个字符编码 然后解...
分类:
其他好文 时间:
2014-08-01 00:11:20
阅读次数:
480
w3c:万维网联盟(World Wide Web Consortium,W3C),又称W3C理事会。W3C组织是对网络标准制定的一个非赢利组织,W3C是万维网联盟的缩写,像HTML、XHTML、CSS、XML的标准就是由W3C来定制。W3C网页标准不是一个标准,而有W3C万维网联盟组织起草和发布的一...
分类:
其他好文 时间:
2014-07-31 19:48:22
阅读次数:
199
题目来源:http://acm.hdu.edu.cn/showproblem.php?pid=2122 最小生成树问题,可采用Kruskal算法,贪心策略,每次选取无向带权图的最短边,并把两端点用并查集的方式添加到一个集合内。 1 #include 2 #include 3 #include 4.....
分类:
其他好文 时间:
2014-07-31 16:28:27
阅读次数:
162
LOOPS
Problem Description
Akemi Homura is a Mahou Shoujo (Puella Magi/Magical Girl).
Homura wants to help her friend Madoka save the world. But because of the plot of the Boss Incubator, ...
分类:
其他好文 时间:
2014-07-31 13:31:27
阅读次数:
232
The Plaza Beauty also are ghd cheap australia raffling off free refurbishments every hour. Some moat people that have long hair be needing being extra...
分类:
其他好文 时间:
2014-07-31 12:58:56
阅读次数:
204
shell的种类: sh ?- Bourne shell csh or tcsh - C shell korn - Korn shell bash - GNU Bourne-Again shell 1.最简单的列子 例子 #!/bin/bash ? #?This?is?a?very?simple?example?echo?Hello?World e...
分类:
其他好文 时间:
2014-07-31 00:13:45
阅读次数:
454
假设repository的名字叫hello-world:1.创建一个新的repository:先在github上创建并写好相关名字,描述。$cd ~/hello-world //到hello-world目录$git init //初始化$git add . ...
分类:
其他好文 时间:
2014-07-30 23:37:15
阅读次数:
264
Mangos代码阅读?? 2010-12-14 15:51:07|??分类:?mangos研究|举报|字号?订阅 逻辑层: 类World实现了wow的World,所有的逻辑处理 MaNGOS 下载,编译,配置和运行的基本步骤 下载和安装msysgit,用于代码...
分类:
其他好文 时间:
2014-07-30 21:02:24
阅读次数:
594