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
文件操作
查看全文
相关阅读:
日期类和包装类
集合——list
数组
多态小结
一些概念性的知识点
简单的图书管理系统
一个小总结
python-web自动化:上传操作
python-web自动化:日期框操作
python-web自动化:滚动条
原文地址:https://www.cnblogs.com/l0nmar/p/12553838.html
最新文章
bootstrap神器
启动线程的方法
jdk动态代理与cglib动态代理
java collection
My前端bootstrap(三)
My前端bootstrap(二)
My前端:inline、block、inline-block的区别
自动机与语言
Finding A Mediocre Player笔记
On The Complexity Of Partial Order Productions 笔记
热门文章
全单模矩阵
拉格朗日反演
数值优化(十)
数值分析(八)
数值优化(三)
数值优化(七)
数值优化(五)
mysql小结——忘记密码、修改密码
set——哈希set(hashset)和treeset
String小结
Copyright © 2011-2022 走看看