码迷,mamicode.com
首页 >  
搜索关键字:tid    ( 1311个结果
FineUI常见问题
常见问题解答(必读) http://fineui.com/bbs/forum.php?mod=viewthread&tid=655 ...
分类:其他好文   时间:2016-09-05 22:20:28    阅读次数:286
HTML5应用:setCustomValidity(message)接口
本文转自http://tid.tenpay.com/?p=3592 HTML5表单验证给前端人员带来了便利,但是在用户体验上存在一些缺陷,默认的提示对用户很不友好,无法准确的获取想要的信息。好在大牛们在接口设计的时候提供了setCustomValidilty方法可以自定义提示信息。这是一个好消息,但 ...
分类:Web程序   时间:2016-09-02 18:49:02    阅读次数:189
swift开发学习网站
1.https://github.com/Aufree/trip-to-iOS#ios- 2.http://www.code4app.com/forum.php?mod=viewthread&tid=9551&page=1&extra=#pid170226 3.onehao16邀请您访问Code4A ...
分类:编程语言   时间:2016-09-01 12:31:02    阅读次数:180
js 监听浏览器刷新还是关闭事件
原作者的文章地址:http://udn.yyuap.com/forum.php?mod=viewthread&tid=96309 页面加载时只执行onload 页面关闭时只执行onunload 页面刷新时先执行onbeforeunload,然后onunload,最后onload。 经过验证我得出的结 ...
分类:Web程序   时间:2016-08-31 21:59:18    阅读次数:328
InvokeRequired 线程间访问
zt: http://www.x2blog.cn/jinhong618/?tid=22389 问: f (this.InvokeRequired) { this.BeginInvoke(new MethodInvoker(LoadGlobalImage)); return; } 是什么意思 答: c ...
分类:编程语言   时间:2016-08-24 12:55:35    阅读次数:185
iOS 常用控件集合 完整项目
[Swift]高仿 爱范儿3.0 http://www.code4app.com/forum.php?mod=viewthread&tid=10053&page=1&extra=#pid220850 登陆界面+转场结合设计UI地址 http://www.code4app.com/forum.php? ...
分类:移动开发   时间:2016-08-23 11:19:20    阅读次数:273
Linux系统软件包管理
摘自:http://www.apelearn.com/bbs/forum.php?mod=viewthread&tid=7677&extra=page%3D1%26filter%3Dtypeid%26typeid%3D36 1. rpm工具rpm Redhat Package Manager, 设计 ...
分类:系统相关   时间:2016-08-22 09:21:00    阅读次数:241
Linux文档的压缩和打包
摘自:http://www.apelearn.com/bbs/forum.php?mod=viewthread&tid=7660&extra=page%3D1%26filter%3Dtypeid%26typeid%3D36 1. gzip工具语法: gzip [-d#] filename 其中#为1 ...
分类:系统相关   时间:2016-08-22 08:14:00    阅读次数:191
linux磁盘管理
摘自:http://www.apelearn.com/bbs/forum.php?mod=viewthread&tid=7621&extra=page%3D1%26filter%3Dtypeid%26typeid%3D36 1. 查看磁盘或者目录的容量 df 查看磁盘各分区使用情况 不加参数以k为单 ...
分类:系统相关   时间:2016-08-21 18:24:17    阅读次数:335
Spring MVC实例(增删改查)
数据库配置文件application-context-jdbc.xml 表teacher的结构(tid自增,tno工号,tname姓名,dno部门号) tid int auto_increment primary key,tno varchar(20),tname varchar(20),dno v ...
分类:编程语言   时间:2016-08-19 11:20:56    阅读次数:181
1311条   上一页 1 ... 51 52 53 54 55 ... 132 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!