上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页
摘要: 📓Python下划线命名模式 - 摘要 以下是我在本文中介绍的五个下划线模式在Python中的快速摘要或“备忘单”: 阅读全文
posted @ 2019-07-17 09:57 random_lee 阅读(248) 评论(0) 推荐(0) 编辑
摘要: pip python 依赖 安装 有时候, 需要部署 Python 应用的服务器没有网络连接, 这时候, 你就要把整个 Python 应用做成离线安装包. 借助 wheel, 很容易就可以实现. 首先, 你的开发机器上要安装 wheel: pip install wheel 接下来, 下载依赖包的 阅读全文
posted @ 2019-07-15 16:48 random_lee 阅读(10216) 评论(0) 推荐(1) 编辑
摘要: ``` wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh ``` 阅读全文
posted @ 2019-05-14 23:10 random_lee 阅读(9) 评论(0) 推荐(0) 编辑
摘要: k8S部署 柯穴上网 安装openvpn来获取docker镜像(不是本文重点不做详述) 软件包安装 1 关闭iptables,禁用firewalld,关闭selinux 2 配置yum仓库( "使用阿里云的镜像仓库 " ) 要4个yum源 3 安装kubelet kubeadm kubectl do 阅读全文
posted @ 2019-05-14 19:54 random_lee 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 安装 npm install muse ui typeface roboto material design icons vuex axios save Muse UI 是一套 Material Design 风格开源组件库,旨在快速搭建页面。它基于 Vue 2.0 开发,并提供了自定义主题,充分满 阅读全文
posted @ 2019-04-28 10:50 random_lee 阅读(5960) 评论(0) 推荐(0) 编辑
摘要: config index.js 'use strict' // Template version: 1.3.1 // see http://vuejs templates.github.io/webpack for documentation. const path = require('path' 阅读全文
posted @ 2019-04-28 10:49 random_lee 阅读(3949) 评论(0) 推荐(0) 编辑
摘要: vue element ui中引入第三方icon 1. 把图标加入项目 2. 设置项目名称,下载项目(项目名称自定义) 3. 解压项目到开发目录 4. 在main.js中全局引入css文件 5. 修改下载下来的项目中的css文件,iconfont.css 阅读全文
posted @ 2019-04-28 10:46 random_lee 阅读(775) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ Tencent is pleased to support the open source community by making 蓝鲸智云(BlueKing) available. Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved. Lic... 阅读全文
posted @ 2019-04-22 15:03 random_lee 阅读(253) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ Tencent is pleased to support the open source community by making 蓝鲸智云(BlueKing) available. Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved. Lic... 阅读全文
posted @ 2019-04-21 13:10 random_lee 阅读(1885) 评论(0) 推荐(0) 编辑
摘要: # Create your models here. from django.db import models # name是表名,fields是字段,app_label是你的应用名(如:flow),module是应用下的模型(如:flow.models),options是元类选项 def crea 阅读全文
posted @ 2019-04-19 17:09 random_lee 阅读(3295) 评论(4) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页