首页 新闻 论坛 群组 Blog 文档 下载 读书 Tag 网摘 搜索 .NET Java 游戏 视频 人才 外包 数据库 第二书店 程序员

Tag/ 


共319个网摘 [ 1  2  3  4  5  6 ... 11 ]  下一页  |  

Resizing images with PHP

AppZ收录,使用标签:learn, collect, phpclasses,时间:2008-7-6 16:00:25 | 相关网摘我也收藏

The following script will easily allow you to resize images using PHP.


OFFSYSTEM: Owner Free File System

AppZ收录,使用标签:collect, good, learn,时间:2008-7-4 14:51:58 | 相关网摘我也收藏

OFF, or the Owner-Free Filesystem is a distributed filesystem in which everything is stored in reference to randomized data blocks, as opposed to a 1:1 copy of the original data being inserted. The creators of the Owner-Free Filesystem have coined a new term to define the network: A brightnet. Nobody shares any copyrighted files, and therefore nobody needs to hide away.


面向对象的思维方法 | Mars''s Jargon

AppZ收录,使用标签:think, learn, collect,时间:2008-7-3 14:21:49 | 相关网摘我也收藏

我对Java的面向对象的特性琢磨良久,自认为有所领悟,也开始有意识的运用OOP风格来写程序,然而还是经常会觉得不知道应该怎样提炼类,面对一个具体的问题的时候,会觉得脑子里千头万绪的,不知道怎么下手,一不小心,又会回到原来的思路上去。


怎么用iptable完成端口映射

AppZ收录,使用标签:faq, collect, learn, linux,时间:2008-7-3 13:53:09 | 相关网摘我也收藏

怎么用iptable完成端口映射
我有一外网IP:218.17.xxx.xxx,现在想用这个IP通过linux映射到内部的一台WEB服务器上IP为:192.168.188.5,就是不管在外面还是内部都是用 218.17.xxx.xxx来访问WEB(这WEB在内部的192.168.188.5上),怎么做?


SIP Hosting

AppZ收录,使用标签:sip, learn, voip, collect,时间:2008-7-3 10:47:37 | 相关网摘我也收藏

Junction Networks » Knowledgebase »
OnSIP
in OnSIP OnSIP Knowledgebase

Select ratingPoorOkayGoodGreatExcellentPoorOkayGoodGreatExcellent

No votes yet
Getting Started Guide
Admin Portal
Billing
Devices
FAQs
SIP Hosting
Web Services


软件开发基地_ 新浪博客

AppZ收录,使用标签:good_blog, learn, collect,时间:2008-7-1 16:11:30 | 相关网摘我也收藏

1、博主简介
湖南大学软件工程硕士,有多年软件开发经验。
2、人生格言
1)健康是胜利的保证,时间是宝贵的财富,知识是远航的动力,信心是前进的支柱


Linux编程技术详�?- 免费试读 - book.csdn.net

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编程的方方面面,书中提供了大量的实例...


The Koala’s eyes � (GCPi) Google Calendar Python Interface

AppZ收录,使用标签:python, class, learn, collect,时间:2008-6-27 21:01:19 | 相关网摘我也收藏

This package provides some simple classes and methods to communicate with a Google Calendar Account, and, of course, create new events/comments or modifying / delete the existing ones.


台灣PHP聯盟[ Taiwan PHP User Group ] - �?CakePHP 開發的線上購物系�?- BakeSale [討論區 - CakePHP]

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/


游戏代理VPN(pptp radius mysql) 安装笔记总结 - VPN - ChinaUnix.net

AppZ收录,使用标签:learn, collect,时间:2008-6-22 23:13:48 | 相关网摘我也收藏

软件:pptp+radius+mysql
平台:linux,可以是各发行版,内核最好是2.6以上的
我的测试平台是RHEL5 beta1,内核 2.6.18-1.2747.el5xen
这个版本有个好处,就是内核已支持MPPE,不用再安装


SVN小文件清除脚本 - Python - JavaEye技术社区

AppZ收录,使用标签:python, code_snippet, learn, collect,时间:2008-6-18 14:16:49 | 相关网摘我也收藏

隐士以前用惯了ClearCase,换到SVN有点不习惯。ClearCase下面的文件都可以直接Copy出来用,SVN下面的就麻烦了,每个目录下面一个.svn子目录,当你要把项目在Check In前拿去别用时,你就体会到你的项目不是一个项目,此刻SVN灵魂附体令你感觉别扭,当然,Check In后可以用SVN的Export来导出一个干净的项目。不爽,隐士整了个Python脚本,清除这些垃圾。


