云博小周宇
云博小周宇
我还没有学会写个人说明!
  • 文章(96804)
  • 评论(0)
  • function getClientIp($type = 0) { $type = $type ? 1 : 0; static $ip = NULL; if ($ip !== NULL) return $ip...
    前端 1年前 (2024-05-05) 69 0
  •   Visual Studio确实是相当好用,各种简化操作什么的简直不要太舒服。但其容量太大,有时不是很方便,所以今天简单介绍一下另一个...
    前端 1年前 (2024-05-05) 73 0
  • 先创建一个demo.php;<img src="imgcode.php" onclick="this.src = ‘imgcode.php?num=‘+new Date().getTime();" />然后...
    前端 1年前 (2024-05-05) 94 0
  • 导出数据到表格public function excel(){ $filename = ‘导出表格‘; $header = [‘编号‘,‘名称‘]; $index = [‘id‘,‘name‘]...
    前端 1年前 (2024-05-05) 52 0
  • namespace NS { class ClassName { } echo ClassName::class; //输出NS\ClassName}自 PHP 5.5 起,关键词 cla...
    前端 1年前 (2024-05-05) 58 0
  • 万年没更新了. 最近用jquery weui. 在使用picker时需要一些问题.就是让picker 显示label, 但是取值的时候取value用于存储. 官网例子如...
    前端 1年前 (2024-05-05) 65 0
  • 超文本标记语言(第一版)——在1993年6月作为互联网工程工作小组(IETF)工作草案发布(并非标准):HTML 2.0——1995年11月作为RFC 1866发...
    前端 1年前 (2024-05-05) 52 0
  • 入队列<?php $redis = new Redis(); $redis->connect(‘127.0.0.1‘,6379); $password = ‘123456‘; $redis-&...
    前端 1年前 (2024-05-05) 62 0
  • 一、什么是JSONP        JSONP(JSONP - JSON with Padding是JSON的一种“使用模式”),利用script标签的src属性(...
    前端 1年前 (2024-05-05) 68 0
  •   1. 概述FormData类型其实是在XMLHttpRequest 2级定义的,它是为序列化表以及创建与表单格式相同的数据(当然是用于XHR传输...
    前端 1年前 (2024-05-05) 66 0
  • 第一章:  Server启动流程 概述:    本章主要讲解server启动的关键步骤, 读者只需要了解server启动的大概逻...
    前端 1年前 (2024-05-05) 76 0
  • 用servlet提交 WangEditor3编辑的内容,找了很多资料没发现,大多用的框架,今天终于解决了,记录一下。WangEditor3不支持放在textarea...
    前端 1年前 (2024-05-05) 77 0
  • // 快捷键设置 keyiing.json // 将键绑定放入此文件中以覆盖默认值 [ /* // 转换大写 { "key" : "ctrl+shift+u", "command"...
    前端 1年前 (2024-05-05) 74 0
  •        今天是2018最后一天了,真是神奇的一年啊,写个博客压压惊,来年继续加油吧。。。。。正文:  当我们打...
    前端 1年前 (2024-05-05) 66 0
  •  前言     前段时间公司准备改造redis的客户端, 原生的客户端是阻塞式链接, 并且链接池初始化的链接数并不高, ...
    前端 1年前 (2024-05-05) 75 0
  • ①在OK HTTP 的GitHub上下载  jar 包 或者添加 grad‘le依赖  OK HTTP 的地址 : https://github.com/square/okhttp &nbs...
    前端 1年前 (2024-05-05) 61 0
  • Nginx发音的“engine x”是一个免费的开源高性能HTTP和反向代理服务器,负责处理互联网上一些最大的网站的负载。 本教程将概述在...
    前端 1年前 (2024-05-05) 58 0
  • package mainimport( "fmt" "net/http" "io/ioutil" "regexp" "strings")var href_reg *regexp.Regexpvar h...
    前端 1年前 (2024-05-05) 62 0
  • // Place your settings in this file to overwrite the default settings { "files.autoGuessEncoding": true, "files.associati...
    前端 1年前 (2024-05-05) 62 0
  • 更新ubuntu软件源sudo apt-get updatesudo apt-get install -y python-software-properties software-properties-commonsudo add-...
    前端 1年前 (2024-05-05) 64 0