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

AppZ/ 


共617个网摘 [ 1  2  3  4  5  6 ... 21 ]  下一页  |  访问AppZ的个人空间

中国网管联盟/网管网/bitsCN.com - 网管首选阅读/交流平台!

AppZ收录,使用标签:网络, collect,时间:2008-10-6 12:29:11 | 相关网摘我也收藏

云计算、网管看“云”
云计算是时下十分热门的概念.它到底是个什么好东东呢?以下Gartner给出的定义已经成为经典而被大量引用: Clo……


冰山上的播客 � Blog Archive � Apache下防止图片盗链(完整篇)

AppZ收录,使用标签:apache, rewrite, collect,时间:2008-10-6 9:19:03 | 相关网摘我也收藏


RewriteCond %{REQUEST_URI} ^/allow1
RewriteRule ^.*$ - [L]RewriteBase /
RewriteCond %{REQUEST_FILENAME} \.swf$ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !blogsdiy\.org [NC]
(……其他允许访问来源)
RewriteRule (.*) /allow1/leech.swf [R,NC,L]
本文来源于 冰山上的播客 http://xinsync.xju.edu.cn , 原文地址:http://xinsync.xju.edu.cn/index.php/archives/583


CVS使用手册 (笔记 by 车东)

AppZ收录,使用标签:linux, cvs, collect, howto, command,时间:2008-10-5 9:49:32 | 相关网摘我也收藏

然后确认修改并注释
cvs ci -m "write some comments here"


Writeboard: apPZ''s KB

AppZ收录,使用标签:kb, collect,时间:2008-9-30 11:31:47 | 相关网摘我也收藏

apPZ's KB
person KB


Gbridge Download

AppZ收录,使用标签:collect, gmail, google,时间:2008-9-28 0:17:31 | 相关网摘我也收藏

Gbridge is a free software that lets you sync folders, share files, chat and VNC securely and easily. It extends Google's gtalk service to a VPN (Virtual Private Network) that connects your computers and your close friends' computers directly and securely. Gbridge has many unique features.


MySQL大小写敏感问题 - PHP程序员站--PHP程序员之家 PHP新手教程 PHP高级技巧 PHP新闻 PHP源码下载 PHP专题 Zend产品

AppZ收录,使用标签:mysql, collect, linux,时间:2008-9-25 11:06:34 | 相关网摘我也收藏

MySQL在windows下是不区分大小写的,将script文件导入MySQL后表名也会自动转化为小写,结果再想要将数据库导出放到linux服务器中使用时就出错了。因为在linux下表名区分大小写而找不到表。查了很多都是说在linux下更改MySQL的设置使其也不区分大小写,但是有没有办法反过来让windows下大小写敏感呢。其实方法是一样的,相应的更改windows中MySQL的设置就行了。

php程序员站

具体操作:

www.phperz.com


在MySQL的配置文件my.ini中增加一行:

phperz.com


lower_case_table_names = 0 phperz~com


PHP best practices

AppZ收录,使用标签:php, learn, collect, linux, tips,时间:2008-9-24 15:53:04 | 相关网摘我也收藏

Best practices
This guide will give you solutions to common PHP design problems. It also provides a sketch of an application layout that I developed during the implementation of some projects.


用C语言扩展Python的功能

AppZ收录,使用标签:c, ibm, collect,时间:2008-9-23 21:32:10 | 相关网摘我也收藏

Pyton和C分别有着各自的优缺点,用Python开发程序速度快,可靠性高,并且有许多现成模块可供使用,但执行速度相对较慢;C语言则正好相反,其执行速度快,但开发效率低。为了充分利用两种语言各自的优点,比较好的做法是用Python开发整个软件框架,而用C语言实现其关键模块。本文介绍如何利用C语言来扩展Python的功能,并辅以具体的实例讲述如何编写Python的扩展模块。


用C语言实现Ping程序功能

AppZ收录,使用标签:c++, c, linux, socket, collect, learn, ibm,时间:2008-9-23 21:31:37 | 相关网摘我也收藏

