Skip to content

BUG 无处不在

BUG 无处不在

  • 百度云优惠
  • 腾讯云优惠
  • 阿里云AI

PHP获取每个时间段的时间戳

PHP / 2021年7月12日 / hamster

//每周一$a = strtotime('this week Monday',time());//每月初一$b

Read more

-bash: ./main.py: /usr/bin/python3^M: bad interpreter: No such file or directory

Linux / 2021年7月10日 / hamster

之所以出现上述问题,可能是不同系统编码格式引起的,你的这个文件也许是在window系统编写,然后上传到了Lin

Read more

-bash: ./main.py: Permission denied

Linux / 2021年7月10日 / hamster

在linux下执行python文件时提示 之所以如此,是权限的问题,对文件权限进行更改 问题就能解决

Read more

thinkphp5 控制器下public,protected,private三者的区别

PHP / 2021年7月8日 / hamster

public:公共 protected:继承 private:私有 请看示例 <?php namespa

Read more

PHP字段截取

PHP / 2021年7月8日 / hamster

建议使用mb_substr()函数,不仅可以截取字符串,还可以截取中文字段。 $text = "这是一条测试语

Read more

U盘安装CentOS系统

Linux / 2021年7月7日 / hamster

准备工作 所需工具:U盘,centos系统镜像,UltralSO工具 CentOS下载地址:https://w

Read more

PHP防SQL注入学习

PHP / 2021年7月6日 / hamster

该示例在MySQL8.0 + PHP7.3 + ThinkPHP5下操作 前提条件: 1.配置文件config

Read more

MySQL删除数据

MySQL / 2021年7月6日 / hamster

delete删除: truncate删除: drop删除: 三者在执行速度上:delete < trun

Read more

jQuery实现倒计时效果

JavaScript / 2021年7月5日 / hamster

方法一: <button id="button1">提交</button> <s

Read more

thinkPHP5使用验证器规则between时所遇问题

PHP / 2021年7月5日 / hamster

先看示例: <?php namespace app\index\validate; use think\

Read more

1 … 16 17 18 19 20 … 22
  • Android
  • Apache
  • CSS
  • Docker
  • HTML
  • JavaScript
  • Linux
  • MySQL
  • Nginx
  • PHP
  • Python
  • rabbitMQ
  • Windows
  • 代码工具
  • 正则表达式

Copyright © 2025 BUG

冀ICP备2023018095号-3  冀公网安备13010802002542号

Search