会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
guolongnv
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2018年1月17日
PPT 素材大全
摘要: 1.模板大全 2.三方辅助软件APP 3.PPT学习软件 www.presentationload.com dribble.com www.zcool.com.cn 4.其他功能
阅读全文
posted @ 2018-01-17 18:28 guolongnv
阅读(221)
评论(0)
推荐(0)
编辑
2017年12月28日
用python制作多份试卷防止作弊(随机排列题目顺序和答案顺序,提供参考答案)
摘要: #! /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
阅读(1086)
评论(0)
推荐(0)
编辑
2017年12月21日
用python实现密码校验程序
摘要: 密码需要符合下面的要求: 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
阅读(3783)
评论(0)
推荐(0)
编辑
2017年6月16日
html中实现数据的显示和隐藏
摘要: 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
阅读(2162)
评论(0)
推荐(0)
编辑
HTML Java学习网站
摘要: http://www.w3school.com.cn/tags/index.asp
阅读全文
posted @ 2017-06-16 11:34 guolongnv
阅读(101)
评论(0)
推荐(0)
编辑
2016年12月22日
perl
摘要: 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
阅读(226)
评论(0)
推荐(0)
编辑
上一页
1
2
3