CSS Ribbon

Reproducing the GitHub Ribbon in CSS

上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 33 下一页

2018年6月11日

Day92

摘要: # session:用于保存客户端历史访问的信息# BeautifulSoup是一个模块,该模块用于接收一个HTML或XML字符串,然后将其进行格式化,# 之后遍可以使用他提供的方法进行快速查找指定元素,从而使得在HTML或XML中查找指定元素变得简单。# 解析器 使用方法 优势 劣势# Pytho 阅读全文

posted @ 2018-06-11 21:33 pandaboy1123 阅读(132) 评论(0) 推荐(0) 编辑

2018年6月10日

爬虫来啦!Day91

摘要: import requests #抽屉网gpsd验证点赞法 ret = requests.post( url='https://dig.chouti.com/link/vote?linksId=20162281',#某一个新闻的点赞url cookies = {'gpsd':'601f5ba78f2 阅读全文

posted @ 2018-06-10 22:30 pandaboy1123 阅读(753) 评论(0) 推荐(0) 编辑

2018年6月9日

Day90

摘要: # rabbitmq队列详解# 转载:http://www.cnblogs.com/alex3714/articles/5248247.html# 安装python rabbitMQ module# pip install pika# or# easy_install pika# or# 源码# h 阅读全文

posted @ 2018-06-09 14:52 pandaboy1123 阅读(145) 评论(0) 推荐(0) 编辑

2018年6月6日

Day89

摘要: #转载至http://www.cnblogs.com/alex3714/articles/5930846.html# 常见版本管理工具介绍# 1、VSS - - Visual Source Safe此工具是Microsoft提供的,是使用的相当普遍的工具之一,# 他可以与VS.net进行无缝集成,成 阅读全文

posted @ 2018-06-06 21:34 pandaboy1123 阅读(133) 评论(0) 推荐(0) 编辑

2018年5月28日

前端数据修改的两种方式

摘要: 1.form(页面会刷新,把页面数据提交到后台) 后端可以验证 2.AJAX(AJAX不会刷新页面,如果后台不提交验证,可以绕过浏览器,js不触发,后端不能完成验证,有漏洞【脚本攻击】) 前端验证可以减少服务器的压力,后端验证可以满足数据安全和数据格式合法性。 3.Django的form是和数据库的 阅读全文

posted @ 2018-05-28 21:26 pandaboy1123 阅读(1943) 评论(0) 推荐(0) 编辑

2018年5月20日

crm需求分析步骤

摘要: # CRM开发顺序# 需求分析# 思维导图# 业务场景分析#-------------------------------------## 原型图(Demo)# Axure#-------------------------------------## 开发工具选型:# 1.Pyhton# 2.Django# 3.mysql# 4.jquery# 5.bootstrap# 6.linux# 7.n... 阅读全文

posted @ 2018-05-20 21:28 pandaboy1123 阅读(653) 评论(0) 推荐(0) 编辑

2018年5月18日

codecademy练习记录--Learn Python(70%)

摘要: ############################################################################### codecademy python 5.5# Define a function factorial that takes an integ 阅读全文

posted @ 2018-05-18 11:29 pandaboy1123 阅读(410) 评论(0) 推荐(0) 编辑

2018年5月15日

Day75

摘要: import requests # requests.get(url='http://127.0.0.1:8000/api/asset/?K1=123') # requests.get(url='http://127.0.0.1:8000/api/asset/',params={'k1':'v1'} 阅读全文

posted @ 2018-05-15 17:01 pandaboy1123 阅读(120) 评论(0) 推荐(0) 编辑

2018年5月12日

Day73-CMDB(资产管理采集)的三种实现方式

摘要: # 采集数据 import subprocess import requests ret = subprocess.getoutput('ipconfig') # print(ret) # 正则处理获取想要的数据 data_dict = { 'nic':{}, 'disk':{}, 'mem':{} 阅读全文

posted @ 2018-05-12 13:11 pandaboy1123 阅读(203) 评论(0) 推荐(0) 编辑

2018年5月10日

JS实现HTML打印机效果

摘要: 5月最近在学Django,所以所有的Demo都没有PO出去 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <script type="text/javascript"></script> <title>打印机效果</ti 阅读全文

posted @ 2018-05-10 17:11 pandaboy1123 阅读(1132) 评论(0) 推荐(0) 编辑

上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 33 下一页

导航