常见问题解答(必读) http://fineui.com/bbs/forum.php?mod=viewthread&tid=655 ...
分类:
其他好文 时间:
2016-09-05 22:20:28
阅读次数:
286
本文转自http://tid.tenpay.com/?p=3592 HTML5表单验证给前端人员带来了便利,但是在用户体验上存在一些缺陷,默认的提示对用户很不友好,无法准确的获取想要的信息。好在大牛们在接口设计的时候提供了setCustomValidilty方法可以自定义提示信息。这是一个好消息,但 ...
分类:
Web程序 时间:
2016-09-02 18:49:02
阅读次数:
189
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
原作者的文章地址:http://udn.yyuap.com/forum.php?mod=viewthread&tid=96309 页面加载时只执行onload 页面关闭时只执行onunload 页面刷新时先执行onbeforeunload,然后onunload,最后onload。 经过验证我得出的结 ...
分类:
Web程序 时间:
2016-08-31 21:59:18
阅读次数:
328
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
[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
摘自: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
摘自: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
摘自: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
数据库配置文件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