Tag/
共370个网摘 [
1 2 3 4 5 6 7 8 9 ...
13 ]
上一页 |
下一页 |
AppZ收录,使用标签:book, learn, collect, linux, programm,时间:2008-6-29 22:32:00 | 相关网摘,我也收藏
Linux编程技术详解
______________________
本书全面介绍了Linux编程相关的知识,内容涵盖Linux基本知识、如何建立Linux开发环境、Linux开发工具、Linux文件系统、文件I/O操作、设备文件、进程与进程环境、守护进程、基本进程间通信方法、管道与命名管道、POSIX IPC、Linux下的多线程、Linux网络编程、网络嗅探器、Linux图形界面开发基础、GTK+图形界面编程、界面布局与按钮构件、GTK常用构件、对话框、菜单与工具条等。\r\n 本书力求以全面的内容及丰富的实例来指导读者了解和掌握Linux编程的方方面面,书中提供了大量的实例...
http://book.csdn.net/bookfiles/545/
AppZ收录,使用标签:learn, collect, php, howto,时间:2008-6-27 13:28:44 | 相关网摘,我也收藏
網址: http://cakeforge.org/projects/bakesale/
A powerful, extensible, open-source shopping cart and catalog system developed entirely in CakePHP. BakeSale support site is at http://bakesalehq.com/
一個完全以 CakePHP 開發的開放原始碼購物車與型錄系統,功能強大、擴充性高,支援網站: http://bakesalehq.com/
使用 MIT 授權: http://bakesalehq.com/contents/show/14/
現有功能: http://bakesalehq.com/contents/show/10/
http://twpug.net/modules/newbb/viewtopic.php?topic_id=2920
AppZ收录,使用标签:collect, php, iis, windows,时间:2008-6-20 9:33:26 | 相关网摘,我也收藏
调整smtp服务的权限:
这个是网上很多人问的问题,就是用php服务,在smtp服务打开的情况下,调用mail()函数,返回
[function.mail] SMTP server response: 550 5.7.1 Unable to relay
这个在下面这个网页找到了解决方案:
http://blog.csdn.net/aifox/archive/2006/01/26/589117.aspx
关键是:
“据说是中继的问题
然后依照指示
虚拟服务器->属性->访问->中继
将那个复选框选好,然后再添加了127.0.0.1的本地地址
测试,ok”
______________________________________
配置iis下php的mail函数的使用.
http://www.chingle.cn/d.asp?id=118
AppZ收录,使用标签:bug, php, collect,时间:2008-6-19 16:13:36 | 相关网摘,我也收藏
Steps to reproduce:
1. Click Start -> Click Run -> Type Regedit -> Hit Enter
2. Browse to HKEY_LOCAL_MACHINE\SOFTWARE\PHP\
3. Right click in right-hand window pane and select New->String Value
4. Set Name to: IniFilePath
5. Set Data to: C:\Program Files\PHP\ (or wherever your installation
is)
6. Click Start -> Click Run -> Type cmd -> Hit Enter -> Type iisreset
http://bugs.php.net/bug.php?id=42849
AppZ收录,使用标签:collect, good_en_site,时间:2008-6-17 9:39:00 | 相关网摘,我也收藏
NirSoft web site provides a unique collection of small and useful freeware utilities, all of them developed by Nir Sofer. In order to search for a freeware utility in NirSoft Web site, click here.
If you are looking for password-recovery tools, click here.
To view your IP address and other information, click here.
If you have a software-listing Web site, and you want to add the freeware utilities provided by NirSoft, click here
http://www.nirsoft.net/
AppZ收录,使用标签:css, design, collect,时间:2008-6-16 9:34:34 | 相关网摘,我也收藏
Web Designer Wall is designed and maintained by Nick La, who also runs N.Design Studio and Best Web Gallery. I’ve been designing for several years and my works have been published on numbers of magazines. I love to share ideas and design techniques. Web Designer Wall serves as my public blog where I post my design ideas, tutorials, and talk about modern web design trends.
http://www.webdesignerwall.com/about/
AppZ收录,使用标签:learn, collect, bookmarklet,时间:2008-6-12 9:07:34 | 相关网摘,我也收藏
This favelet allows you to view the properties of any HTML element on a page simply by mousing over the element. The element will be given a gray background, and a DIV element that trails the mouse cursor will contain the element type along with all of the specified attributes of the element. Hit the "esc" key to turn the favelet off.
http://slayeroffice.com/?c=/content/tools/modi.html
AppZ收录,使用标签:p2p, learn, collect, source,时间:2008-6-11 12:32:26 | 相关网摘,我也收藏
Current Version:1.1.0
Welcome to ApexDC.net, the home of an innovative Direct Connect client based on the StrongDC++ modification. ApexDC++ is actively developed and provides a user-friendly interface, unique features, unlimited customisation and a dedicated support team.
ApexDC++ is, and always will be, free from all forms of malware. The project is managed and developed by veterans of the P2P scene and as such we feel we are in touch with the opinions, wishes and requirements of our users.
http://www.apexdc.net/
AppZ收录,使用标签:learn, collect, 疑难杂症,时间:2008-6-8 19:31:15 | 相关网摘,我也收藏
想移动程序的数据信息并非是件易事。打开每个帐户文件夹,将其在资源管理器中的“应用程序信息(Application Data)”文件,从C:\Documents and Settings\log-on拖曳到X:\ log-on中(其中“X”还是代表分区名,“log-on”为用户名)。接着在“开始”菜单中选择“运行”,输入“regedit”,然后点击“确定”按钮。在打开的“注册表编辑器”窗口左侧,寻找并选择HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders,双击右侧的“AppData”,将其数据数值改为“X:\ log-on \Application Data”,点击“确定”按钮。退出注册表窗口,然后再进入同样帐户名的文件夹。现在你就可以删除原来地址中的“应用程序信息(Application Data)”文件了。
http://my.lenovo.net/index.php/25681/action_viewspace_itemid_11129
共370个网摘 [
1 2 3 4 5 6 7 8 9 ...
13 ]
上一页 |
下一页