onDomLoaded

2007-07-25 20:50:58   4327 Views   Technic   0 Comments  
Dean Edwards解决方案封装一下, 方便以后调用.
function onDomLoaded(func){
  function init() {
    if (arguments.callee.done) return;
...

Read on...

如何重装TCP/IP协议

2006-10-09 10:45:04   35903 Views   Technic   0 Comments  
遭遇流氓软件,好不容易清除了却无法上网了,估计是TCP/IP协议被破坏了。但是在本地连接属性里面的TCP/IP协议无法删除,网上一阵狂搜,终于有了解决方法:

1、开始——运行——regedit.exe,打开注册表编辑器,删除以下两个键:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winsock
HKEY_LOCAL_MA...

Read on...

70个流行的AJAX应用和演示

2006-09-19 09:19:19   1858 Views   Technic   0 Comments  
  • Ajallerix : AJAX, simple, fast Web image gallery demo ; at Novell
  • [url=http://www.stratulat.com/technical/ajax/a1/?article=AJAX
...

Read on...

安装IIS无法复制staxmem.dll的问题

2006-05-29 21:08:29   43445 Views   Technic   12 Comments  
今天重装了一次IIS,谁知安装的时候总是提示找不到staxmem.dll,可这个文件明明就在光盘里,没了头绪,到网上搜索了一下,终于找到解决办法:

在命令符下输入
esentutl /p %windir%/security/database/secedit.sdb
弹出的一个窗口选确认就行了

再翻阅了一下资料发现这是Microsoft(R) Windows(R) Database ...

Read on...

[Hidden] [Hidden]

2005-12-14 10:04:48   5 Views   Technic   0 Comments  
You don't have the permission to view this Article.

WAP is available

2005-10-25 23:58:35   3642 Views   Technic   0 Comments  
click to enlarge

blog的WAP服务已经开通,现在可以使用任何支持WAP的手机访问blog
WAP地址: http://www.atan.cn/wap.asp
click to enlarge

控制浏览器加载完毕才显示网页

2005-10-20 22:14:15   4300 Views   Technic   0 Comments  
很简单的一段代码,但最好不要用在数据量很大的页面上,否则用户会失去耐心的.
修改页面的<body>标签为:
<body style="display:none" onload="document.body.style.display='';">

让整段文字左右对齐

2005-10-19 19:35:45   4472 Views   Technic   1 Comments  
text-align:justify
text-justify:inter-ideograph
<center>
<br><br>中英文混排仍然两端对齐,弓虽呀,弓虽!<br><br>
<div style="font-size:12px;width:300;text-align:justify;text-justify:inter-ideograph">
...

Read on...

Login

or

Register

labs