� 初识Firebug 全文 — firebug的使用 - 某人的栖息地

AppZ收录,使用标签:learn, collect, good_blog,时间:2008-6-16 17:02:07 | 相关网摘我也收藏

Firebug是Firefox下的一款开发类插件,现属于Firefox的五星级强力推荐插件之一。它集HTML查看和编辑、Javascript控制台、网络状况监视器于一体,是开发JavaScript、CSS、HTML和Ajax的得力助手。Firebug如同一把精巧的瑞士军刀,从各个不同的角度剖析Web页面内部的细节层面,给Web开发者带来很大的便利。这是一款让人爱不释手的插件,如果你以前没有接触过它,也许在阅读本文之后,会有一试的欲望。笔者在撰写此文的时候,正逢Firebug发布1.0正式版,这不能不说是种巧合。


25个优秀的Ajax技术和实例 - AJAX - JavaEye新闻

woyaojuzi收录,使用标签:learn, collect,时间:2008-6-16 14:53:05 | 相关网摘我也收藏

25个优秀的Ajax技术和实例


25个优秀的Ajax技术和实例 - AJAX - JavaEye新闻

AppZ收录,使用标签:learn, collect,时间:2008-6-16 13:34:40 | 相关网摘我也收藏

25个优秀的Ajax技术和实例


JS按比例缩放图片 - 马文栋 MaWenDong

AppZ收录,使用标签:code, 收集, learn,时间:2008-6-16 11:52:59 | 相关网摘我也收藏

最快的做法是直接给图片固定一个宽高,这样做的缺点就是影响页面的美观,而大多数的做法是使用JS来控制图片的显示尺寸在一定的范围内,不会比例失调,保证了图片不会变形,相信这种方法是最合适的。


设计者的框架 - 译言翻译

AppZ收录,使用标签:技术译言, learn, css, xhtml,时间:2008-6-12 9:14:55 | 相关网摘我也收藏

如何建立CSS框架?

有许多可行的关于建立框架的方法,当时最常见和公认最有用的方法是把你常用CSS

样式分条成组抽象归类,让每一条都分别包括一个方面或者是一个部分的样式。


slayeroffice | Mouseover DOM Inspector

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.


ApexDC - The Pinnacle of File-Sharing

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.


Home - PHP Development

AppZ收录,使用标签:good_en_site, learn, collect,时间:2008-6-10 14:05:56 | 相关网摘我也收藏

The site contains internet-related software and web scripts (PHP, JavaScript, etc).


getTimezoneOffset 方法

AppZ收录,使用标签:javascript, learn, collect,时间:2008-6-9 17:25:24 | 相关网摘我也收藏

getTimezoneOffset 方法
返回用分钟表示的主计算机上的时间和全球标准时间 (UTC)之间的差别。


dean.edwards.name

AppZ收录,使用标签:learn, collect, js, javascript, gzip,时间:2008-6-9 10:28:10 | 相关网摘我也收藏

dean.edwards.name/packer/
A JavaScript Compressor. version 3.0


转移文Application Data件夹的问题? - �?�?�?�?- lenovo联想会员俱乐部社�?- Powered by X-Space - Powered by SupeSite

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)”文件了。


[原创] 自动输入用户名和密码用于telnet的shell, 哈哈 (原创)

AppZ收录,使用标签:learn, collect, ssh, linux,时间:2008-6-6 13:12:23 | 相关网摘我也收藏

自动输入用户名和密码用于telnet的shell, 哈哈 (原创)
http://www.chinaunix.net 作者:panlm 发表于:2005-04-11 12:36:36
------------------------
相关连接:
http://bbs2.chinaunix.net/viewthread.php?tid=1116272
http://bbs.et8.net/bbs/showthread.php?t=927683http://topic.csdn.net/t/20050216/14/3785542.html
http://topic.csdn.net/t/20050216/14/3785542.html
http://www.javaeye.com/post/533945


FckEditor中文研究分享----Fck配置设置 - php,fckeditor,linwenyong, - 十年再十年

AppZ收录,使用标签:learn, collect, good_blog,时间:2008-6-5 20:51:55 | 相关网摘我也收藏

FckEditor中文研究分享----Fck配置设置Submitted by linwenyong on 2008, March 31, 3:51 PM. php

