儿童节,和 Doctor Li一块吃饭,然后给他的新购置的电脑装XP系统。

点击在新窗口中浏览此图片

点击在新窗口中浏览此图片

点击在新窗口中浏览此图片

最近

[不指定 2009/04/19 12:01 | by Totti ]
生活记录的越来越少了。

最近弟弟生病了,住院了3天,已经出院了,要吃药一段时间,希望药到病除,嘿嘿!

搬到了莘庄这边,快20天了,房子比原来大了许多,不过房租也贵了不少,呵呵。

生活的压力,会让自己变得更加务实,同时也更珍惜父母、姐弟,身边的朋友;半夜醒来,会很害怕生活中原有的东西突然失去。

未完待续...先吃饭。

探究纯粹的CSS下拉菜单

[不指定 2009/04/16 11:21 | by Totti ]
详细见:http://www.helloxudan.net/2007/11/09/inquiry-pure-css-drop-down-menu.html

鼠标悬停下拉菜单在网页中很常见,一般的下拉菜单都是通过 JavaScript 对菜单的显示和隐藏进行控制,其实用纯粹的 CSS 也可以实现。用 CSS 的几点好处是,不需要考虑客户端浏览器是否禁用了 JS,而且用 CSS 实现下拉菜单效率比 JS 要高,还可以方便地制定样式和定位。我查阅了一些资料,用纯粹的 CSS 实现了下拉菜单,并且支持 IE6,分享给需要的朋友。
Totti的朋友们一起来支持,也欢迎大家参加爱之赠物的爱心助学活动。

《爱之赠物》电子杂志2009年3月春季版创刊号在线阅读地址:

http://www.mii8888.com/book/200903/online.htm

《爱之赠物》电子杂志2009年3月春季版创刊号下载地址:

http://www.mii8888.com/book/mii8888200903.zip

周末(密码不是ittot)

[不指定 2009/03/15 20:24 | by Totti ]
加密日志
这篇日志被加密了。请输入密码后查看。
密码

入手黑莓8700G

[不指定 2009/02/25 23:00 | by Totti ]
在网上花了450元购买了这只8700G,翻新货- -洋垃圾。。等了几天,卖家才发货,汗。。。

点击在新窗口中浏览此图片

记录一下黑莓使用中遇到的问题- -

1、SIM卡的联系人复制到黑莓:

进入地址簿,单击滚轮进入SIM 电话簿,单击滚轮-“全部复制到地址簿”

2、更改国家(地区)代码为未知,以免+86的电话拨打不出,在“通话记录”-“选项”-“智能拨号”-“国家(地区)代码”-“未知”


3、关于黑莓拨号面板中我的号码显示未知的解决:选项-高级选项-sim卡 中编辑SIM电话号码 键入自己的手机号码 保存

4、安装来电精灵,可以显示来电地区,拨打IP电话。

5、批量删除短信
A. 将光标移到某日的日期上,按下滚轮,提示删除该日期之前的短信(delete pirior)。通过此方法可批量删除。
B. 进入短信列表,按住NUM +滑动滚轮选中要删除的短信,按删除。

6、移动光标:alt+滚轮。

7、按下alt,然后按一下滚轮,会发现有Move Application【移动应用程序】/Hide Application【隐藏应用程序】(有的没有后者),选择后,就发现桌面图标可以移动,前后顺序就能自己决定了。

更多使用体验,慢慢写- -


下载文件 (已下载 871 次)




下载文件 (已下载 877 次)


下载文件 (已下载 849 次)

PHP加速组件 eaccelerator

[不指定 2009/02/19 11:29 | by Totti ]
We have been using this PHP accelerator (0.9.5), on multiple servers, for a long time. It's used on some high traffic sites without any problem.
Install:
a) Download a copy of eAccelerator that is compatible with your version of PHP.
This can be an issue with eAccelerator. Sometimes it can take a little time before the Windows binaries are available for the most recent version of PHP.
b) Copy a compatible eaccelerator.dll to your PHP extensions folder (like:D:\php\ext replace with your actual folder location).
Make sure the configuration directive extension_dir in your php.ini is properly pointing to your extensions folder.
Like: extension_dir = "D:/php/ext"
//将dll文件复制到D:/php/ext下.
c) Create a folder (with the appropriate permissions) for the temporary cached files.
For example: D:\temp\eaccelerator
//创建tmp目录 权限可写
d) Add the following to your php.ini (as the first loaded extension):
.
;extension=php_yaz.dll
;extension=php_zip.dll
//编辑php.ini 在extension=php_zip.dll之后添以红字部分

[eaccelerator]
zend_extension_ts="D:\php\ext\eAccelerator0952_5.2.3.dll"
zend_extension="D:\php\ext\eAccelerator0952_5.2.3.dll"
eaccelerator.cache_dir = "D:\temp\eaccelerator"
eaccelerator.shm_size="64"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.debug ="0"
eaccelerator.check_mtime="1"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl ="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="0"
eaccelerator.compress="1"
eaccelerator.compress_level="9"
eaccelerator.keys= "shm"
eaccelerator.sessions="shm"
eaccelerator.c
zend_extension="D:\php\ext\eLoader0952_5.2.3.dll"
;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;
.
.
e) Restart your Web Server.You can see..


http://www.sitebuddy.com/PHP/Accelerators/eAccelerator_windows_binaries_builds
分页: 7/99 第一页 上页 2 3 4 5 6 7 8 9 10 11 下页 最后页 [ 显示模式: 摘要 | 列表 ]