hhhhhh # -*- coding: utf-8 -*- import requests from bs4 import BeautifulSoup import lxml import json import re import time import tushare as ts import ...
分类:
其他好文 时间:
2019-11-22 21:02:53
阅读次数:
200
项目背景 客户已有运行多年的官网老站(PC端),想在今年对老站进行一次UI全面更新、功能全部平移的升级,对接新的运营后端,然后建立官网小程序端且与官网PC端进行联动,使得品牌自有渠道能够更加全面化。 挑战 时间紧。五月份进行Inception Workshop,确定项目交付范围与架构方案。官网六月初 ...
分类:
其他好文 时间:
2019-11-22 19:44:29
阅读次数:
126
主系统 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