06 2018 档案

摘要:熊场一共面试了俩职位,第一个职位,我面试了三... 阅读全文
posted @ 2018-06-28 00:26 liulonglong 阅读(228) 评论(0) 推荐(0) 编辑
摘要:常用PHP模板引擎介绍 smarty,是所有... 阅读全文
posted @ 2018-06-28 00:23 liulonglong 阅读(224) 评论(0) 推荐(0) 编辑
摘要:网页标题 ... 阅读全文
posted @ 2018-06-25 23:36 liulonglong 阅读(165) 评论(0) 推荐(0) 编辑
摘要:实例: 递归遍历所有目录及子目录和文件"; ... 阅读全文
posted @ 2018-06-24 22:59 liulonglong 阅读(113) 评论(0) 推荐(0) 编辑
摘要:定义一个函数,该函数可以求两个正数的最小公倍... 阅读全文
posted @ 2018-06-23 17:30 liulonglong 阅读(343) 评论(0) 推荐(0) 编辑
摘要:... 阅读全文
posted @ 2018-06-23 15:21 liulonglong 阅读(160) 评论(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 阅读(154) 评论(0) 推荐(0) 编辑
摘要:图像基本操作1.创建图像三种方法:创建图像2... 阅读全文
posted @ 2018-06-22 09:59 liulonglong 阅读(448) 评论(0) 推荐(0) 编辑
摘要:$value){ $code .= $arr[$value];}echo $code; 阅读全文
posted @ 2018-06-20 21:25 liulonglong 阅读(110) 评论(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 阅读(131) 评论(0) 推荐(0) 编辑
摘要:上传文件原理总述:将本地的文件上传到服务器中... 阅读全文
posted @ 2018-06-20 00:34 liulonglong 阅读(260) 评论(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 阅读(220) 评论(0) 推荐(0) 编辑
摘要:git init 初始一个仓库git bash 执行命令,生成公钥和私钥ssh-keygen -t rsagitbash 同步到远程仓库 git remote add origin git@github... 阅读全文
posted @ 2018-06-19 12:58 liulonglong 阅读(89) 评论(0) 推荐(0) 编辑
摘要:1什么是设计模式?1.1 设计模式是代码设计... 阅读全文
posted @ 2018-06-19 08:31 liulonglong 阅读(176) 评论(0) 推荐(0) 编辑
摘要:所谓的URL访问模式(url路由模式),值的... 阅读全文
posted @ 2018-06-13 19:32 liulonglong 阅读(195) 评论(0) 推荐(0) 编辑
摘要:阶乘的求解思路: 5! = 5 * 4! 5... 阅读全文
posted @ 2018-06-09 00:47 liulonglong 阅读(149) 评论(0) 推荐(0) 编辑
摘要:代码如下 ... 阅读全文
posted @ 2018-06-08 22:48 liulonglong 阅读(3948) 评论(0) 推荐(0) 编辑