摘要: Title //绑定getData函数 helloworld 阅读全文
posted @ 2018-09-27 23:55 random_lee 阅读(30447) 评论(0) 推荐(0) 编辑
摘要: Title 快看我写了个跑马灯 这是一个滚动播放的内容 阅读全文
posted @ 2018-09-27 23:54 random_lee 阅读(388) 评论(0) 推荐(0) 编辑
摘要: Title 阅读全文
posted @ 2018-09-27 23:52 random_lee 阅读(284) 评论(0) 推荐(0) 编辑
摘要: Title 阅读全文
posted @ 2018-09-27 23:50 random_lee 阅读(519) 评论(0) 推荐(0) 编辑
摘要: 详情查看老男孩讲师武沛齐的博客 http://www.cnblogs.com/wupeiqi/articles/5602773.html 阅读全文
posted @ 2018-09-27 22:38 random_lee 阅读(114) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/gcgc/p/9206449.html 阅读全文
posted @ 2018-09-18 22:58 random_lee 阅读(133) 评论(0) 推荐(0) 编辑
摘要: jQuery http://jquery.cuishifeng.cn/ 模块 《=》类库 DOM/BOM/JavaScript的类库 版本: 1.x 1.12 2.x 3.x 转换: jquery对象[0] => Dom对象 Dom对象 => $(Dom对象) 一、查找元素 DOM 10左右 jQu 阅读全文
posted @ 2018-08-28 20:49 random_lee 阅读(329) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # Author:Random_lee import time import os import re class StatusPV(object): def __init__(self): self.log_path = '/opt/apache-tomcat-7.0.69/l... 阅读全文
posted @ 2018-08-16 22:13 random_lee 阅读(2272) 评论(1) 推荐(0) 编辑
摘要: import os, subprocessp = subprocess.Popen(args, stdout = subprocess.PIPE,stderr = subprocess.STDOUT) 阅读全文
posted @ 2018-07-25 22:17 random_lee 阅读(1166) 评论(0) 推荐(0) 编辑
摘要: shell中 True的返回值是0 False的返回值是1 Python中 True的返回值是1 False的返回值是0 阅读全文
posted @ 2018-07-25 22:15 random_lee 阅读(424) 评论(0) 推荐(0) 编辑