Django Admin的相关知识 一、面向对象复习 1、类的继承 class Base(object): def __init__(self,val): self.val = val def func(self): self.test() print(self.val) def test(self ...
分类:
其他好文 时间:
2019-10-04 11:11:21
阅读次数:
63
anaconda安装见前一篇https://www.cnblogs.com/wintersoft/p/11609188.html https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/打开Anaconda-Navigator->Environme ...
优化查询的方式 一、假设有三张表 Room id 1 2 .. 1000 User: id 1 .. 10000 Booking: user_id room_id time_id date 1 1 8:00 2017 11 11 1 2 8:00 2017 11 11 1 3 8:00 2017 1 ...
分类:
数据库 时间:
2019-10-03 10:27:29
阅读次数:
99
一、背景 参与了一个Sofa-RPC开源项目,认领了TLS的任务,记录下这次宝贵的经历,并感谢章哥的信任以及在整个过程中对我的帮助。 负责的部分不难,主要是使用h2(HTTP 2加密)协议,完成RPC中,客户端对服务端的请求调用。 二、过程 刚接触时,完全没接触过这方面。从零开始,查询SSL、TLS ...
分类:
其他好文 时间:
2019-10-02 23:00:28
阅读次数:
130
3.图片引用的方式 1.css中的背景图片 2.html中<img>标签 3.js中的路径赋值 ...
分类:
Web程序 时间:
2019-10-02 16:30:42
阅读次数:
155
本文转自:https://docs.uipath.com/studio/docs/keyboard-shortcuts The complete list of keyboard shortcuts for UiPath Studio: File Management Ctrl + Shift + ...
分类:
其他好文 时间:
2019-10-02 10:21:19
阅读次数:
93
Now that we've talked about sample prep, let's talk about imaging. Now that we've talked about sample prep, let's talk about imaging. Now that we've t ...
分类:
其他好文 时间:
2019-10-01 22:49:32
阅读次数:
90
apt-get update apt-get install build-essential apt-get install synaptic apt-get install geany apt-get install libncurses5-dev #内核与busybox用的菜单库 apt-get ...
分类:
系统相关 时间:
2019-10-01 20:20:01
阅读次数:
98
wssh工具使用 wssh工具使用 wssh工具使用 介绍 科普: wssh 是一个 SSH 到 WebSockets 的桥,可以让你通过 HTTP 调用远程服务器的 SHELL 命令。 wssh 可以让我们通过 HTTP 来调用远程的一个 shell,也就是说我们可以用浏览器来访问某个 Linux ...
分类:
其他好文 时间:
2019-10-01 18:55:22
阅读次数:
338
想快速装好docker和docker compose ?那就随本文用一次复制粘贴来完成安装: 环境信息 1. 操作系统:CentOS Linux release 7.7.1908 (Core, 2. 操作账号:root 3. Docker版本:当前最新版本:19.03.2 4. docker com ...
分类:
其他好文 时间:
2019-10-01 14:20:52
阅读次数:
115