上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 28 下一页
摘要: NOTE : The answers That I am NOT sure are marked with "*"Useful website: http://zend-php.appspot.com/81. Consider the following code-snippet, which is taken from a larger application:<?phpfor(/* em... 阅读全文
posted @ 2010-06-29 17:15 DavidHHuan 阅读(6721) 评论(0) 推荐(0) 编辑
摘要: NOTE : The answers That I am NOT sure are marked with "*"Useful website: http://zend-php.appspot.com/1. What is the best way to ensure the distinction between filtered / trusted and unfiltered / untru... 阅读全文
posted @ 2010-06-29 17:14 DavidHHuan 阅读(5913) 评论(0) 推荐(0) 编辑
摘要: 我的主操作系统是Ubuntu 10.04,有一个分区是NTFS,现在想在VirtualBox OSE里面安装一个Windows XP,并可使用主机的NTFS分区。My virtualbox is running under Ubuntu 10.04, and I install Windows XP in it. And also, I have a disk partition formatte... 阅读全文
posted @ 2010-06-29 14:32 DavidHHuan 阅读(563) 评论(0) 推荐(0) 编辑
摘要: The code as below :代码 阅读全文
posted @ 2010-06-24 09:12 DavidHHuan 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 页面代码如下: -- As the code below代码在 IE6下,当输入文字,然后回车,会出现浏览器关掉的问题。Under IE6, aftering inserted the words, and then press the enter, then the browser will close selftly.现在找到的解决办法, 如下面javascript里面红色加粗。Now the... 阅读全文
posted @ 2010-06-23 14:22 DavidHHuan 阅读(549) 评论(0) 推荐(0) 编辑
摘要: Here I use DD_belatedPNG_0.0.8a-min.js to handle the png problem in IE6.In this js file, there is a filter:[代码]This will make the <a> and <input> unclickable.这个会导致该区域的链接(<a>标签)和按钮(&l... 阅读全文
posted @ 2010-06-18 17:56 DavidHHuan 阅读(363) 评论(0) 推荐(0) 编辑
摘要: When starting the ubuntu with GRUB, that display some error below:[代码]Here is the way to fix the bug.1. Make sure that you have a live cd in your hand.2. Boot the computer, under the fixed model, inse... 阅读全文
posted @ 2010-06-14 09:10 DavidHHuan 阅读(1927) 评论(0) 推荐(0) 编辑
摘要: [代码]When running the code, we will get to error:[代码]So, there is no way to define a private in the interface.How about private method in abstract class?[代码]It doesn't course a anything of error or war... 阅读全文
posted @ 2010-06-02 16:43 DavidHHuan 阅读(668) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2010-06-02 15:54 DavidHHuan 阅读(219) 评论(0) 推荐(0) 编辑
摘要: Below is PHP code:代码 阅读全文
posted @ 2010-06-01 18:39 DavidHHuan 阅读(632) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2010-06-01 18:34 DavidHHuan 阅读(656) 评论(0) 推荐(0) 编辑
摘要: The key point to test the google map in localhost is that we need the test key, Ok, the test key is below:[代码]So now we can call the google map via[代码]Have fun! :) 阅读全文
posted @ 2010-05-28 18:59 DavidHHuan 阅读(372) 评论(0) 推荐(1) 编辑
摘要: Cut:[代码]Mix:[代码] 阅读全文
posted @ 2010-05-27 10:16 DavidHHuan 阅读(581) 评论(0) 推荐(0) 编辑
摘要: When testing in WCAG, the symbol of <b> will take some error, but why? How can we do if we want to bold the font? The answer: use <strong> instead.<strong> is the standard of XHTML, ... 阅读全文
posted @ 2010-05-26 11:27 DavidHHuan 阅读(334) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 28 下一页