大部分人用ping命令只是作为查看另一个系统的网络连接是否正常的一种简单方法。在这篇文章中,作者将介绍如何用C语言编写一个模拟ping命令功能的程序。
ping命令是用来查看网络上另一个主机系统的网络连接是否正常的一个工具。ping命令的工作原理是:向网络上的另一个主机系统发送ICMP报文,如果指定系统得到了报文,它将把报文一模一样地传回给发送者,这有点象潜水艇声纳系统中使用的发声装置。


编写易于理解代码的六种方式

AppZ收录,使用标签:ibm, collect, c, c++, tips,时间:2008-9-23 21:20:21 | 相关网摘我也收藏

编写易于理解代码的六种方式
如何让您免受读不懂代码的折磨


文档选项
打印本页

将此页作为电子邮件发送




级别: 初级

Jeff Vogel (spidweb@spiderwebsoftware.com), 总裁, Spiderweb Software


2007 年 6 月 18 日

对于一名开发人员,时间是最宝贵的资源。本文所要介绍的这六种编写可维护代码的方法可以保证让您节省时间和少受挫折:在编写注释上多花一分钟,会让您少受一小时研读代码的痛苦折磨。


Taobao.com UED Team � Blog Archive � 段正淳的css笔记(6)-浅谈css框架开发

AppZ收录,使用标签:css, framework, web开发, Developer,时间:2008-9-23 16:03:28 | 相关网摘我也收藏

段正淳的css笔记(6)-浅谈css框架开发
个人总结了在开发css框架中的一点经验,献丑了。希望大家的讨论能使我们共同进步。:)


CCF精品技术论坛 - 【求助】IE输入URL地址,弹出新窗口打开[已经解决,双IE的问题]

AppZ收录,使用标签:ie, 问题, troubleticket, collect,时间:2008-9-23 9:26:22 | 相关网摘我也收藏

装了IE7beta了吧?卸载IE7beta或者卸载Internet Explorer for Windows XP Service Pack 2(KB905915)这个补丁,就是这个补丁造成的。

详情去这里看看。
hxxp://www.cnbeta.com/modules.php?name=News&file=article&sid=9585


MSDN DHTML

AppZ收录,使用标签:dhtml, msdn, web, developer, howto, 在线手册,时间:2008-9-22 23:20:45 | 相关网摘我也收藏

getElementById Method
Returns a reference to the first object with the specified value of the ID or NAME attribute.


清静之心:Makefile入门 - 新浪BLOG

AppZ收录,使用标签:make, makefile, linux, program, 程序,时间:2008-9-22 17:02:47 | 相关网摘我也收藏

概述

makefile带来的好处就是——“自动化编译”,一旦写好,只需要一个make命令,整个工程完全自动编译,极大的提高了软件开发的效率。make是一个命令工具,是一个解释makefile中指令的命令工具


RE: substrings in BASH-shells

AppZ收录,使用标签:bash, substring, function, collect, learn,时间:2008-9-18 16:10:33 | 相关网摘我也收藏

A snippet from the man page for bash:

${parameter:offset:length}
Substring Expansion. Expands to up to length char-
acters of parameter, starting at offset. If length
is omitted, expands to the substring of parameter,
starting at the character specified by offset.
length and offset are arithmetic expressions (see
ARITHMETIC EVALUATION below). length must evaluate
to a number greater than or equal to zero. If off-
set evaluates to a number less than zero, the value
is used as an offset from the end of the value of
parameter. If parameter is @, the result is length
positional parameters beginning at offset. If
parameter is an array name indexed by @ or *, the
result is the length members of the array beginning
with ${parameter[offset]}. Substring indexing is
zero-based unless the positional parameters are
used, in which case the indexing starts at 1.


CodeProject: A C Embedded Web Server. Free source code and programming help

AppZ收录,使用标签:codeproject, learn, collect, c++,时间:2008-9-17 14:39:00 | 相关网摘我也收藏

Webem is a web server that you can embed in your C++ application. It makes it easy to implement a browser GUI accessible from anywhere.


强烈建议发ZF基础教程的zend_acl教程(页 1) - Framework 讨论版 - PHP China | 中国开源之路 PHPChina|php论坛|Zend中国 - Powered by Discuz! Archiver

