MD5 import hashlib c = raw_input('输入字符:') #python3为input b = hashlib.md5() b.update(c.encode(encoding='utf-8')) print ('MD5加密前:'+ c) print ('MD5加密后:'+ ...
分类:
编程语言 时间:
2019-09-05 12:06:11
阅读次数:
107
目錄 1. 系统服务管理 1. 文件管理 1. 查看日志 1. 压缩与解压 1. 磁盘和网络管理 1. 防火墙 1. ftp操作 1. 软件的安装与管理 1. 其他 系统服务管理 systemctl 输出系统中各个服务的状态: systemctl list units type=service 查看 ...
分类:
编程语言 时间:
2019-09-04 21:44:43
阅读次数:
98
一. 1.1css 的三种引入方式 2.1 基本选择器 2.2 组合选择器 标签代码 2.3 组合与嵌套选择器 2.4 伪类选择器 伪类选着器的源代码 2.5 伪元素选择器 伪元素选择器的标签代码 2.6 选择器的优先级别 行内style css 样式优先级>id选择器>.cl 类选择器>标签钻择器 ...
分类:
Web程序 时间:
2019-09-04 21:29:12
阅读次数:
132
Description: Given a paragraph and a list of banned words, return the most frequent word that is not in the list of banned words. It is guaranteed the ...
分类:
其他好文 时间:
2019-09-04 13:36:18
阅读次数:
81
This time, you are supposed to help us collect the data for family-owned property. Given each person's family members, and the estate(房产)info under hi ...
分类:
其他好文 时间:
2019-09-04 00:07:16
阅读次数:
114
namespace常用/,或/包名。 当xml文件较大时,可以使用多个xml文件来配置,比如在每个包下使用一个xml来配置这个包的action,在structs.xml中使用<include>把其他xml配置文件包含进来即可。 设置处理请求的方法 可在<action>中使用method属性来设置,可 ...
分类:
其他好文 时间:
2019-09-03 19:29:05
阅读次数:
152
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <link rel="stylesheet" href="../static/css/bootstrap.min.css"> <li ...
分类:
其他好文 时间:
2019-09-03 12:01:30
阅读次数:
92
[TOC] Problem portal: "1009 Product of Polynomials" Description Input Output Sample Sample Input Sample Output Solution Analysis Code cpp include usin ...
分类:
其他好文 时间:
2019-09-03 09:19:07
阅读次数:
95
There are two types of burgers in your restaurant — hamburgers and chicken burgers! To assemble a hamburger you need two buns and a beef patty. To ass ...
分类:
其他好文 时间:
2019-09-02 23:55:35
阅读次数:
202