码迷,mamicode.com
首页 >  
搜索关键字:sel    ( 12804个结果
js控制图片放大缩小的简易版
js代码: 图片html标签: ...
分类:Web程序   时间:2017-10-20 13:33:56    阅读次数:176
VB中队Access数据库表的连接操作
三表连接 SELECT a.ZDID,a.ZDname,a.ZDIP,a.Remark,b.eventtime,c.checkTime from (ZDList as a left join ZDEvents as b on a.zdid=b.zdid )left join ZDcheckchang ...
分类:数据库   时间:2017-10-20 12:02:15    阅读次数:135
base64编码、bs4
#验证码图片的src常用的Data URI scheme: from io import BytesIO from PIL import Image import base64,requests url='https://my.fengjr.com/api/v2/captcha?_ts=350455 ...
分类:其他好文   时间:2017-10-19 19:57:45    阅读次数:260
iOS 文本自由复制 超链接监听
对于 Label 需要支持复制、超链接监听最好的方案就是使用UITextView 代替Label 设置TextView支持超链接 TextView 默认超链接点击 是应用外跳转 要想实现应用内跳转,需要遵循 UITextViewDelegate 实现UITextViewDelegate代理方法,拦截 ...
分类:移动开发   时间:2017-10-19 17:40:56    阅读次数:384
vue-cli 自定义指令directive 添加验证滑块
vue-cli 自定义指令directive 添加验证滑块 vue-cli 自定义指令directive 添加验证滑块 ...
分类:其他好文   时间:2017-10-19 15:05:19    阅读次数:176
frameset的使用,清晰的思路
frameset经典的点击左边,显示右边 例子:{其中存在left.html、self.html、second.html、final.html} <frameset cols="8%,*"> <frame src="left.html"/> <frame name="qwer"/> </frames ...
分类:其他好文   时间:2017-10-19 15:03:13    阅读次数:161
Swift UIImageView常用方法
import UIKitclass ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() let image = UIImage.init(named: "111.png"); let ...
分类:编程语言   时间:2017-10-19 12:53:23    阅读次数:222
转载--------Python中:self和__init__的含义 + 为何要有self和__init__
背景 回复:我写的一些Python教程,需要的可以看看,中SongShouJiong的提问: Python中的self,__init__的含义是啥?为何要有self,__init这些东西? 解释之前,先说几句 1.到目前为止,我虽然也已写了不算很少的python的代码,但是,还真的没有太多接触sel ...
分类:编程语言   时间:2017-10-19 12:29:30    阅读次数:183
Centos7 安装 ActiveMQ 5.15.1
环境 关闭防火墙和SElinux 安装包下载 安装Java 1.8 查看CentOS自带JDK是否已安装 若有自带安装的JDK,卸载CentOS系统自带Java环境 卸载 tzdata-java 上传jdk-8u131-linux-x64.rpm 解压 进入配置文件 将以下文件添加到尾行 更新 pr ...
分类:其他好文   时间:2017-10-19 10:27:15    阅读次数:141
The Lucas numbers
The Lucas numbers are closely related to the Fibonacci numbers and satisfy the same recursion relation Ln+1=Ln+Ln?1, but with starting values L1=1 and ...
分类:其他好文   时间:2017-10-19 09:23:59    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!