AppZ收录,使用标签:ZF, 权限设计, php,时间:2008-9-17 14:32:23 | 相关网摘我也收藏

ACL 提出了资源、角色、动作(访问)三个概念,用这些概念可以轻易构造一个强大的权限管理系统。而且权限管理可以细化到模块下的浏览、添加、删除、修改等细微动作。(ASP.NET 只能控制到页面(模块)级别,更细致的控制需要程序员自己设计和实现)。这里粘一些代码,仅仅是说明一下(在 IIS6.0 + ZF1.51 + Apache2.2 下调试的):


爱抓鱼网,网聚鱼的力量!: 国外破解网站网址大全!推荐看看

AppZ收录,使用标签:crack, site,时间:2008-9-17 11:23:29 | 相关网摘我也收藏

http://www.cracks.am(出名破解网站之一,包含各类型破解软件,注冊机等等,更新速度极快)推荐!
http://cracks.lomalka.ru(一个破解软件,注冊机网站,更新速度快)


PHP中文站-利用gettext来实现PHP的国际化编程

AppZ收录,使用标签:php, good_blog,时间:2008-9-17 11:11:56 | 相关网摘我也收藏

用gettext来实现PHP的国际化编程
2007年10月05日 09时26分
本站文章如未特殊注明,均为原创,严禁转载。

  通常人们写程序时都是将文字写死在程序里的,比如:echo "Hello World!"; ,假如要改成它国语言,写国际化程序,就要逐个打开进行修改,程序较短时还行,若程序有上万甚至更多,改起来就不是那么容易了。近来随着i18n的逐渐标准化,我也来讲一讲在PHP中如何实现国际化支持。跟其他程序语言一样,在 PHP 也可以利用 gettext 套件写作 i18n 程序,实现 NLS(Native Language Support) 国际化支持,具体请参考官方文档


数学之美 - 布隆过滤器(Bloom Filter)【转】 - 上午的绝缘杯 - 博客园

AppZ收录,使用标签:数学之美,时间:2008-9-17 10:39:40 | 相关网摘我也收藏

在日常生活中,包括在设计计算机软件时,我们经常要判断一个元素是否在一个集合中。比如在字处理软件中,需要检查一个英语单词是否拼写正确(也就是要判断它是否在已知的字典中);在 FBI,一个嫌疑人的名字是否已经在嫌疑名单上;在网络爬虫里,一个网址是否被访问过等等。最直接的方法就是将集合中全部的元素存在计算机中,遇到一个新元素时,将它和集合中的元素直接比较即可。一般来讲,计算机中的集合是用哈希表(hash table)来存储的。它的好处是快速准确,缺点是费存储空间。当集合比较小时,这个问题不显著,但是当集合巨大时,哈希表存储效率低的问题就显现出来了。比如说,一个象 Yahoo,Hotmail 和 Gmai 那样的公众电子邮件(email)提供商,总是需要过滤来自发送垃圾邮件的人(spamer)的垃圾邮件。一个办法就是记录下那些发垃圾邮件的 email 地址。由于那些发送者不停地在注册新的地址,全世界少说也有几十亿个发垃圾邮件的地址,将他们都存起来则需要大量的网络服务器。如果用哈希表,每存储一亿个 email 地址, 就需要 1.6GB 的内存(用哈希表实现的具体办法是将每一个 email 地址对应成一个八字节的信息指纹 googlechinablog.com/2006/08/blog-post.html,然后将这些信息指纹存入哈希表,由于哈希表的存储效率一般只有 50%,因此一个 email 地址需要占用十六个字节。一亿个地址大约要 1.6GB, 即十六亿字节的内存)。因此存贮几十亿个邮件地址可能需要上百 GB 的内存。除非是超级计算机,一般服务器是无法


推荐两个开发用的浏览器插件

AppZ收录,使用标签:tools, 有用的, collect,时间:2008-9-17 10:37:29 | 相关网摘我也收藏

推荐两个开发用的浏览器插件
IE Developer Toolbar和Web Developer对网站开发人员有很大的帮住,可以帮我们分析dom,检查CSS、html,页面结构分析、JavaScript控制、Cookies控制等等。

