首页 > 2017年08月01日 > 全部分享
清除浮动技巧总结
一、为何要清除浮动? 要解答这个问题。我们得先说说CSS中的定位机制:普通流,浮动。绝对定位 (当中"position:fixed" 是 "position:absolute" 的一个子类)。 1)普通流:非常多人或者文章称之为文档流或者普通文档流。事实上标准里根本就没有这个词。假设把文档流直译为英 ...
分类:其他   时间:2017-08-01 19:51:29    收藏:0  评论:0  赞:0  阅读:300
Linux下安装Redis
安装环境。linux:centos7,redis:redis-4.0.1.tar.gz。 1、安装gcc。Redis是用c语言编写的,官网提供的安装包必须进行编译。 2、使用ftp工具将redis-4.0.1.tar.gz复制到linux服务器下。 3、解压安装包 4、编译 5、安装,make in ...
分类:系统服务   时间:2017-08-01 19:51:18    收藏:0  评论:0  赞:0  阅读:269
G - Number Sequence( 查找子字符串 )
Given two sequences of numbers : a11, a22, ...... , aNN, and b11, b22, ...... , bMM (1 <= M <= 10000, 1 <= N <= 1000000). Your task is to find a numbe ...
分类:其他   时间:2017-08-01 19:50:57    收藏:0  评论:0  赞:0  阅读:318
Gradle 编译javaproject 小试
1.安装环境 在http://www.gradle.org 下载最新版本号的gradle。然后解压,将bin文件夹写入环境变量, 然后在终端输入 gradle,假设出现例如以下信息就说明成功安装了。 ? 2.project配置 在eclispse中建立一个普通的javaproject,在projec ...
分类:编程语言   时间:2017-08-01 19:50:44    收藏:0  评论:0  赞:0  阅读:253
LintCode - Merge Two Sorted List
LintCode - Merge Two Sorted Lists LintCode - Merge Two Sorted Lists Web Link Description Code - C Tips Web Link http://www.lintcode.com/en/problem/mer ...
分类:其他   时间:2017-08-01 19:50:30    收藏:0  评论:0  赞:0  阅读:156
英语每日一句: What’s your point? 你究竟想说什么?
今天我们要学习的一句话是:What’s your point? 你究竟想说什么?这句话在日常交流中非经常见,当对方说了非常多东西你仍不明确他究竟是什么意思时。你就能够问What’s your point? What’s your point? 你究竟想说什么? Point n. 要点。得分。标点。尖 ...
分类:其他   时间:2017-08-01 19:50:21    收藏:0  评论:0  赞:0  阅读:194
python--------------内置函数
https://www.processon.com/ 具体分类见此网站 ...
分类:编程语言   时间:2017-08-01 19:50:09    收藏:0  评论:0  赞:0  阅读:210
反射式光电开关QRE1113
The QRE1113 is a small IR reflectance sensor. This sensor is often used in line following robots because, if it can sense if a surface is white or bla ...
分类:其他   时间:2017-08-01 19:49:56    收藏:0  评论:0  赞:0  阅读:220
ionic 项目签名
一.ionic 自动签名的好处与坏处(ionic build android/ios) 好处在于:可以直接安装手机上进行安装测试,也可以上传Android或者iOS平台 不好的地方在于:你的电脑环境变了换电脑了,再打包出来的签名就会不一样了,再打包出来的app就无法覆盖之前的版本,会报签名不一样的问 ...
分类:其他   时间:2017-08-01 19:49:42    收藏:0  评论:0  赞:0  阅读:225
Deploying Docker images via SSH
Original URL:https://advancedweb.hu/2015/04/14/deploying-docker-images-via-ssh/ BackgroundWhen we began Dockerizing this blog for good, I began to loo ...
分类:其他   时间:2017-08-01 19:49:33    收藏:0  评论:0  赞:0  阅读:271
POJ-3320 Jessica's Reading Problem
Jessica's a very lovely girl wooed by lots of boys. Recently she has a problem. The final exam is coming, yet she has spent little time on it. If she ...
分类:其他   时间:2017-08-01 19:49:15    收藏:0  评论:0  赞:0  阅读:211
[POJ 1066]Treasure Hunt
Treasure Hunt Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 7217 Accepted: 2965 Description Archeologists from the Antiquities and Curios ...
分类:其他   时间:2017-08-01 19:48:48    收藏:0  评论:0  赞:0  阅读:202
POJ 3662 Telephone Lines (分层图做法)
Description Farmer John wants to set up a telephone line at his farm. Unfortunately, the phone company is uncooperative, so he needs to pay for some o ...
分类:其他   时间:2017-08-01 19:48:36    收藏:0  评论:0  赞:0  阅读:176
hdu 1599 find the mincost route
click here ~~ ***find the mincost route*** Time Limit: 1000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3328 ...
分类:其他   时间:2017-08-01 19:48:24    收藏:0  评论:0  赞:0  阅读:136
爬虫——Scrapy框架案例二:阳光问政平台
阳光热线问政平台 URL地址:http://wz.sun0769.com/index.php/question/questionType?type=4&page= 爬取字段:帖子的编号、投诉类型、帖子的标题、帖子的URL地址、部门、状态、网友、时间。 1.items.py 2.spiders/sun ...
分类:其他   时间:2017-08-01 19:48:14    收藏:0  评论:0  赞:0  阅读:243
PL/SQL 游标的使用详解
一:通过游标,PL/SQL 指向语句被分析以后的活动集 二:对于不同的SQL语句,游标的使用情况不同:1:非查询语句--隐式的2:结果是单行的查询语句--隐式的或显式的3:结果是多行的查询语句--显式的 三:游标属性1:%FOUND 2:%NOTFOUND 3:%ISOPEN 4:%ROWCOUNT ...
分类:数据库技术   时间:2017-08-01 19:47:58    收藏:0  评论:0  赞:0  阅读:265
Wolf and Rabbit
There is a hill with n holes around. The holes are signed from 0 to n-1. A rabbit must hide in one of the holes. A wolf searches the rabbit in anticlo ...
分类:其他   时间:2017-08-01 19:47:34    收藏:0  评论:0  赞:0  阅读:124
19 内存分配和释放的函数
1. malloc,calloc,realloc,free属于C函数库,而new/delete则是C++函数库; 2. 多个-alloc的比较: alloc:唯一在栈上申请内存的,无需释放; malloc:在堆上申请内存,最常用; calloc:malloc+初始化为0; realloc:将原本申请 ...
分类:其他   时间:2017-08-01 19:47:12    收藏:0  评论:0  赞:0  阅读:210
JavaScript深入理解(三)
强大的原型和原型链 前言 JavaScript 不包含传统的类继承模型,而是使用 prototypal 原型模型。 虽然这经常被当作是 JavaScript 的缺点被提及,其实基于原型的继承模型比传统的类继承还要强大。实现传统的类继承模型是很简单,但是实现 JavaScript 中的原型继承则要困难 ...
分类:编程语言   时间:2017-08-01 19:02:59    收藏:0  评论:0  赞:0  阅读:166
CSS基础
CSS规则由两个主要部分构成:选择器 属性操作 css 的四种引入方式: 行内式:在标记的style属性中设定CSS样式 <!--<div style="color: deeppink;background-color: aquamarine"> DIV</div>--> 嵌入式:将CSS样式集中写 ...
分类:Web开发   时间:2017-08-01 19:02:46    收藏:0  评论:0  赞:0  阅读:263
1426条   上一页 1 ... 21 22 23 24 25 ... 72 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!