- 浏览: 44020 次
文章分类
- 全部博客 (29)
- java (29)
- ava框架数据库连接池比较(c3p0 (1)
- dbcp和proxool)bonecp (1)
- 并发编程的Java抽象 (1)
- Comparing PHP Frameworks ( Symfony (1)
- CakePHP (1)
- YII and CodeIgniter) (1)
- 简单的Unit Test理解 (1)
- mysql concat函数 字符串连接 (1)
- PHP学习笔记(一) (1)
- Struts2 工作流程 (1)
- 关于Java性能监控您不知道的5件事 (1)
- paypal注册难吗? (1)
- Android采用SharedPreferences保存用户登录信息 (1)
- 开微博 (1)
- 《疯狂的程序员》 (1)
- FindBugs无法使用的问题 (1)
- 将SVG文件嵌入到网页中的问题 并说object和embed标记 (1)
- 突然想说说IP地址欺骗 (1)
- 把.NET程序部署到没有安装.NET Framwork的机器上 (1)
- 写个小程序QQMessage 熟悉一下界面控件的使用 (1)
- 看流程图,写代码。 (1)
- ASP.NET MVC 2生成动态表单的一种最简单的思路 (1)
- 一网络能连接后提示用户的小程序 (1)
- 重载运算符之前++和后++ (1)
- Spring JMS 整合Tomcat和ActiveMQ (1)
- android Launch Mode and Flags (1)
- PPT打包成EXE常用方法 (1)
- Android开发之初识Camera图像采集 (1)
- Android开发之自定义动画 (1)
- Multiple operations have reported errors Select an error to view its details (1)
- Hadoop启动时出现Unrecognized option: -jvm 和 Could not create the Java virtual machine (1)
- pjhjava soap的开发 (1)
最新评论
-
wolf_awp:
受不了啊,这种东西都能到首页去。
看流程图,写代码。 -
depravedangel:
原帖:http://blog.csdn.net/arui319 ...
写个小程序QQMessage 熟悉一下界面控件的使用 -
depravedangel:
05年的帖子,直接拷贝过来,LZ不厚道
写个小程序QQMessage 熟悉一下界面控件的使用 -
depravedangel:
判断QQ是否隐身是怎么做的的?
写个小程序QQMessage 熟悉一下界面控件的使用
<span style="font-family: 'Times New Roman'; font-size: 16px;"></span><div style="font-family: Arial; margin-top: 1px; margin-right: 4px; margin-bottom: 2px; margin-left: 2px; background-color: rgb(255, 255, 255); line-height: 1.6; font-size: 14px;">
<h2 style="font-weight: bold; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 14px;">学习和使用JAVA已经超过5年的时间了,现在准备以JAVA为基础学习PHP语言,主要从PHP和JAVA的区别方面入手进行学习</h2>
<div><br>
<div>
<span style="font-family: Verdana, Arial, Helvetica, sans-serif; background-color: rgb(249, 249, 249);"></span><h2 style="font-weight: bold; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 14px;">什么是 PHP?</h2>
<ul style="margin-top: 10px; margin-bottom: 0px;">
<li style="margin-top: 3px;">PHP 指 PHP:超文本预处理器(译者注:PHP: Hypertext Preprocessor,递归命名)</li>
<li style="margin-top: 3px;">PHP 是一种服务器端的脚本语言,类似 ASP</li>
<li style="margin-top: 3px;">PHP 脚本在服务器上执行</li>
<li style="margin-top: 3px;">PHP 支持很多数据库(MySQL、Informix、Oracle、Sybase、Solid、PostgreSQL、Generic ODBC 等等)</li>
<li style="margin-top: 3px;">PHP 是一个开源的软件(open source software,OSS)</li>
<li style="margin-top: 3px;">PHP 可免费下载使用</li>
</ul>
<span style="font-family: Verdana, Arial, Helvetica, sans-serif; background-color: rgb(249, 249, 249);"></span><h2 style="font-weight: bold; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 14px;">什么是 PHP 文件?</h2>
<ul style="margin-top: 10px; margin-bottom: 0px;">
<li style="margin-top: 3px;">PHP 文件可包含文本、HTML 标签以及脚本</li>
<li style="margin-top: 3px;">PHP 文件向浏览器返回纯粹的 HTML</li>
<li style="margin-top: 3px;">PHP 文件的文件后缀是 ".php"、".php3" 或 ".phtml"</li>
</ul>
<br>
<div><br>
<h2 style="font-weight: bold; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 14px;">PHP和JAVA的区别</h2>
<div>
<span style="font-family: Verdana, Arial, Helvetica, sans-serif; background-color: rgb(249, 249, 249);"></span><h2 style="font-weight: bold; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 14px;">区别一:基本的 PHP 语法</h2>
<p style="margin-top: 12px; margin-bottom: 0px; line-height: 18px;">PHP 的脚本块以<?php开始,以?>结束。您可以把 PHP 的脚本块放置在文档中的任何位置。
<p style="margin-top: 12px; margin-bottom: 0px; line-height: 18px;">不过,为了达到最好的兼容性,我们推荐您使用标准形式 (<?php),而不是简写形式。
<?php
?></pre>
<p style="margin-top: 12px; margin-bottom: 0px; line-height: 18px;">PHP 文件通常会包含 HTML 标签,就像一个 HTML 文件,以及一些 PHP 脚本代码。
<pre style="width: 580px; margin-top: 10px; margin-bottom: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; border-color: initial; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; border-top-color: rgb(119, 136, 85); border-right-color: rgb(119, 136, 85); border-bottom-color: rgb(119, 136, 85); border-left-color: rgb(119, 136, 85); background-color: rgb(245, 245, 245); font-family: 'Courier New', monospace; font-size: 12px;"><html>
<body>
<?php
echo "Hello World";
?>
</body>
</html></pre>
<br>
<div><br>
<h2 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 14px;">区别二:PHP 中的变量</h2>
<p style="margin-top: 12px; margin-bottom: 0px; line-height: 18px;"><span style="font-weight: normal;">变量用于存储值,比如数字、文本字符串或数组。</span>
<p style="margin-top: 12px; margin-bottom: 0px; line-height: 18px;"><span style="font-weight: normal;">PHP 中的所有变量都是以 $ 符号开始的。</span>
<pre style="width: 580px; margin-top: 10px; margin-bottom: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; border-color: initial; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; border-top-color: rgb(119, 136, 85); border-right-color: rgb(119, 136, 85); border-bottom-color: rgb(119, 136, 85); border-left-color: rgb(119, 136, 85); background-color: rgb(245, 245, 245); font-family: 'Courier New', monospace; font-size: 12px;"><span style="font-weight: normal;">$var_name = value;</span></pre>
<p style="margin-top: 12px; margin-bottom: 0px; line-height: 18px;"><span style="font-weight: normal;">PHP 的入门者往往会忘记在变量的前面的 $ 符号。如果那样做的话,变量将是无效的。</span>
<h2 style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 14px;"><br></h2>区别三:PHP 是一门松散类型的语言(Loosely Typed Language)
<p style="margin-top: 12px; margin-bottom: 0px; line-height: 18px;">在上面的例子中,您看到了,不必向 PHP 声明该变量的数据类型。
<p style="margin-top: 12px; margin-bottom: 0px; line-height: 18px;">在强类型的编程语言中,您必须在使用前声明变量的类型和名称。
<p style="margin-top: 12px; margin-bottom: 0px; line-height: 18px;"><br>
<h2 style="font-weight: bold; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 14px;">foreach 语句</h2>
<p style="margin-top: 12px; margin-bottom: 0px; line-height: 18px;">foreach 语句用于循环遍历数组。
<h3 style="font-weight: bold; margin-top: 20px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 12px;">语法</h3>
<pre style="width: 580px; margin-top: 10px; margin-bottom: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; border-color: initial; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; border-top-color: rgb(119, 136, 85); border-right-color: rgb(119, 136, 85); border-bottom-color: rgb(119, 136, 85); border-left-color: rgb(119, 136, 85); background-color: rgb(245, 245, 245); font-family: 'Courier New', monospace; font-size: 12px;">foreach (array as value)
{
code to be executed;
}
</pre>
<h3 style="font-weight: bold; margin-top: 20px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 12px;">例子</h3>
<p style="margin-top: 12px; margin-bottom: 0px; line-height: 18px;">下面的例子示范了一个循环,这个循环可以输出给定数组的值:
<html>
<body>
<?php
$arr=array("one", "two", "three");
foreach ($arr as $value)
{
echo "Value: " . $value . "<br />";
}
?>
</body>
</html></pre>
<div style="font-family: Arial; margin-top: 1px; margin-right: 4px; margin-bottom: 2px; margin-left: 2px; background-color: rgb(255, 255, 255); line-height: 1.6; font-size: 14px;"><br>
<div style="font-family: Arial; margin-top: 1px; margin-right: 4px; margin-bottom: 2px; margin-left: 2px; background-color: rgb(255, 255, 255); line-height: 1.6; font-size: 14px;"><br>
<span style="font-family: Verdana, Arial, Helvetica, sans-serif; background-color: rgb(249, 249, 249);"></span><h2 style="font-weight: bold; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 14px;">创建 PHP 函数</h2>
<p style="margin-top: 12px; margin-bottom: 0px; line-height: 18px;">函数是一种可以在任何被需要的时候执行的代码块。
<h3 style="font-weight: bold; margin-top: 20px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 12px;">创建 PHP 函数:</h3>
<li style="margin-top: 3px;">所有的函数都使用关键词 "function()" 来开始</li>
<li style="margin-top: 3px;">命名函数 - 函数的名称应该提示出它的功能。函数名称以字母或下划线开头。</li>
<li style="margin-top: 3px;">添加 "{" - 开口的花括号之后的部分是函数的代码。</li>
<li style="margin-top: 3px;">插入函数代码</li>
<li style="margin-top: 3px;">添加一个 "}" - 函数通过关闭花括号来结束。</li>
<h3 style="font-weight: bold; margin-top: 20px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 12px;">例子</h3>
<pre style="width: 580px; margin-top: 10px; margin-bottom: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; border-color: initial; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; border-top-color: rgb(119, 136, 85); border-right-color: rgb(119, 136, 85); border-bottom-color: rgb(119, 136, 85); border-left-color: rgb(119, 136, 85); background-color: rgb(245, 245, 245); font-family: 'Courier New', monospace; font-size: 12px;"><html>
<body>
<?php
function writeMyName()
{
echo "David Yang";
}
writeMyName();
?>
</body>
</html></pre>
<br><span style="font-family: Verdana, Arial, Helvetica, sans-serif; background-color: rgb(249, 249, 249);"></span>
<h2 style="font-weight: bold; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 14px;">PHP 函数 - 返回值</h2>
<p style="margin-top: 12px; margin-bottom: 0px; line-height: 18px;">函数也能用于返回值。
<h3 style="font-weight: bold; margin-top: 20px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: 12px;">例子</h3>
<html>
<body>
<?php
function add($x,$y)
{
$total = $x + $y;
return $total;
}
echo "1 + 16 = " . add(1,16);
?>
</body>
</html></pre>
<p style="margin-top: 12px; margin-bottom: 0px; line-height: 18px;">以上代码的输出:
<pre style="width: 580px; margin-top: 10px; margin-bottom: 0px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; border-color: initial; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; border-top-color: rgb(119, 136, 85); border-right-color: rgb(119, 136, 85); border-bottom-color: rgb(119, 136, 85); border-left-color: rgb(119, 136, 85); background-color: rgb(245, 245, 245); font-family: 'Courier New', monospace; font-size: 12px;">1 + 16 = 17</pre>
发表评论
-
pjhjava soap的开发
2012-02-07 16:50 938soap 的开发其实是wsdl到java的一个开发过程 ... -
Hadoop启动时出现Unrecognized option: -jvm 和 Could not create the Java virtual machine
2012-02-07 13:34 5480http://javoft.net/2011/06/h ... -
Multiple operations have reported errors Select an error to view its details
2012-01-31 16:53 1762<div id="blog_content&q ... -
Android开发之自定义动画
2012-01-11 16:54 2545<h1>Android开发之自定义动画&l ... -
Android开发之初识Camera图像采集
2012-01-11 15:39 3973<h1>Android开发之初识Camer ... -
PPT打包成EXE常用方法
2011-12-28 13:18 959<span style="fon ... -
android Launch Mode and Flags
2011-12-28 11:44 760android:allowTaskReparen ... -
Spring JMS 整合Tomcat和ActiveMQ
2011-12-21 14:34 22891.Active MQ安装配置 1.1.下载并解压A ... -
重载运算符之前++和后++
2011-12-21 10:19 1179<span style="font-f ... -
一网络能连接后提示用户的小程序
2011-12-20 11:59 796国庆节放假期间整个小区断网4天,家里没办法上网,基本都 ... -
ASP.NET MVC 2生成动态表单的一种最简单的思路
2011-12-20 11:14 1027在BPM、OA等系统中,都会存在一个表单设计器。有些 ... -
看流程图,写代码。
2011-12-19 12:59 2302看流程图,写代码。<br><br&g ... -
写个小程序QQMessage 熟悉一下界面控件的使用
2011-12-15 16:14 1404首先,代表我个人祝所有看到此日志的朋友新年快乐!! ... -
把.NET程序部署到没有安装.NET Framwork的机器上
2011-12-15 13:04 897<div class="text1&q ... -
突然想说说IP地址欺骗
2011-12-15 12:04 717<font size="3" ... -
将SVG文件嵌入到网页中的问题 并说object和embed标记
2011-12-14 14:44 1430<p class="MsoNormal ... -
FindBugs无法使用的问题
2011-12-13 11:44 1700<p class="MsoNorma ... -
《疯狂的程序员》
2011-12-13 10:19 611《疯狂的程序员》 年前,去书店,发现了一本书,摆在推荐 ... -
开微博
2011-12-12 13:09 619这里毕竟是CSDN,一个国内领先的IT技术站点。我这里 ... -
Android采用SharedPreferences保存用户登录信息
2011-12-09 11:39 4129[size=small;]??? Androi ...
相关推荐
PHP个人学习笔记
### PHP学习笔记与实例解析 #### 第一章:PHP高级语法与功能 ##### PHP的`date()`函数 `date()`函数是PHP中用于格式化日期和时间的强大工具。它可以将Unix时间戳转换成人类可读的日期和时间格式。这个函数有两个...
综上所述,这份学习笔记是一个全面的PHP入门教程,涵盖了从基本语法、数据类型到高级特性的众多主题,对于想要学习PHP的新手来说是一份极其有用的资源。通过逐个学习和实践这些文件中的内容,读者可以逐步建立起自己...
PHP框架学习笔记 PHP框架学习笔记是学习PHP框架的重要笔记,涵盖了CI框架的基本概念、控制器、模型、视图、URI路由、数据库操作、表单提交、上传文件、Session管理等方面的知识点。 CI框架的业务流程是从域名或...
根据提供的“php100学习笔记”的部分内容,我们可以总结出一系列重要的PHP知识点,涉及字符串处理、文件操作、类与对象的基础等内容。 ### 字符串处理 #### `str_replace` `str_replace`函数用于在字符串中替换...
【PHP学习笔记】 在深入PHP之前,我们先回顾一下HTML的一些基础知识点。`<hr>`标签用于在HTML页面中创建一条水平线,起到分隔内容的作用。`target="_blank"`属性用于链接,当点击链接时会在新窗口打开目标页面。在...
### PHP学习笔记总结 #### 一、Trim() 函数 - **功能**:Trim() 函数用于删除字符串开头和结尾的空白字符(如空格、制表符等)。这是一个非常实用的功能,在处理用户输入的数据时尤其有用,可以避免因为用户无意中...
首先,类是对象的蓝图,它定义了一组属性(数据)和方法(操作)。类将相关的数据和行为组织在一起,形成一个独立的实体。例如,一个“Person”类可能包含"name"和"age"属性,以及"sayHello"和"birthday"方法。通过...
php的学习笔记,环境配置、开发基础、问题解决
这篇"php基本语法学习笔记"将引导我们深入理解PHP的核心概念和基础语法。通过博主杨梦在ITEYE博客上分享的文章链接(https://yangmeng.iteye.com/blog/1969617),我们可以获得关于PHP编程的实用知识。 首先,PHP...
### PHP基础学习笔记 #### 第一章:PHP + MySQL 基础入门 ##### Web 开发简介 在这一章节中,我们首先介绍了Web开发的基本概念及其工作原理。Web开发涉及创建和维护网站的过程,它包括前端开发(负责网站外观、...
本篇PHP学习笔记覆盖了PHP的基础语法、变量、数据类型、控制结构、函数、面向对象编程、错误处理、文件操作以及与数据库的交互等内容,为初学者提供了一个全面的学习框架。掌握这些知识点后,你可以开始构建自己的...
在本系列的学习笔记中,我们将深入探讨PHP编程的基础知识,从环境配置到基本语法,再到数组类型和HTML交互。PHP是一种广泛使用的服务器端脚本语言,尤其适合于Web开发,可以嵌入到HTML中,为网页添加动态内容和交互...
这份"php学习笔记之重要知识点总结"涵盖了PHP与MySQL的基础,旨在为学习者提供一个全面的指南。下面,我们将深入探讨这些核心概念。 首先,让我们从PHP的基础开始。PHP是一种服务器端的脚本语言,主要用于Web开发,...
本文是一篇关于Redis全套学习笔记的文章,主要介绍了Redis的基础知识、数据结构、持久化、集群、高可用、性能优化等方面的内容。通过本文的学习,读者可以全面掌握Redis的使用和应用,提高自己的技术水平和实践能力...
【PHP学习笔记】是作者四个月学习PHP过程中积累的个人笔记,主要涵盖了HTML基础、CSS基础以及PHP基础等核心内容。这些笔记对于初学者来说是非常有价值的资源,因为它们以小案例的形式展示了各种知识点,便于理解和...
学习笔记php二次开发学习笔记 php二次开发学习笔记 php二次开发学习笔记
这份"php第一部分学习笔记源码"是初学者掌握PHP基础的一个宝贵资源,它涵盖了PHP的基础概念、语法以及常见应用。 首先,PHP的核心特性在于它的服务器端脚本能力。这意味着PHP代码在服务器上执行,然后将结果以HTML...