Blog

Page 9 Create a Blog

git

git服务器搭建

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

By 肖奈
4916 read

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

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

By 肖奈
16341 read

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

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

By 肖奈
5365 read

vue 的 history 模式(去掉#)

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

By 肖奈
4172 read

Ubuntu 卸载openjdk,安装jdk

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

By 肖奈
4390 read

apscheduler 时间段配置

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

By 肖奈
6857 read

django 创建model并同步至数据库

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

By Heanny
4644 read

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

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

By 肖奈
4998 read

Kivy关于dll错误问题

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

By 肖奈
6575 read

解决pip 安装源被墙或者ssl的问题

pip3 install pymysql -i http://pypi.douban.com/simple/ --trusted-host ……

By 肖奈
4631 read

pip 修改安装源 一劳永逸

临时使用: Markup -i http://pypi.douban.com/simple/ --trusted-host……

By 肖奈
4603 read

pip 安装pycrypto神坑

# 1. 解决no vc ++ 下载安装(http://pan.baidu.com/s/1eSue……

By 肖奈
4816 read

jq 与cookie的结合

jquery之cookie操作Cookies定义:让网站服务器把少量数据……

By 肖奈
3981 read

PHP date()函数警告: It is not safe to rely on the system解决方法

第一种在页面头部加入以下语句date_default_timezone_set("P……

By 肖奈
4039 read

Django框架之第三篇模板语法(重要!!!)

一、什么是模板?只要是在html里面有模板语法就不是……

By Heanny
2024 read