Submitted by gouki on 2008, November 7, 11:35 AM
图片附件(缩略图):

图片附件(缩略图):

Tags: zend, phpchina
Software | 评论:1
| 阅读:22908
Submitted by gouki on 2008, November 7, 11:32 AM
PHP代码
- <?php
-
- Class Aspire
- {
- private $outPut = '';
- static public function cin ( $str ){
- if( strToLower( $str ) == 'sweat'){
- self::$outPut = 'Gains';
- }else{
- self::$outPut = 'Without Something';
- }
- }
-
- static public function cout (){
- echo( self::$outPut );
- self::$outPut = NULL;
- }
- }
- Aspire::cin('sweat');
- Aspire::cout();
- Aspire::cin('laugh');
- Aspire::cout();
- ?>
Tags: php, class
PHP | 评论:2
| 阅读:22073
Submitted by gouki on 2008, November 6, 11:42 PM
原文:http://www.cnblogs.com/yangzhou1030/archive/2008/11/05/1326794.html
作者:Yang Zhou
感谢:Crystal
日期:2008年10月
介绍
对学习Flash CS3和Actionscript 3.0中的3D编程感兴趣?You come to the right place!在文章中,我将陆续的介绍在Flash中使用Actionsript进行3D编程一些理论和实例。这是一篇初级到中级难度的学习资料,如果你 具有一些基本的数学和几何知识,那对你来说不会太难。请注意:这并不是针对Flash CS4开发平台的文章,文章讲述的是你自己如何动手构架一个3D引擎所需要的基础数学和算法,试图让你明白开发一个3D引擎的历程,而并不是教你如何使用 所谓最新的科技和一些Flash 3D引擎。文章中的例子笔者在Flash Professional CS3 IDE, Actionscript 3.0编译环境里运行没有发现问题。
目录
Flash与3D编程探秘(一)- Flash与3D空间
Flash与3D编程探秘(二)- 静态长方体
Flash与3D编程探秘(三)- 摄像机(Camera)
Flash与3D编程探秘(四)- 摄像机旋转基础知识
Flash与3D编程探秘(五)- 摄像机旋转和移动
Flash与3D编程探秘(六)- 全方位旋转摄像机
作者很强劲,写的也比较详细,如果有用flash进行开发的朋友,有福了
Tags: flash, 开发, 3d, 探秘, 推荐
Software | 评论:0
| 阅读:21920
Submitted by gouki on 2008, November 5, 9:08 AM
互联网的冬天已经来了?上半年马云就在说着,互联网的冬天就要来了,我们一定要挺住。
总以为这些离我们很远,但是现在发现,离着我们是越来越近了。
股票的下跌就不提了,毕竟科技股也在股票当中,阿里巴巴的H股恐怕让人大跌眼镜,但淘宝却又始终坚挺。
全球裁员风已经波及到国内了。昨天六间房也宣布裁员2/3,诺基亚裁员600人。冬天真的来了。
六间房:《一个馒头引发的血案》让六间房网站被全国人民所熟知。
PS:刚刚发现网易已经在纪念了:http://tech.163.com/special/000931CN/Layoffs2008.html
2008-11-05 先留下当前的图:

金融海啸下,全球IT业裁员日志(涉及企业 28 家 共/将裁员约 167023 人) |
|
|
Tags: 互联网, 冬天, 马云, 六间房
Misc | 评论:1
| 阅读:19006
Submitted by gouki on 2008, November 4, 10:34 AM
一个功能超强的查找与替换工具。它可以对同一硬盘中的所有文件进行搜索与替换,也可以搜索 Zip 文件中的文件,并支持特殊字符条件表达式的搜索,以及以脚本文件(Script)进行搜索和替换,也可以以二进制的表示方式做搜索和替换。而对搜索到的文 件也可以针对内容、属性、及日期进行修改或者启动关联的应用程序。从所提供的功能来讲,该软件可以说是同类软件中最出色的。
这个软件曾经让我在一个项目中因为其他部门的人需要改字段让我在一天内完成了整个工作。按其他的方法来的话,可能需要大概一周时间,因为大约有几百个文件,可能每个文件中都有内容要改,而且是不同的内容。。。
在汉化新世纪上看到了这款软件的最新版,觉得应该与大家共享一下,于是贴出来,呵呵。
原文地址,有两个,我也不知道哪个汉化的更好:
http://www.hanzify.org/index.php?Go=Show::List&ID=12180
http://www.hanzify.org/index.php?Go=Show::List&ID=11396

版本更新(从5.0的开始):
更新记录
- Version 6.0
-
- * Unicode support in User Interface.
- * Asian text support greatly improved.
- * x64 version available
-
- Version 5.9
-
- * Additional support for Windows Vista
-
- Version 5.8
-
- * Debugging report support.
-
- Version 5.7
-
- * Switch to list a hit line only once even it contains multiple hits. See Options|Display.
-
- Version 5.6
-
- * Limit of 4 GB maximum file size for single file removed.
- * Added special 'Show Hits on one line' function. See F1 hlp - Index|Registry Switches
-
- Version 5.5
-
- * Additional handling added to script editor for 'Repeat Script' function. Previously this had to be entered manually.
-
- Version 5.4
-
- * 'Repeat action' n-times added for search/replaces in scripts to let you repeat search/replaces any number of times. See F1 hlp. This field is available from the 'Comments' button in the Script Editor.
-
- Version 5.3
-
- * Enhanced instance handling. When in multiple instance mode the window title bars are distinguished :2, :3, etc. See Options|General.
- * The file name extension(s) for .xml files can be adjusted. See F1 hlp - 'Registry Switches'.
-
- Version 5.2
-
- *
-
- Switch to copy (or not) search header info the clipboard and output file. See Options|Display.
- * "Buffer Size" can now be specified in Options|Search.
- * Special switch to control number of buffers to process. See F1 Hlp - 'Registry Switches'.
-
- Version 5.1
-
- *
-
- "Filter" indicator in main window when a filter is established in Options | Filters.
- * "Privacy" switches to delete program history upon exit. See F1 Hlp - "Privacy Settings" for info.
- * "Process Binary Files" switch in Options|Search.
-
- Version 5.0
-
- *
-
- Enhanced File Operations dialog with drag n drop to Windows Explorer and context menu.
- * Additional keyboard shortcuts.
- * Special switch to cause program to not search 'binary' files.
- * Special switch to not output search parameters during Ctrl+C copy to clipboard in Search Results
- * 'Explorer From Here' to launch Windows Explorer
Tags: search&replace, 替换, compare
Software | 评论:1
| 阅读:21918