[抄题]: Given a positive 32-bit integer n, you need to find the smallest 32-bit integer which has exactly the same digits existing in the integer n and ...
分类:
其他好文 时间:
2018-08-21 22:40:44
阅读次数:
313
docker common error Non existing image of running container drm() { docker rm $(docker ps q a); } dri() { docker rmi $(docker images q); } ddri(){ doc ...
分类:
其他好文 时间:
2018-08-20 22:59:01
阅读次数:
614
lamp1.lamp简介所谓lamp,其实就是由Linux+Apache+Mysql/MariaDB+Php/Python的一组动态网站或服务器的开源软件,除Linux外其他各部件本身都是各自独立的程序,但是因为经常被放在一起使用,拥有了越来越高的兼容度,共同组成了一个强大的Web应用程序平台。LAMP指的是Linux(操作系统)、Apache(HTTP服务器)、MySQL(也指MariaDB,数
分类:
其他好文 时间:
2018-08-17 19:06:42
阅读次数:
147
python3 字典常见用法总结 Python字典是另一种可变容器模型,且可存储任意类型对象,如字符串、数字、元组等其他容器模型。 一、创建字典 字典由键和对应值成对组成。字典也被称作关联数组或哈希表。基本语法如下: 注意: 每个键与值用冒号隔开(:),每对用逗号,每对用逗号分割,整体放在花括号中( ...
分类:
编程语言 时间:
2018-08-17 01:24:47
阅读次数:
147
file → Import → 选择Gradle下的Existing Gradle Project 选择后,Next → Next → 点击Browse..选择要导入的项目 然后Next → 选中Override workspace settings,再选中Local installation di ...
分类:
系统相关 时间:
2018-08-16 13:48:16
阅读次数:
175
创建数据库 (扫盲贴还劳烦大神们勿喷,谢谢) 打开数据库 输入如下代码 创建数据库 添加所需要DLL 逆向生成数据库模型 参考文献 https://docs.microsoft.com/zh-cn/ef/core/get-started/aspnetcore/existing-db 微软官方 ...
分类:
数据库 时间:
2018-08-13 18:06:52
阅读次数:
1174
下面是logger模块的配置文件,在写程序需要记录日志可以直接拿过来用,但是要经过相应配置的一些修改。 对于如何使用,在我上一篇随笔<ATM程序规范练习>中的记录日志的内容我没有更新,应读者的需求,现已更新 想知道如何使用的可以看看。 logging模块配置 ...
分类:
其他好文 时间:
2018-08-12 00:30:56
阅读次数:
156
loogging模块 '''import logging logging.debug('debug日志') # 10logging.info('info日志') # 20logging.warning('warning日志') #30logging.error('error日志')#40loggin ...
分类:
其他好文 时间:
2018-08-10 19:41:30
阅读次数:
140
"""logging配置"""# 定义三种日志输出格式 开始standard_format = '[%(asctime)s][%(threadName)s:%(thread)d][task_id:%(name)s][%(filename)s:%(lineno)d]' \ '[%(levelname) ...
分类:
其他好文 时间:
2018-08-08 19:55:15
阅读次数:
173
In this document we will present the following topics. First, an overview of the existing types of joins and algorithms provided. Then a description o ...
分类:
数据库 时间:
2018-08-07 00:25:01
阅读次数:
242