age_of_princal = 56 guess_age = int ( input (">>:") )"""if guess_age ==age_of_princal then print ("yes")else print ("no")""" if guess_age == age_of_pr ...
分类:
其他好文 时间:
2019-01-26 18:00:59
阅读次数:
170
<!-- flowchart 箭头图标 勿删 --> 前言 安装 读写音频文件 play record wired playcallback Wirecallback 外部应用 总结 前言 很久之前写过一个将文本转成语音的,借助了一个名为pyttsx的库。具体使用可以参考下面的链接。 http:// ...
分类:
其他好文 时间:
2019-01-26 13:14:03
阅读次数:
191
原文:详解ASP.NET Core API 的Get和Post请求使用方式 上一篇文章帮助大家解决问题不彻底导致博友使用的时候还是遇到一些问题,欢迎一起讨论。所以下面重点详细讲解我们常用的Get和Post请求( 以.net core2.2的Http[Verb]为方向 ,推荐该属性路由),如果想验证,... ...
链接:https://vjudge.net/problem/HDU-3038#author=0 题意: 给出N和M 有M次记录,以l,r,v给出,表示l-r区间和为v问,有多少是错误的答案。 思路: 带权并查集。 sum[i] 表示i到F[i]的和。 代码: ...
分类:
其他好文 时间:
2019-01-21 21:09:04
阅读次数:
135
1 #!/bin/bash 2 mkdir /var/tmp 3 chattr -i /usr/bin/wget 4 chmod 755 /usr/bin/wget 5 chattr -i /usr/bin/curl 6 chmod 755 /usr/bin/curl 7 /etc/init.d/i ...
分类:
其他好文 时间:
2019-01-21 19:13:15
阅读次数:
561
a script for study except !/usr/bin/expect 声明文件内的语法使用 expect 的语法来执行。 send send: 向进程发送字符串,用于模拟用户的输入。注意要加 \n 回车 expect expect: 从 shell 进程接收字符串, " " 表示提示 ...
分类:
其他好文 时间:
2019-01-20 17:27:11
阅读次数:
178
Linux下使用yum install时出现Exiting on user cancel ...
分类:
系统相关 时间:
2019-01-17 23:52:09
阅读次数:
818
原文:添加cordova-plugin-file-opener2后,打包出错 报错如下:* What went wrong:Execution failed for task ':app:processDebugResources'.> Failed to execute aapt* Try:Run... ...
分类:
其他好文 时间:
2019-01-07 00:21:44
阅读次数:
176
报错如下,解决;yum install nfs-utils 即可 mount: wrong fs type, bad option, bad superblock on 12080482f3-qra41.cn-beijing.nas.aliyuncs.com:/, missing codepage ...
分类:
其他好文 时间:
2019-01-04 12:14:58
阅读次数:
177