摘要: 定义一个函数,该函数可以求两个正数的最小公倍... 阅读全文
posted @ 2018-06-23 17:30 liulonglong 阅读(341) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2018-06-23 15:21 liulonglong 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1冒泡算法$arr[$j+1]){ $tem = $arr[$j]; $arr[$j]=$arr[$j+1]; $arr[$j+1]=$tem; ... 阅读全文
posted @ 2018-06-22 10:31 liulonglong 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 图像基本操作1.创建图像三种方法:创建图像2... 阅读全文
posted @ 2018-06-22 09:59 liulonglong 阅读(426) 评论(0) 推荐(0) 编辑
摘要: $value){ $code .= $arr[$value];}echo $code; 阅读全文
posted @ 2018-06-20 21:25 liulonglong 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 1)var_dump() //打印变量的... 阅读全文
posted @ 2018-06-20 20:42 liulonglong 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 1简介:正则表达式(regular expr... 阅读全文
posted @ 2018-06-20 17:42 liulonglong 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 上传文件原理总述:将本地的文件上传到服务器中... 阅读全文
posted @ 2018-06-20 00:34 liulonglong 阅读(252) 评论(0) 推荐(0) 编辑
摘要: git init 初始一个仓库 git bash 执行命令,生成公钥和私钥ssh-keygen -t rsagitbash 同步到远程仓库 git remote add origin git@github.com:sunnystitch/liuqun.git git push -u origin m 阅读全文
posted @ 2018-06-19 12:58 liulonglong 阅读(218) 评论(0) 推荐(0) 编辑
摘要: git init 初始一个仓库git bash 执行命令,生成公钥和私钥ssh-keygen -t rsagitbash 同步到远程仓库 git remote add origin git@github... 阅读全文
posted @ 2018-06-19 12:58 liulonglong 阅读(85) 评论(0) 推荐(0) 编辑