2018年1月17日
摘要: 1.模板大全 2.三方辅助软件APP 3.PPT学习软件 www.presentationload.com dribble.com www.zcool.com.cn 4.其他功能 阅读全文
posted @ 2018-01-17 18:28 guolongnv 阅读(219) 评论(0) 推荐(0) 编辑
  2017年12月28日
摘要: #! /usr/bin/python# randomQuizeGenerator.py - Creates quizzes with questions and answers in # random order, along with the answer key.import random#Th 阅读全文
posted @ 2017-12-28 16:43 guolongnv 阅读(1075) 评论(0) 推荐(0) 编辑
  2017年12月21日
摘要: 密码需要符合下面的要求: 8个字符以上,包含数字,大小写,开头不能为特殊字符。 #! /usr/bin/pythonimport repassword = str(input())def lenOK(pwd): if(len(pwd)>=8): return True else: print("WA 阅读全文
posted @ 2017-12-21 17:03 guolongnv 阅读(3769) 评论(0) 推荐(0) 编辑
  2017年6月16日
摘要: Author: YangQingQing <!DOCTYPE html><html><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><head><title>demo</title><script>var ob 阅读全文
posted @ 2017-06-16 17:31 guolongnv 阅读(2158) 评论(0) 推荐(0) 编辑
摘要: http://www.w3school.com.cn/tags/index.asp 阅读全文
posted @ 2017-06-16 11:34 guolongnv 阅读(99) 评论(0) 推荐(0) 编辑
  2016年12月22日
摘要: FAQ http://learn.perl.org/faq/ basic syntax: http://www.runoob.com/perl/perl-syntax.html functions: http://www.yiibai.com/perl/perl_function_reference 阅读全文
posted @ 2016-12-22 15:17 guolongnv 阅读(161) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/guolongnv 阅读全文
posted @ 2016-12-22 10:17 guolongnv 阅读(225) 评论(0) 推荐(0) 编辑