2017年7月6日

鼠标进入,显示div

摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <style type="text/css"> .box{ width:500px; height:600px; background- 阅读全文

posted @ 2017-07-06 14:39 run_qin 阅读(245) 评论(0) 推荐(0) 编辑

2017年6月29日

codewar

摘要: 判断是否有ox sample: def xo(s): s = str.lower(s) s = list(s) counto=0 countx=0 for item in s: if item == 'o': counto+=1 elif item =='x': countx+=1 return c 阅读全文

posted @ 2017-06-29 19:32 run_qin 阅读(186) 评论(0) 推荐(0) 编辑

2017年6月23日

Django firstDay

摘要: sudo pip install virtualenv virtualenv -p /usr/bin/python3 py3env source py3env/bin/activate python --version 阅读全文

posted @ 2017-06-23 14:44 run_qin 阅读(79) 评论(0) 推荐(0) 编辑

导航