import socket import multiprocessing import re import dynamic.mini_frame class WSGIServer(): def __init__(self): self.web_socket = socket.socket(socke ...
分类:
Web程序 时间:
2020-03-31 01:35:34
阅读次数:
117
import socket import multiprocessing import re # import dynamic.mini_frame import sys # 通过sys.argv在cmd命令行给实例对象传参 class WSGIServer(): def __init__(self ...
分类:
Web程序 时间:
2020-03-31 01:12:54
阅读次数:
111
1.1 初识 L i.MX6ULL 终结者开发板 终结者开发板迅为i.MX6ULL 终结者开发板硬件资源非常丰富,几乎将 i.MX6ULL 芯片的所有资源都扩展引出到底板上了,底板提供了丰富的外设接口,开发板的尺寸是 190mm*125mm,充分考虑了人性化设计,整体显得十分大气。I.MX6ULL ...
分类:
其他好文 时间:
2020-03-30 11:10:20
阅读次数:
124
There are a number of spherical balloons spread in two-dimensional space. For each balloon, provided input is the start and end coordinates of the hor ...
分类:
其他好文 时间:
2020-03-29 12:34:44
阅读次数:
57
There is a frog staying to the left of the string s=s1s2…sns=s1s2…sn consisting of nn characters (to be more precise, the frog initially stays at the ...
分类:
其他好文 时间:
2020-03-29 01:06:51
阅读次数:
86
Changes in MySQL 5.7.9 (2015-10-21, General Availability) Server Administration A new SHUTDOWN SQL statement is available. This provides an SQL-level ...
分类:
数据库 时间:
2020-03-27 21:39:00
阅读次数:
108
Using Dependency Injection without any DI Library 回答1 I think that it would be much better to start with Pure DI instead of using ASP.NET vNext's buil ...
分类:
其他好文 时间:
2020-03-27 19:58:00
阅读次数:
90
团队和流程 软件团队的模式 一窝蜂模式Chaos Team 一个欢乐而随意的团队模式,员工没有明确的分工,大家一起追逐和解决一个突然出现的问题。 主治医师模式Chief Programmer Team 这样的软件团队中,有首席程序员,他负责处理主要模块的设计和编码,其他成员从各种角度支持他的工作。 ...
分类:
其他好文 时间:
2020-03-26 23:19:57
阅读次数:
118
Linux sudo命令 Linux sudo命令以系统管理者的身份执行指令,也就是说,经由 sudo 所执行的指令就好像是 root 亲自执行。 使用权限:在 /etc/sudoers 中有出现的使用者。 参数说明: -V 显示版本编号 -h 会显示版本编号及指令的使用方式说明 -l 显示出自己( ...
分类:
系统相关 时间:
2020-03-26 01:16:21
阅读次数:
89
这几天因为需要,一直想安装SQL Server 2008来作为Web后台的数据库进行些实验,但总是没有时间,今天终于有时间了,便安装了SQL Server 2008,以下是我的安装的步骤,希望对于有需要的人有所帮助。 我一共安装了两次,在第一次安装的时候眼看就要安装完成了,但接下来出现了“试图执行未 ...
分类:
数据库 时间:
2020-03-25 23:00:01
阅读次数:
87