2010年8月5日
摘要:
地址:http://validator.w3.org/unicorn/Unicorn:包括Markup验证器、CSS验证器、mobileOk检查器及Feed验证器共4个工具。
阅读全文
posted @ 2010-08-05 10:29
Owen_Zhang
阅读(180)
推荐(0)
2010年2月25日
摘要:
加载XMLloadXML = function(xmlFile){ var xmlDoc; if(window.ActiveXObject){ xmlDoc = new ActiveXObject('Microsoft.XMLDOM'); xmlDoc.async = false; xmlDoc.load(xmlFile); } else if (document.implementation &...
阅读全文
posted @ 2010-02-25 17:16
Owen_Zhang
阅读(156)
推荐(0)
摘要:
http://www.packtpub.com/learning-ext-js
阅读全文
posted @ 2010-02-25 16:12
Owen_Zhang
阅读(136)
推荐(0)
摘要:
xtype Class------------- ------------------box Ext.BoxComponentbutton Ext.Buttonbuttongroup Ext.ButtonGroupcolorpalette Ext.ColorPalettecomponent Ext.Componentcontainer Ext.Containercycle Ext.CycleBut...
阅读全文
posted @ 2010-02-25 11:31
Owen_Zhang
阅读(342)
推荐(1)
2010年2月9日
摘要:
近日在东部一些地区又出现了“民工荒”现象。与农民工短缺形成鲜明对比的是,大学生就业难却日益突出。为何会大学生比农民工还要难找到工作,甚至大学生失业率比农民工还高?这是个问题。 根据一般规律,就业能力取决于劳动者的受教育程度,受教育程度越高,就业能力就越强,反之则越弱。由此推论,大学生的就业情况应该比农民工要好,失业率也要比农民工低。但现实却跟我们的思维逻辑开了一个大玩笑。 ...
阅读全文
posted @ 2010-02-09 13:13
Owen_Zhang
阅读(224)
推荐(0)
2010年2月8日
摘要:
1. 启动注册表编辑器(开始->运行->输入regedit),然后依次展开如下分支:“HKEY_CLASSES_ROOT\lnkfile”; 2. 删除“lnkfile”子项中的“IsShortcut”字符串值项,因为“IsShortcut”项是用来控制是否显示普通应用程序和数据文件快捷方...
阅读全文
posted @ 2010-02-08 15:17
Owen_Zhang
阅读(261)
推荐(0)
2010年1月7日
摘要:
在使用Visual Studio开发工具的过程中,Visual Studio会在如下文件夹(以VS2008和.NET Framework 2.0为例)中生成一些临时性的文件:1、ReflectedSchemas:完整路径为“C:\Documents and Settings\Administrator\Application Data\Microsoft\VisualStudio\9....
阅读全文
posted @ 2010-01-07 18:00
Owen_Zhang
阅读(8303)
推荐(1)
2010年1月6日
摘要:
今天工作中遇到个小问题,情况如下,当我在后台页面中设置Checkbox的Enable的值为false时,我在前端页面中使用脚本(chk.disabled = false),无法改变disabled的值为false,代码如下:前台代码:前台代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.Code...
阅读全文
posted @ 2010-01-06 16:05
Owen_Zhang
阅读(2905)
推荐(0)
2009年12月23日
posted @ 2009-12-23 11:56
Owen_Zhang
阅读(512)
推荐(0)
2009年12月17日
摘要:
HTML Element Position
阅读全文
posted @ 2009-12-17 14:31
Owen_Zhang
阅读(216)
推荐(0)