zoukankan
html css js c++ java
php相关笔记
基本概念
php.net/函数名:可以查询函数功能
相关环境:xampp
网页文件中在xampp/htdocs
相关使用:
https://www.cnblogs.com/fousor/p/9899575.html
语法
print语句
print"content";
print"<pre>text</pre>";
输出也可以用echo
汉字和英语编码不同,所以路径中不应有汉语
数据类型
int,float,boolean,string,arrary,object,resourse,NULL
NULL不可写为null
文件操作
查看全文
相关阅读:
leetcode Move Zeroes
leetcode Same Tree
leetcode range sum query
leetcode Invert Binary Tree
leetcode【sql】 Delete Duplicate Emails
mac编译PHP报错 configure: error: Please reinstall the libcurl distribution
Linux添加系统环境变量的两种方法
Mysql获取去重后的总数
MySQL查询order by相减select相减的Sql语句
修改maven本地仓库路径
原文地址:https://www.cnblogs.com/l0nmar/p/12553838.html
最新文章
关于主键的设计、primary key
关于整型Integer、Int32、Int64、IntPtr、UINT、UInt32、Cardinal、UInt64、UIntPtr、NativeUInt、Pointer、Handle
获取矩形局域的方法,Rect、Bounds、Point
CxGrid 表格列内容居中
CxGrid 表格标题头居中
DevExpress 去除皮肤的方法
类、接口、记录、动态数组的内存释放问题,当做参数和返回值的时候 释放问题
修饰符(动态String数组篇)--- 常用 解除疑问。
从Container内存监控限制到CPU使用率限制方案
从Container内存监控限制到CPU使用率限制方案
热门文章
leetcode happy number
leetcode Climbing Stairs
leetcode Remove Duplicates from Sorted List
leetcode Reverse Linked List
Leetcode Roman to Integer
leetcode Majority Element
当当网笔试的两道编程题
leetcode Number of 1 Bits
leetcode Contains Duplicate
Leetcode Valid Anagram
Copyright © 2011-2022 走看看