收藏从未停止 复习从未开始 Collect

Perl

perl操作

1
2
system("python xxx.py arg1 arg2")       perl调用python脚本
$output=`python xxx.py arg1 arg2` perl调用python脚本

AI 人工智能
AI面试必备
AI 常用算法
[blog-2allfirst_rank_v2rank_v25-2)
[sult.none-task-blog-2
allfirst_rank_v2rank_v25-1)

机器人
链表
[ibute.pc_search_result.none-task-blog-2allsobaiduweb~default-0-88853533)
perl:Perl 教程
django: Django数据库–事务及事务回滚
Django Q 对象
TemplateView , ListView ,DetailView三种常用类视图用法
Django 教程 6: 通用列表和详细信息视图
django中写form表单时csrf_token的作用
XSS和CSRF的原理
Django 模板
linux:Linux 中 fg、bg、jobs 等指令
每天一个linux命令(15):tail 命令
shell:shell脚本加密
Java
画图 流程图

HTML

前端学习笔记

1
2
3
4
5
6
style="background:url(https://img.tukuppt.com//ad_preview/00/03/30/5c98a556e3a89.jpg!/fw/980)"
左边栏固定: <div id="pageHeader" style="position: fixed; top: 0px; left: 0px; z-index: 9999; width: 100%;">
顶栏固定:<div class="row border-bottom" style="position: fixed; z-index: 9999; width: 100%;">
设置页面背景图片或颜色
background-image: url(bgimage.gif);
background-color: #000000;s

SVG

1
2
3
4
5
6
意为可缩放矢量图形(Scalable Vector Graphics)。
使用 XML 格式定义图像。
art原背景色设置
style="background-color: #ffffff
深蓝色背景颜色
#00162D

HTML

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="col-md-4" style="border-left: 2px solid #eee;font-size: 13px;margin-top: 10px">
style="VISIBILITY: hidden" 隐藏
{% if isadmin %} {% endif %} 判断符合条件才展示
<style type="text/css">div{margin:5px;border:0;padding:0;}</style>
<span style="display:none;">&nbsp;获取中</span> 隐藏不占空间
<span style="visibility:hidden;">&nbsp;获取中</span> 隐藏占用空间
approve<input type="checkbox" class="mycheck" {% if approved %} checked readonly{% endif %} id="approve_check" >
<button type="button" class="btn btn-default">默认按钮</button> <!-- 标准的按钮 -->
<button type="button" class="btn btn-primary">原始按钮</button> <!-- 提供额外的视觉效果,标识一组按钮中的原始动作 -->
<button type="button" class="btn btn-success">成功按钮</button> <!-- 表示一个成功的或积极的动作 -->
<button type="button" class="btn btn-info">信息按钮</button> <!-- 信息警告消息的上下文按钮 -->
<button type="button" class="btn btn-warning">警告按钮</button> <!-- 表示应谨慎采取的动作 -->
<button type="button" class="btn btn-danger">危险按钮</button> <!-- 表示一个危险的或潜在的负面动作 -->
<button type="button" class="btn btn-link">链接按钮</button> <!-- 并不强调是一个按钮,看起来像一个链接,但同时保持按钮的行为>
class="col-md-4" 定义 列 占用4个像素
margin-top:15px" 距离上方空出15个像素
<div class="col-md-4" style="border-left: 2px solid #eee ;font-size: 13px ;margin-top:15px" >

bootstrap 栅栏系统

1
2
3
4
5
6
7
8
col 														列
xs-maxsmall, 超小
sm-small, 小
md-medium, 中等
-* 表示占列,即占自动每行row分12列栅格系统比;
col-xs-* 超小屏幕 手机 (<768px),
col-sm-* 小屏幕 平板 (≥768px),
col-md-* 中等屏幕 桌面显示器 (≥992px)(栅格参数).

震惊于刚入行时的学习热情

Powered by Hexo and Hexo-theme-hiker

Copyright © 2013 - 2024 HELLO WORLD All Rights Reserved.

UV : | PV :