会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
liulonglong
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
下一页
2018年6月23日
用PHP实现最小公倍数 2-200素数
摘要: 定义一个函数,该函数可以求两个正数的最小公倍...
阅读全文
posted @ 2018-06-23 17:30 liulonglong
阅读(357)
评论(0)
推荐(0)
一个老码农对职场的思考
摘要: ...
阅读全文
posted @ 2018-06-23 15:21 liulonglong
阅读(169)
评论(0)
推荐(0)
2018年6月22日
PHP算法 (冒泡 选择排序 折半查找 顺序查找 斐波那契数列 素数 )
摘要: 1冒泡算法$arr[$j+1]){ $tem = $arr[$j]; $arr[$j]=$arr[$j+1]; $arr[$j+1]=$tem; ...
阅读全文
posted @ 2018-06-22 10:31 liulonglong
阅读(160)
评论(0)
推荐(0)
php 图像的基本操作
摘要: 图像基本操作1.创建图像三种方法:创建图像2...
阅读全文
posted @ 2018-06-22 09:59 liulonglong
阅读(474)
评论(0)
推荐(0)
2018年6月20日
php 随机字符串 验证码
摘要: $value){ $code .= $arr[$value];}echo $code;
阅读全文
posted @ 2018-06-20 21:25 liulonglong
阅读(116)
评论(0)
推荐(0)
php中 var_dump 和 echo 和 print_r() 和 print
摘要: 1)var_dump() //打印变量的...
阅读全文
posted @ 2018-06-20 20:42 liulonglong
阅读(64)
评论(0)
推荐(0)
正则表达式的整理
摘要: 1简介:正则表达式(regular expr...
阅读全文
posted @ 2018-06-20 17:42 liulonglong
阅读(139)
评论(0)
推荐(0)
php上传文件原理
摘要: 上传文件原理总述:将本地的文件上传到服务器中...
阅读全文
posted @ 2018-06-20 00:34 liulonglong
阅读(272)
评论(0)
推荐(0)
2018年6月19日
git 几个简单命令
摘要: git init 初始一个仓库git bash 执行命令,生成公钥和私钥ssh-keygen -t rsagitbash 同步到远程仓库 git remote add origin git@github...
阅读全文
posted @ 2018-06-19 12:58 liulonglong
阅读(95)
评论(0)
推荐(0)
git 几个简单命令
摘要: 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
阅读(231)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
下一页
公告