常用国内镜像地址: 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ 阿里云 https://mirrors.aliyun.com/pypi/simple/ 豆瓣 https://pypi.douban.com/simple/ 中国科学技术大学 https ...
分类:
其他好文 时间:
2020-02-23 16:40:24
阅读次数:
89
This simple example raises a number of important points. First, the price is set by the buyer who is willing to pay the highest price. This price is n ...
分类:
其他好文 时间:
2020-02-23 11:53:35
阅读次数:
81
80.什么是code-Behind技术。 答:ASPX,RESX和CS三个后缀的文件,这个就是代码分离.实现了HTML代码和服务器代码分离.方便代码编写和整理. 81.什么是SOAP,有哪些应用。 答:simple object access protocal,简单对象接受协议.以xml为基本编码结 ...
分类:
Web程序 时间:
2020-02-22 22:18:14
阅读次数:
116
USE [master] GO ALTER DATABASE 数据库名 SET RECOVERY SIMPLE WITH NO_WAIT GO ALTER DATABASE 数据库名SET RECOVERY SIMPLE --简单模式 GO USE 数据库名 GO DBCC SHRINKFILE ( ...
分类:
数据库 时间:
2020-02-22 21:39:07
阅读次数:
110
题面 题目描述 and his cows enjoy playing a mental game. They write down the numbers from $1$ to$ N(1 \le N \le 10)$ in a certain order and then sum adjacent ...
分类:
其他好文 时间:
2020-02-22 16:11:28
阅读次数:
64
``` //python设计哲学 In [5]: import this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is bette... ...
分类:
编程语言 时间:
2020-02-22 11:59:58
阅读次数:
75
OSPF认证ospf认证解决安全隐患,只要通过认证的ospf路由器才能正常建立邻居关系、交互信息认证模式:不认证null(默认);明文simple认证;MD5认证OSPF的认证方式**接口认证**[R1-GigabitEthernet0/0/2]ospfauthentication-modesimplecipher123//进入配置进程的接口配置认证方式为明文密码123cipher加密仅表示在查看
分类:
其他好文 时间:
2020-02-21 22:28:48
阅读次数:
91
1、python中的mock测试 1)、安装mock第三方库:pip install -i https://pypi.douban.com/simple mock 2)、实现demo: 1 import unittest 2 from mock import Mock 3 4 5 def add(a ...
分类:
编程语言 时间:
2020-02-21 22:26:16
阅读次数:
90
# _author:来童星# date:2020/2/20# wsgi 框架from wsgiref.simple_server import make_server# environ为一个对象,封装了客户端的请求信息(environ是一个包含所有请求信息的dict对象)# start_respon ...
分类:
其他好文 时间:
2020-02-21 14:42:58
阅读次数:
82
转自:https://www.infoq.cn/article/cache-coherency-primer 曹知渊 阅读数:302612014 年 9 月 27 日 16:57 本文是 RAD Game Tools 程序员 Fabian “ryg” Giesen 在其博客上发表的《Cache co ...
分类:
系统相关 时间:
2020-02-21 14:20:19
阅读次数:
90