Blogger Information
弘德誉曦的博客
Blog
143
fans
1
comment
0
visits
440337
integral:1
P beans:445
  • List of blog posts
  • 宝塔面板Nginx配置wss

    宝塔面板Nginx配置wss配置过程注意事项 这次配置确实遇到很多坑,因为第一次配置,很多文档都没有写需要端口放行,所以在这块也是耽误了很长时间! 配置过程 登录宝塔面板,左侧导航栏点击网站,点击想配置的域名,这时会弹出窗口,找到配置文件(如图)。 ...

    2021-07-11 20:07 Read 2549 comment 0
  • jquery.nestable 树型结构 参数文档

    jquery.nestable 树型结构 参数文档

    2019-08-01 11:38 Read 2532 comment 0
  • ie8兼容性问题(五) event对象、e.target和e.preventDefault

    2018-04-29 07:56 Read 2452 comment 0
  • CentOS7 yum安装gogs服务器

    1 使用yum安装Gitsudo yum install git2 添加git用户sudo useradd git3 查看CentOS内核版本,确定架构(x64、x86还是arm)uname ...

    2020-07-11 14:28 Read 2396 comment 0
  • 防止恶意域名解析

    防止恶意域名解析

    2019-06-03 16:07 Read 2392 comment 0
  • javascript ebug属性

    2018-01-20 11:58 Read 2366 comment 0
  • gitlab常用命令

    1.运维管理查看版本cat /opt/gitlab/embedded/service/gitlab-rails/VERSION实时查看日志 gitlab-ctl tail数据库关系升级 gitlab-rake db:migrate清理redis缓存g...

    2020-06-21 20:40 Read 2345 comment 0
  • 配置express上传文件大小

    Node.JS HTTP请求上传参数最大限制修改

    2019-04-26 17:51 Read 2325 comment 0
  • 获取U盘的挂载路径,直接读写U盘(就像挂载sdcard读写文件)

    获取U盘的挂载路径,直接读写U盘(就像挂载sdcard读写文件)

    2019-10-19 20:50 Read 2275 comment 0
  • 有关H5中背景音乐的自动播放功能

    有关HTML5中背景音乐的自动播放功能这篇文章主要介绍了有关HTML5中背景音乐的自动播放功能的相关资料,需要的朋友可以参考下音乐的自动播放属性,这里也介绍一下:

    2021-07-31 21:22 Read 2224 comment 0
  • 正则匹配表情字符集

    正则匹配表情字符集 导致在写MYSQL的时候出错,造成系统错误,这个是相当惹人讨厌的事情了。 不过找了很多帖子,终于发现可以用正则表达式判断出当前提交的是否有Emoji表情。 Emoji表情的正则表达式如下: /[\xf0-\xf7].{3}/有正则...

    2021-10-09 14:28 Read 2219 comment 0
  • 搭建Gogs服务,页面报错Failed to test ‘git‘ command: exec: “git“: executable file not found in $PATH

    Linux:搭建Gogs服务,页面报错Failed to test ‘git‘ command: exec: “git“: executable file not found in $PATHAmae       &n...

    2021-10-14 14:39 Read 2196 comment 0
  • three.js 入门详解(一)

    three.js 入门详解(一)Levi丶发布于 2017-12-011. 概述1.1 什么是WebGL?WebGL是在浏览器中实现三维效果的一套规范想要使用WebGL原生的API来写3D效果的话,很吃力。three.js是WebGL的一个...

    2021-07-13 17:56 Read 2176 comment 0
  • linux客户端长连接设置

    2018-05-02 21:07 Read 2170 comment 0
  • MySQL创建定时任务

    一、前言  自MySQL5.1.6起,增加了一个非常有特色的功能-事件调度器(Event Scheduler),可以用做定时执行某些特定任务(例如:删除记录、对数据进行汇总、数据备份等等),来取代原先只能由操作系统的计划任务来执行的工作。更值得一提...

    2020-05-26 16:30 Read 2139 comment 0