s = input('明文:') for c in s: print(chr(ord(c)+3),end='') 明文:i love you l#oryh#|rx Process finished with exit code 0 s = input('密文:') for c in s: print... ...
分类:
其他好文 时间:
2018-05-23 22:07:55
阅读次数:
144
plainText = input('message:') for d in plainText: print(chr(ord(d)+4),end='') message:tonight xsrmklx Process finished with exit code 0 ...
分类:
其他好文 时间:
2018-05-21 18:02:31
阅读次数:
174
stuNum='201709080044' print('年级是:'+stuNum[0:4]) print('专业编号是:'+stuNum[4:9]) print('序号是:'+stuNum[10:12]) 年级是:2017 专业编号是:09080 序号是:44 Process finished w... ...
分类:
其他好文 时间:
2018-05-21 17:01:27
阅读次数:
141
因为一次操作失误,导致更新提交失败,后来cleanup就失败了,是因为文件被锁定了,需要操作svn内嵌的数据库,本地.svn\wc.db数据库文件里面存储了svn的operation,表名是work_queue。 需要下载sqlite3.exe,然后将sqlite3复制到.svn同级目录下,双击弹出 ...
分类:
其他好文 时间:
2018-05-21 12:29:34
阅读次数:
247
spring boot 运行提示:No active profile set, falling back to default profiles: default Process finished with exit code 1 经检查发现是由于在application.properties配置文 ...
分类:
编程语言 时间:
2018-04-18 14:26:05
阅读次数:
8002
1000000 Process finished with exit code 0 ...
分类:
编程语言 时间:
2018-04-08 22:27:14
阅读次数:
114
E:\work\venv\Scripts\python.exe E:/work/sj_zol/text.py df10ef8509dc176d733d59549e7dbfaf Process finished with exit code 0 ...
分类:
编程语言 时间:
2018-03-20 12:52:48
阅读次数:
219
题目描述:AK吧!少年 AK is an ACM competition finished all of the problems. AC This problem is one of the steps,so fight to AK。There are a number of graphics"_ ...
分类:
其他好文 时间:
2018-03-04 19:10:03
阅读次数:
182
在使用android sdk manager下载的时候会遇到 下载完毕后,你可能会出现如下图一样的错误,就算重复尝试多次依然无法正常安装 Downloading SDK Platform Android 8.1.0, API 27, revision 1 Download finished with ...
分类:
移动开发 时间:
2018-02-21 12:23:21
阅读次数:
222
quotes = ('A man is not complete until he is married. Then he is finished.', 'As I said before, I never repeat myself.', 'Behind a successful man is a... ...
分类:
编程语言 时间:
2018-02-05 00:32:47
阅读次数:
204