码迷,mamicode.com
首页 >  
搜索关键字:previous    ( 1046个结果
[Android]自己定义带删除输入框
在项目开发中,带删除button输入框也是人们经常常使用到的,该文章便介绍一下怎样创建一个带删除输入框。当中,须要解决的问题例如以下: a)创建自己定义editText类 b)在自己定义editText中显示删除图片 c)依据输入框的输入情况显示或隐藏图片 d)点击删除图片文字消失,图片隐藏 e)依 ...
分类:移动开发   时间:2017-05-22 21:28:07    阅读次数:236
Previous Workflow Versions in Nintex Workflow
Previous Workflow Versions in Nintex Workflow September 4, 2013 It occurred to me that even though I knew several older versions of workflows existed ...
分类:其他好文   时间:2017-05-22 11:11:15    阅读次数:203
webstorm 常用的快捷键
今天整理了一些webstorm比较实用的快捷键:Ctrl+/ 或 Ctrl+Shift+/ 注释(// 或者/*…*/ )Shift+F6 重构-重命名Ctrl+X 删除行Ctrl+D 复制行Ctrl+G 查找行Ctrl+Shift+Up/Down 代码向上/下移动。F2 或Shift+F2 高亮错 ...
分类:Web程序   时间:2017-05-20 12:22:51    阅读次数:208
Numpy 新手教程(2)
翻译自官方文档Tentative NumPy Tutorial,有删节。 基本操作 主要的算术运算符都能够应用于数组类型,结果为相应元素之间的运,返回值为一个新的数组。 >>> a = array( [20,30,40,50] ) >>> b = arange( 4 ) >>> b array([0 ...
分类:其他好文   时间:2017-05-20 11:08:47    阅读次数:201
Enable Windows Photo Viewer in Windows 10 TH1/TH2/RS1/RS2 and Windows Server 2016
Windows Photo Viewer is a quick desktop application for image viewing. In previous OS like Windows 8.1, it can be set as default through PC Settings, ...
分类:Windows程序   时间:2017-05-19 18:39:36    阅读次数:299
虚拟机中安装Virtualbox,嵌套的虚拟机不能运行64位系统
https://www.quora.com/Can-I-install-Virtualbox-in-a-virtual-machine Here is a previous question on Quora about it: Is it possible to install Virtual m... ...
分类:其他好文   时间:2017-05-18 14:49:31    阅读次数:344
mysql重连,连接丢失:The last packet successfully received from the server--转载
1.1 错误信息: 1.2 解决方法 - 如果使用的是JDBC,在JDBC URL上添加?autoReconnect=true,如: - 如果是在Spring中使用DBCP连接池,在定义datasource增加属性validationQuery和testOnBorrow,如: - 如果是在Sprin ...
分类:数据库   时间:2017-05-17 13:55:20    阅读次数:440
bootstrap(5)分页,翻页,徽章效果
一 : 分页效果 我们可以看到在网站上的翻页效果如下: 使用bootstrap如何实现的呢? 代码如下: 分析以上代码: 我们可以知道,实现分页我们通过 ul>li>a的结构来实现的,我们通过对ul添加class为pagination来实现的分页效果 通过ul>li>a>span来实现的上一页和下一 ...
分类:其他好文   时间:2017-05-13 23:25:42    阅读次数:274
projecteuler第二题
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be: 1, 2, 3, ...
分类:其他好文   时间:2017-05-13 18:10:00    阅读次数:187
bbed初体验
bbed能够直接查看或改动数据文件,听起来非常强大。以下体验一下。安装方法网上一搜一大把,我的环境是centos+10G的 bbed參考文档:http://pan.baidu.com/s/1hqCC6pu --測试之前,已经创建了ms1用户和表空间mssm create tablespace mss ...
分类:其他好文   时间:2017-05-12 15:39:25    阅读次数:239
1046条   上一页 1 ... 51 52 53 54 55 ... 105 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!