天高任鸟飞 海阔凭鱼跃

……C++正在学习中……
posts - 28, comments - 0, trackbacks - 0, articles - 0
  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

     摘要: 1.How important a plan is for a project development.
2.How to communicate with your team members in a more effective way.
3.How to solve unexpected situations.
4.The importance of unification.
5.The importance of doing what you should do.
6.The importance of designing before programming.
7.The importance of management.
8.The importance of thinking what your teammates think.  阅读全文

posted @ 2006-11-16 17:03 Jaunt 阅读(874) | 评论 (0)编辑 收藏

     摘要: 层的隐藏与显示

只要设置style的display属性即可
比如
如果要显示它可以通过脚本来控制
window.document.getElementById("MyDiv").style.display = "";

禁止右键  阅读全文

posted @ 2006-11-16 17:02 Jaunt 阅读(216) | 评论 (0)编辑 收藏

     摘要: 一、验证类
1、数字验证内
1.1 整数
/^(-|\+)?\d+$/.test(str)
1.2 大于0的整数 (用于传来的ID的验证)
/^\d+$/.test(str)
1.3 负整数的验证
/^-\d+$/.test(str)
  阅读全文

posted @ 2006-11-16 17:01 Jaunt 阅读(137) | 评论 (0)编辑 收藏

     摘要: 各种样式的光标
auto :标准光标
default :标准箭头
hand :手形光标
wait :等待光标
text :I形光标  阅读全文

posted @ 2006-11-16 17:00 Jaunt 阅读(248) | 评论 (0)编辑 收藏

     摘要: //事件源对象

event.srcElement.tagName event.srcElement.type

//捕获释放
  阅读全文

posted @ 2006-11-16 16:58 Jaunt 阅读(361) | 评论 (0)编辑 收藏

     摘要: 普遍来说,中国人缺乏匠人的气质。“匠人”这个词在中国几乎是一个贬义词。例如说:“xx不过只是一个匠人”。但是其实国内的软件行业正是缺乏一大批对于自己的工作精益求精的软件工匠,这才是国内软件行业的主要问题所在。  阅读全文

posted @ 2006-11-16 16:57 Jaunt 阅读(135) | 评论 (0)编辑 收藏

     摘要: 一、AJAX开发者的最新工具和技术

AJAX,即"Asynchronous JavaScript And XML"的缩写,可翻译为异步JavaScript及XML技术。其核心是一个寄宿在浏览器中名为XMLHTTPRequest的类.... 基于XML的异步JavaScript,简称AJAX,是当前Web创新(称为Web2.0)中的一个王冠。感谢组成AJAX的各种技术,Web应用的交互如Flickr, Backpack和Google在这方面已经有质的飞跃。这个术语源自描述从基于网页的Web应用到基于数据的应用的转换。在基于数据的应用中,用户需求的数据如联系人列表,可以从独立于实际网页的服务端取得并且可以被动态地写入网页中,给缓慢的Web应用体验着色使之像桌面应用一样。
  阅读全文

posted @ 2006-11-16 16:56 Jaunt 阅读(169) | 评论 (0)编辑 收藏

     摘要: Linux
http://www.linux.org/

FreeBSD

http://www.freebsd.org/

PostgreSQL

http://www.postgresql.org/

MySQL

http://www.mysql.org/
  阅读全文

posted @ 2006-11-16 16:54 Jaunt 阅读(325) | 评论 (0)编辑 收藏

列出全部内容
共3页: 1 2 3