Blog

Page 9 Create a Blog

Linux 下设置路由

# route -n                 &nb……

By 柠檬
4818 read

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

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

By Heanny
9091 read

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

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

By Heanny
17251 read

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

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

By 肖奈
6086 read

cacti rrd流量文件导出工具

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

By 肖奈
5601 read

Django自定义用于Views的装饰器

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

By 肖奈
5769 read
git

git服务器搭建

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

By 肖奈
5503 read

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

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

By 肖奈
19233 read

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

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

By 肖奈
5939 read

vue 的 history 模式(去掉#)

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

By 肖奈
4969 read

Ubuntu 卸载openjdk,安装jdk

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

By 肖奈
5175 read

apscheduler 时间段配置

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

By 肖奈
7344 read

django 创建model并同步至数据库

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

By Heanny
5480 read

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

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

By 肖奈
6016 read

Kivy关于dll错误问题

from kivy.app import Appfrom kivy.uix.button ……

By 肖奈
7397 read