random #用于生成随机数 In [1]: import random #用于生成随机数 In [3]: random.random()#随意生成 Out[3]: 0.5923203537141584 In [4]: random.uniform(1,2)#制定区间 Out[4]: 1.0999 ...
分类:
编程语言 时间:
2019-11-22 00:46:25
阅读次数:
111
【 Autofac打标签模式】开源DI框架扩展地址: https://github.com/yuzd/Autofac.Annotation/wiki 前提条件 自己new一个对象不能实现拦截器功能,必须得从DI容器拿到的对象才能具备拦截器功能 可以参考 我写的文章介绍 拦截器原理简单介绍 用了Cas ...
分类:
Web程序 时间:
2019-10-27 14:57:51
阅读次数:
111
# encoding: utf-8 import sys import getopt import os import glob import time import datetime def removefile(keep=7): for file in glob.glob('/app/*/log... ...
分类:
移动开发 时间:
2019-09-29 23:29:34
阅读次数:
146
SELECT makedate,a.* FROM lccont a WHERE contno='000000061682020' and a.makedate in (SELECT to_date(to_char(SYSDATE - LEVEL + 1, 'yyyy/mm/dd'),'yyyy/mm ...
分类:
其他好文 时间:
2019-09-14 11:10:36
阅读次数:
149
I really appreciate for your help. Thanks so much for your flower. Execuse me, where is the train station? What do you think? What do you think about ...
分类:
其他好文 时间:
2019-09-11 23:32:24
阅读次数:
142
我们环境中用到了多源复制,因此写个查看状态的Python脚本,python为系统中自带的2.6.6,邮件内容为html格式,隔行变色
分类:
编程语言 时间:
2019-09-09 17:50:06
阅读次数:
104
SCALA基础 面向对象和面向函数的集成 !!!!一切值都是对象,一切函数都是值!!!! 函数时编程,一切都是函数 数学式的语法思维 面向对象和面向函数的集成 !!!!一切值都是对象,一切函数都是值!!!! 函数时编程,一切都是函数 数学式的语法思维 —————————————————————— I ...
分类:
其他好文 时间:
2019-08-28 15:52:00
阅读次数:
103
nginx日志截取示例日志路径:/usr/local/nginx/logs,截取access.log中2019年3月24日17点00~02之间的日志: 写法1:cataccess.log|awk‘$4>="[24/Mar/2019:17:00:00"&&$4<="[24/Mar/2019:17:02:00"‘ 写法2:cataccess.log|egrep"24/Mar
分类:
其他好文 时间:
2019-08-22 19:05:39
阅读次数:
109
stus='xiaoming,xiaohei,xiaobai'#数组、列表、list,arraystus = ['xiaoming','xiaohei','xiaobai' ] #列表# 0 1 2#下标、角标、索引# print( stus[3] )#,下标越界#增加# stus.append(' ...
分类:
编程语言 时间:
2019-08-21 17:44:51
阅读次数:
156
After the new MB SD Connect C5 clone released on Cartool.co.uk in Jul, 2016, recently most users reviews on this Benz SD C5 Mercedes diagnostic tool t ...
分类:
其他好文 时间:
2019-08-13 22:31:11
阅读次数:
160