根据本人对FckEditor的一点使用经验,及网络上的资料整理

出处 http://www.linwenyong.com

正题:下载 FckEditor

FCKeditor目前已经更新到2.6版,详情请看官方http://www.fckeditor.net/

因为下载下来的压缩包里面有包含很多在我们使用时,用不到的,不删除也行。看个人喜好下面以PHP为例,进行程序瘦身


使用asterisk建立呼叫中心(一) 建立一个预拨号系统 - VOIP开发技术 - ChinaUnix.net

AppZ收录,使用标签:learn, collect, good_question,时间:2008-6-5 13:46:32 | 相关网摘我也收藏

这里我们使用asterisk和asterCRM来建立一个预拨号器。

1. 首先我们需要安装asterisk, 对于初学者来说可以使用trixbox http://www.trixbox.com.
2. 安装astercrm, astercrm可以安装再与asterisk同一设备上或是安装在不同的系统中, 目前(2008年2约)astercrm的最高版本是 0.0461, 中文安装文档可以阅读 http://astercrm.org/astercrm_documents/installation.
3. 安装结束后使用缺省的管理员帐号 admin/admin 登陆, 选择简体中文, 进入"Manager" -> "preference", 首先我们需要设置asterisk系统拨出时使用的context.
当一组呼叫开始时, 预拨号器首先会将号码送到上面我们设定的外拨context中由它发起呼叫, 所以这个context 应该是你的外拨context (也许和你分机使用的context相同)


为何,本地磁盘文件的路径要用 "/" 而不是 "\" ? - Python - ChinaUnix.net

AppZ收录,使用标签:good_question, learn, collect,时间:2008-6-5 11:40:27 | 相关网摘我也收藏

为什么python中,本地磁盘文件的路径要用 "/" 而不是 "\" 呢? 即:f=open("d:/tmp.txt")是正确的,可是 f=open("d:\tmp.txt")就不对呢?
-------------------------------
在我的印象中,本地磁盘文件路径中,是要用"\"的呀,比如 d:\tmp.txt 而不能写成 d:/tmp.txt
可是在python中,却正好相反,本地磁盘路径要用 "/" 才不会报错.
比如打开 d:\tmp.txt 这个文件,就要写成:
open("d:/tmp.txt")
这是为什么呀?我印象中,"/"是网页上的url才用呀?


[蓝森林-自由软件] - 请教:SET类型的用法- MySQL

AppZ收录,使用标签:learn, collect, good_question,时间:2008-6-5 11:34:59 | 相关网摘我也收藏

数据库已连接
if (preg_match("/admin/i",$FORM_userid)) { $sql = "SELECT * FROM userinf
WHERE UserId='$FORM_userid'
AND Password=password('$FORM_psd')
AND (UserType & 2147483648)";
} else {
$sql = "SELECT * FROM userinf
WHERE UserId='$FORM_userid'
AND Password='$FORM_psd'
AND (UserType & 1073741824)";
}
这是身份验证的一段程序。$FORM_userid和$FORM_psd'分别是上一Web页登录窗口提交的的用户名和密码。userinf表中的UserType列类型为SET,其中的值分别为:'general','a1','a2','a3','a4','a5','a6','a7','b0','b1','b2','b3',
'b4','b5','b6','b7','c0','c1','c2','c3','c4','c5','c6','c7','d0','d1','d2','d3','d4',
'd5','nostop','admin'。
请问,(UserType & 2147483648)和(UserType & 1073741824)分别代表什么含义,为什么?


MySQL中有个set类型,非常迷惑 其他数据库开发 / MySQL/Postgresql - CSDN社区 community.csdn.net

AppZ收录,使用标签:good_question, learn, collect,时间:2008-6-5 11:32:25 | 相关网摘我也收藏

“set”就是“集合”,类似于win32的消息,set使用的是位运算,所以在这里,&不是字符串的连接符号,而是位运算中的逻辑AND,(a.usage_flags & "+usage+")>0这个语句可以理解为“在a.usage_flags这个“set”(集合)中,存在"+usage+"这个值”。逻辑AND常用于这样的判断:)



共319个网摘 [ 1  2  3  4  5  6 ... 11 ]  下一页

Tag/相关标签



    网站简介广告服务网站地图帮助联系方式诚聘英才English 问题报告
    北京百联美达美数码科技有限公司 版权所有 京 ICP 证 020026 号
    Copyright © 2000-2006, CSDN.NET, All Rights Reserved