1.模块与import语句任何Python源文件都能以模块的形式使用,例如:#spam.pya=37deffoo():print("I‘mfooandais%s"%a)defbar():print("I‘mbarandI‘mcallingfoo")classSpam(object):defgrok(self):print("I‘mSpam.grok")要以模块的形式加载这段代码,可以使用impor
分类:
编程语言 时间:
2018-10-13 14:45:50
阅读次数:
144
/// /// 图片水印 /// /// 服务器图片相对路径 /// 保存文件名 /// 水印文件相对路径 /// 图片水印位置 0=不使用 1=左上 2=中上 3=右上 4=左中 9=右下 /// 附加水印图片质量,0-100 /// 水印的透明... ...
题目回顾(HDU-1015) Safecracker Problem Description "The item is locked in a Klein safe behind a painting in the second-floor library. Klein safes are extr ...
分类:
其他好文 时间:
2018-10-11 01:38:46
阅读次数:
161
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V... ...
分类:
Windows程序 时间:
2018-09-30 20:41:50
阅读次数:
1093
Tomb Raider https://hihocoder.com/problemset/problem/1829?sid=1394836 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 Lara Cr ...
分类:
其他好文 时间:
2018-09-28 14:37:12
阅读次数:
208
1. 新的语义化标签 <header>标签:包含引导和导航等,通常包含h1~h6、搜索框、logo等。 <footer>标签:一般配合address标签(显示地址),包含作者信息、相关链接等。 <nav>标签:一般包含多个a标签,构建导航组件。 <aside>标签:主要装载广告、侧边栏。 <arti ...
分类:
Web程序 时间:
2018-09-25 23:28:33
阅读次数:
392
本实验使用两台主机:10.0.91.8 作为虚拟机的宿主机10.0.91.10 配置httpd服务,提供10.0.91.8安装虚拟机要使用的镜像及自动应答文件kickstart 主机环境: [root@master ~]# cat /etc/redhat-release CentOS Linux r ...
分类:
其他好文 时间:
2018-09-21 13:37:04
阅读次数:
411
vi /root/ ks.cfg # install install # password rootpw --iscrypted $6$yz7YWSt2MmouUuTu$cjz1eZf9lhMke2Ply8P5Jngrwxh5lb8zwmC124JlXdOnSvrKZaD2/IWdVgahFfNIy ...
分类:
其他好文 时间:
2018-09-20 18:03:48
阅读次数:
551
https://github.com/NVIDIAGameWorks/Falcor/releases https://github.com/Microsoft/DirectX-Graphics-Samples/blob/master/Samples/Desktop/D3D12Raytracing/r ...
分类:
其他好文 时间:
2018-09-17 22:10:42
阅读次数:
206
Java Decompiler官网地址:http://jd.benow.ca/ 官网介绍如下: The “Java Decompiler project” aims to develop tools in order to decompile and analyze Java 5 “byte cod ...
分类:
编程语言 时间:
2018-09-14 16:13:11
阅读次数:
466