<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-…
基于此开发文档:https://developer.mozilla.org/zh-CN/docs/Web/Guide/HTML/Content_Editable 问题:通过contenteditable实现的输入框没有placeholder,所以自己实现了一下 ;;;;} .cd-write .btn{background:#fda626;color:white;height:34px;font-size:16px;width:60px;text-align:center;border-radi…
font:14px/30px/"宋体"这种写法等于 font-size="14px" line-heigiht="30px" font-family="宋体" font-weight 字体粗细,bold变粗,bolder更粗 (也可以设置数字  设置具体粗细,400等同于normal,而700等同于bold),lighter变细 页面中一般 中文只使用微软雅黑,宋体,黑体 英文 Arial, Time New Roman te…
<div  ar-contentedit="true" contenteditable="true"  contenteditable="plaintext-only" class="form-control textareaResize whiteSpace " ></div> /** * by luo.chunxiang@eisoo.com-2016-10-26 */ define(function…
Source : https://www.cs.colostate.edu/helpdocs/vi.html What is vi? The default editor that comes with the UNIX operating system is called vi (visual editor). [Alternate editors for UNIX environments include pico and emacs, a product of GNU.]The UNIX…
2016.6.4 学习文献: 你的第一个AngularJS应用:https://segmentfault.com/a/1190000000347412 AngularJS 提交表单的方式:http://www.oschina.net/translate/submitting-ajax-forms-the-angularjs-way AngularJS中$http服务的简单用法:http://www.2cto.com/kf/201506/405137.html 代码由3块实现: 1.Ui mvc5…
上次使用了BeautifulSoup库爬取电影排行榜,爬取相对来说有点麻烦,爬取的速度也较慢.本次使用的lxml库,我个人是最喜欢的,爬取的语法很简单,爬取速度也快. 本次爬取的豆瓣书籍排行榜的首页地址是: https://www.douban.com/doulist/1264675/?start=0&sort=time&playable=0&sub_type= 该排行榜一共有22页,且发现更改网址的 start=0 的  0 为25.50就可以跳到排行榜的第二.第三页,所以后面只…
Insert Plain Text and Images into RichTextBox at Runtime' https://www.codeproject.com/Articles/4544/Insert-Plain-Text-and-Images-into-RichTextBox-at-R Khendys Gordon, 15 Jul 2003    4.90 (120 votes) 1 2 3 4 5 4.90/5 - 120 votes 5 removed μ 4.77, σa 0…
title: requests的content与text导致lxml的解析问题 date: 2015-04-29 22:49:31 categories: 经验 tags: [Python,lxml,etree] --- 最近实习工作任务比较重,又在做数据挖掘的教学工作,同时还在做毕设,所以博客更新比较慢.不过最近肯定会有大动作. 闲话毕,转正题.在制作新浪微博模拟登录的部分时,遇到了一些问题. 我使用requests获取了新浪微博的源代码,通过lxml库的etree.HTML来处理一段网页源代…
response.text : 返回一个字符串\n",content : 返回二进制\n",json() : 返回对象"…