会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zrn
phper的小白进阶之路
博客园
首页
新随笔
联系
管理
订阅
12 2019 档案
php排列组合算法
摘要:<?php $arr=[['a','b','c','d'],['2','3','4','5'],[',','.','?',';']]; $num = count($arr); if ($num 0) return false; if ($num 1) return $arr[0]; while(co
阅读全文
posted @
2019-12-23 09:27
zrn
阅读(765)
评论(0)
推荐(0)
使用workerman搭建即时聊天
摘要:开发文档:http://doc2.workerman.net/ 下载服务器端安装文件: 有windows版和linux版两个版本,我下载的linux版,在windows上也可以运行。 打开后有这些文件: 把这个文件放在服务器上或者项目中都可以,需要运行的就是最后一个start_for_win.bat
阅读全文
posted @
2019-12-07 15:25
zrn
阅读(2368)
评论(1)
推荐(0)
python3.7 初学整理
摘要:if判断句使用 the_world_is_flat=False if the_world_is_flat: print ("Be careful not to fall off!") else: print ("No!") 运行结果: 运算 print(2+2) print(8/5) print(8
阅读全文
posted @
2019-12-06 18:01
zrn
阅读(213)
评论(0)
推荐(0)
公告