主系统 Kali Linux 确实好用,继《 "Kali~2018安装后的配置" 》之后,自己又全面详细的总结了关于Kali Linux系统安装后的配置,《 "Kali Rolling 系统配置总结(Updateing)" 》相比《 "Kali~2018安装后的配置" 》更加全面详细。希望,这篇文章 ...
分类:
其他好文 时间:
2019-11-22 13:58:24
阅读次数:
191
# -*- coding: utf-8 -*- import requests from bs4 import BeautifulSoup import lxml import json import re import time import tushare as ts import pandas ...
分类:
其他好文 时间:
2019-11-21 11:53:49
阅读次数:
86
::-webkit-scrollbar{width:8px;height:10px;}::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:6px;cursor:pointer;}::-webkit-scrollbar-track{background-color:#ddd;border-radius:6px
分类:
其他好文 时间:
2019-11-17 12:59:59
阅读次数:
85
CSS用户界面样式 1. 鼠标样式currsor ~~~ li{ cursor:pointer; } ~~~ 设置或检索在对象上移动鼠标指针采用何种系统预定义的光标形状 | 属性值 | 描述 | | | | | default | 默认 | | pointer | 小手 | | move | 移动 ...
分类:
Web程序 时间:
2019-11-16 21:58:09
阅读次数:
91
css * { margin: 0; padding: 0; } img { display: block; } .box { width: 450px; margin: 30px; display: flex; flex-direction: column; position: relative; ...
分类:
其他好文 时间:
2019-11-16 21:34:19
阅读次数:
70
避免 static Activity activity; 这样的代码,或在销毁时置为null 单例模式中Singleton的getInstance()方法时传入的context尽量传入context.getApplication(因为单例的生命周期为应用生命周期) 避免 static Views ; ...
分类:
其他好文 时间:
2019-11-16 10:45:27
阅读次数:
70
<div class="add-input2" @mousedown.stop.prevent="dragImg" ref='dragImgDom'> //样式一定要定位且有宽高//内容 </div> //拖拽 dragImg(e) { this.$refs.dragImgDom.style.cur ...
分类:
Web程序 时间:
2019-11-14 18:05:07
阅读次数:
92
1.饼状图 1. 创建spirngboot项目,引入以下启动器。 <!-- servlet 依赖. --> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <scope> ...
分类:
编程语言 时间:
2019-11-14 00:11:25
阅读次数:
194
cursor.fetchone()与cursor.fetchall()的区别: cursor.fetchone():只能显示一个数据 cursor.fetchall():才能显示查出来的所有数据 Pymsql的其他常用方法 import pymysql #连接数据库 db = pymysql.con ...
分类:
数据库 时间:
2019-11-13 10:48:32
阅读次数:
112
为 PyTorch官网 添加超链接 https://pytorch.org/ PyTorch官网 ,选中PyTorch官网添加链接, 常规属性,目标 选择「在目前窗口打开超链接」,其他可不填 弹窗属性,勾选 JavaScript 弹出,弹窗URL地址输入 https://pytorch.org/ 高 ...
分类:
其他好文 时间:
2019-11-12 11:00:00
阅读次数:
114