IE Developer Toolbar
地址:
http://www.microsoft.com/downloads/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038&displaylang=en

Web Developer(for Firefox)
地址:
http://chrispederick.com/work/web-developer/


网站推荐 - 上午的绝缘杯 - 博客园

AppZ收录,使用标签:good_blog, site,时间:2008-9-17 10:05:52 | 相关网摘我也收藏

1.豆丁网:上传和分享文档
http://www.docin.com/

2. 考拉网:新闻
http://www.kaola.cn/

3.youfail:你很失败。注意背景音乐和logo的关系
http://www.youfail.org

4.Regretless Love:可以向心爱的人表白(创意很好,还可以做成每天只允许50人写祝福的,更有吸引力)
http://kitdashit.com/valentine06/main.php


实现Server.UrlEncode和Server.UrlDecode功能的js代码 - 上午的绝缘杯 - 博客园

AppZ收录,使用标签:js, php, urlencode, urldecode,时间:2008-9-17 10:00:25 | 相关网摘我也收藏

以上代码跟c#写的Server.UrlEncode实现的效果是一样的,如果大家需要在客户端传入中文的字符,可以试试这个函数。


So What is "Feed to JavaScript"?

AppZ收录,使用标签:howto, javascript, php, feed2js, rss,时间:2008-9-17 9:45:51 | 相关网摘我也收藏

What is "Feed to JavaScript"?
An RSS Feed is a dynamically generated summary (in XML format) of information or news published on other web sites- so when the published RSS changes, your web site will be automatically changed too.


站长资源交流 - 落伍者站长论坛 im286,为中国站长服务!

AppZ收录,使用标签:空间, 站点, 交流论坛,时间:2008-9-15 21:22:54 | 相关网摘我也收藏

搜索
本版规则 | 收藏本版 | 我的话题
落伍者站长论坛 » 站长资源交流


国外Java Script经典封装,送给在2008年PHPchina的每位同仁 - XML / HTML / CSS / JS / AJAX - PHP China | 中国开源之路 PHPChina|php论坛|Zend中国 - Powered by Discuz!

AppZ收录,使用标签:php, collect,时间:2008-9-13 20:45:38 | 相关网摘我也收藏

国外Java Script经典封装,送给在2008年PHPchina的每位同仁
我是一个爱好网页设计的人,但我却从来不与商业打交道,原因很简单,兴趣有时候单纯让它只是兴趣会比较好。^_^

发这篇并不是想引起大家的注意,只是这篇早该发的帖子却迟迟未发,搁在心里实在有点难受,所以趁着今天空闲着,赶紧把东西整理一下,发上来,希望这里的每一位高手都能喜欢我送的礼物。


TightURL Project Page

AppZ收录,使用标签:php, collect, learn,时间:2008-9-13 17:52:15 | 相关网摘我也收藏

Features of TightURL:

Written in PHP, uses MySQL to store URL table. May be adapted in the future to allow use of PostgreSQL and SQLite also.
Highly customizable by editing configuration variables and HTML templates.
All browser output is template-based. (except the fatal error screens)
Checks submitted and accepted URLs against SURBL and URIBL to prevent abuse by the Bad People of the Internet. Please consider making a donation to these well-run and important Internet resources.
TightURL is Free Software, licensed under the GNU GPL.


Adobe - Developer Center : Flex quick start guide for PHP developers

AppZ收录,使用标签:collect, php, flex,时间:2008-9-12 14:09:28 | 相关网摘我也收藏

Note: This article was created based on Flex 2. Minor changes in the description and code may be necessary before it can be applied to Flex 3.

As a PHP and HTML developer you may be wondering, "How do I start using Flex?" Adobe Flex is a very powerful set of tools but "...with great power comes great responsibility."



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

AppZ/相关标签



网站简介广告服务网站地图帮助联系方式诚聘英才English 问题报告
北京创新乐知广告有限公司 版权所有 京 ICP 证 070598 号
Copyright © 2000-2008, CSDN.NET, All Rights Reserved