Blog

Page 9 Create a Blog

PHP转义相关函数

htmlspecialchars将与、单双引号、大于和小于号化成HTML格式&转成&"转成"' 转成&#0……

By Heanny
4282 read

Linux 下设置路由

# route -n                 &nb……

By 柠檬
5448 read

php上传base64图片并生成缩略图

​$base64img1 = split(\';\', $this_img); $base64img = split(\'/\'……

By Heanny
9789 read

【2018-10-03】pycharm,webstorm,phpstorm 破解激活

破解补丁激活 优点:到期时间为2099年,基本为永久啦 缺点:相对服务器激活麻烦些,但是一共只需要3个步骤,其实并不麻烦 ……

By Heanny
19544 read

SpringBoot项目在IntelliJ IDEA中实现热部署

spring-boot-devtools是一个为开发者服务的一个模块,其……

By 肖奈
6738 read

cacti rrd流量文件导出工具

下载  http://download.heanny.cn/download/rrd_fetch.tar.gzh……

By 肖奈
6446 read

Django自定义用于Views的装饰器

不带参数的装饰器from functools import wraps&nbs……

By 肖奈
6280 read
git

git服务器搭建

Git 服务器搭建1、安装Git$ yum install curl-deve……

By 肖奈
6045 read

Apache 配置https及强制使用443端口

iptables配置443端口 vi /etc/sysconfig/iptables -A INPUT -m state ……

By 肖奈
20835 read

jetbrains.com类软件申请学生注册码(有效期一年)

去申请伪edu 邮箱  :http://mdu.edu.rs/http://unn.edu.……

By 肖奈
6437 read

vue 的 history 模式(去掉#)

ue-router 默认 hash 模式 —— 使用 URL 的 hash 来模拟……

By 肖奈
5487 read

Ubuntu 卸载openjdk,安装jdk

系统版本:Ubuntu 14.04.5JDK版本:jdk1.8.0_121卸载 ……

By 肖奈
5682 read

apscheduler 时间段配置

(int|str) 表示参数既可以是int类型,也可以是str类型(da……

By 肖奈
7734 read

django 创建model并同步至数据库

step1 # 修改app下的modelstep2 # 将app添加的项目中 最后一行PythonINSTALLED_APPS ……

By Heanny
5974 read

解决python ssh无法获取环境问题

1.已添加了linux系统环境变量变量于/etc/profilevi /etc/prof……

By 肖奈
6500 read