Skip to content
斜杠猿日志

跨界的IT博客

  • 首页
  • 大咖说
  • 源码
  • 系列
  • 书架
  • 读书
  • 联系
Home › Articles Posted by tonglei › Page 4

作者:tonglei

Posted in 区块链

火币操作流程

火币官网注册账号 https://www.huobi.br.com/zh-cn/topic/invited/? […]

by tongleiPosted on 2018年6月14日2018年7月1日
Posted in 网络协议

HTTP — 413

在PHP程序中上传图片出现了以下错误: HTTP:413 Request Entity Too Large 解 […]

by tongleiPosted on 2018年5月14日2018年12月24日
Posted in PHP

异常处理try-catch-finally

php5.5新增 Finally模块! try { //好好干,出了问题不要怕,外面有人接应 } catch […]

by tongleiPosted on 2018年4月21日2019年4月19日
Posted in 算法与数据结构

php单点登录如何实现

假设有三个不同域名,a.com, b.com, c.com,将其中之一作为真正的登陆入口,所有的域名下发 起的 […]

by tongleiPosted on 2018年4月17日2018年7月1日
Posted in 操作系统

Linux命令末尾带 >/dev/null 2>&1,是什么意思呢?

自动脚本crontab中见得较多; 先分开介绍下各个符号的含义: 1. 重定向符号: ‘<‘ 输入重定向 […]

by tongleiPosted on 2018年4月11日2018年9月13日
Posted in PHP

如何组织PHP中的异常

本文的主题是怎么组织php的异常?在大型项目中异常往往被我们忽略,但是如果前期没有很好的规划好,越到项目后期, […]

by tongleiPosted on 2018年4月9日2018年4月11日
Posted in PHP

【待解决】php统计浏览器在线人数原理

//TODO

by tongleiPosted on 2018年4月8日2018年7月1日
Posted in PHP

PHP 单例模式

PHP 单例模式 <?php #单例 class singleton{ private static $ […]

by tongleiPosted on 2018年4月3日2018年4月18日
Posted in PHP

PHP 获取手机号归属地

近日需要一个用手机号查询用户所属城市的需求,遍搜全网唯淘宝api可用免费,懒得写描述了直接上代码 functi […]

by tongleiPosted on 2018年4月3日2018年4月3日
Posted in PHP

【待解决】类私有方法能否被调用?

by tongleiPosted on 2018年4月2日2018年7月1日
Posted in 算法与数据结构

快速排序

<?php /** * 快速排序 * 在当前无序区R[1..H]中任取一个数据元素作为比较的”基准”(不 […]

by tongleiPosted on 2018年4月2日2018年4月2日
Posted in 算法与数据结构

冒泡排序

<?php /** * 冒泡排序: * 两两比较待排序数据元素的大小,发现两个数据元素的次序相反时即进行 […]

by tongleiPosted on 2018年4月2日2018年4月2日
Posted in 算法与数据结构

选择排序

<?php /** * 选择排序 * 每一趟从待排序的数据元素中选出最小(或最大)的一个元素,顺序放在已 […]

by tongleiPosted on 2018年4月2日2018年4月2日
Posted in 算法与数据结构

插入排序

<?php //error_reporting(0); /** * 插入排序: * 每次将一个待排序的数 […]

by tongleiPosted on 2018年4月2日2018年4月2日
Posted in 算法与数据结构

观察者模式php实现

<?php /** * 观察者模式: * 当一个对象状态发生改变时,依赖它的对象会全部收到通知,并自动更 […]

by tongleiPosted on 2018年3月28日2018年7月1日
Posted in 算法与数据结构

回环矩阵的PHP实现

回环矩阵指的是一个从一开始,不断按照上、右、下、左顺序依次增大的矩阵序列,例: 1 2 3 8 9 4 7 6 […]

by tongleiPosted on 2018年3月26日2018年3月26日
Posted in 算法与数据结构

用php获取文件相对路径

[参考答案] 数组函数实现; 1 <?php 2 $a = ‘/a/b/c/d/e.php’; 3 $b […]

by tongleiPosted on 2018年3月25日2018年3月25日

文章导航

上一个 1 … 3 4

搜索

分类目录

  • NODE.JS (7)
  • PHP (33)
  • PYTHON (2)
  • R (1)
  • 其他 (2)
  • 区块链 (2)
  • 大咖说 (5)
  • 工具 (2)
  • 操作系统 (6)
  • 数据库 (9)
  • 算法与数据结构 (9)
  • 管理 (1)
  • 网络协议 (3)
  • 金融经济 (1)

热门文章

  • 大咖说 — 盘古大叔的PHP成长之路 - 1,062 views
  • node.js的web开发框架koa2初体验! - 745 views
  • 大咖说 — 佛系程序员的月薪五万指南 - 571 views
  • linux:This account is currently not available. - 544 views
  • 来自R语言的震撼 - 532 views
  • node利用sequelize连接mysql - 456 views
  • mysql的虚拟列 - 390 views
  • 火币操作流程 - 377 views
  • Linux命令末尾带 >/dev/null 2>&1,是什么意思呢? - 368 views
  • wordpress后台,页面属性里没有模板选项 - 325 views

推荐文章

  • 电商SKU简版设计
  • msyql添加外网访问账号
  • Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime
  • The plain HTTP request was sent to HTTPS port
  • GDB调试PHP源码理解变量引用
  • GDB调试PHP源码理解写时复制

日历

  • 2019年十一月 (1)
  • 2019年九月 (2)
  • 2019年八月 (1)
  • 2019年七月 (4)
  • 2019年六月 (6)
  • 2019年四月 (2)
  • 2019年三月 (5)
  • 2019年一月 (1)
  • 2018年十一月 (5)
  • 2018年九月 (9)
  • 2018年八月 (16)
  • 2018年七月 (7)
  • 2018年六月 (2)
  • 2018年五月 (1)
  • 2018年四月 (12)
  • 2018年三月 (3)

友情链接

北漂程序人生

© 2019 斜杠猿日志. 京ICP备18002281号-1