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

AppZ/ 


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

A Role-Based Access Control (RBAC) system for PHP

AppZ收录,使用标签:php, 权限系统, collect,时间:2008-10-9 15:01:52 | 相关网摘我也收藏

Group based
In this design the users are split into groups and permissions are assigned to the group, not the individual user, as shown in Figure 3.

Figure 3 - a group-based permission system


This design has the following advantages:

Once the user has been identified the USER record will supply the USER-GROUP identity which is all that is needed to access the PERMISSIONS table.
Any change made to a group's permissions will automatically be inherited by all members of that group
Changes to a group's permissions can be made very easily as there is only one table, the PERMISSIONS table, to maintain.
If an individual user is switched to another group this will sever all connections to the permissions of the previous group and replace them with those of the new group.
In this design the USER-GROUP table is sometimes known as SECURITY-CLASS or ROLE.


centos服务器初始化环境配置文档v1.1版 - centos - wxd8482

AppZ收录,使用标签:linux, centos, collect, howto,时间:2008-10-8 10:56:07 | 相关网摘我也收藏

centos服务器初始化环境配置文档v1.1版




个人现在学习,看到网上有很多资料,但找了很多,没有一个是完全对的,主要是作者编写的时候有错误吧!我结合很多资料和自己的努力,终于完成了这个部分

安装CentOS4.5



中国网管联盟/网管网/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 日

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


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


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.


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

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/


国外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."


深入浅出Visual C 入门、进阶与 合集豆单--视频-在线观看-土豆网

AppZ收录,使用标签:视频教程, vc, collect, tudou,时间:2008-9-11 17:29:01 | 相关网摘我也收藏

本书从Visual C++基础、C++基础入手,介绍了菜单、工具栏、状态栏、常用控件、对话框、消息、文件系统、数据库、进程与线程、ActiveX控件、动态链接库等几方面的相关技术,并结合丰富的应用案例,力图将Visual C++知识全面、系统、深入地展现给读者。


Wupei''s Blog

AppZ收录,使用标签:good_blog, collect, 技术博客,时间:2008-9-10 11:12:39 | 相关网摘我也收藏

不错的技术博客,VC/C/java/python/lua相关


通过免费手机短信来控制电脑---“执行者”介绍 - 上午的绝缘杯 - 博客园

AppZ收录,使用标签:collect, howto,时间:2008-9-9 21:46:15 | 相关网摘我也收藏

什么是执行者?
执行者是一款可以用短信息控制电脑的软件。通过发短信可以控制您的电脑关机,还可以查询机器性能、查询天气,查询google等,并把结果通过短信发送给你。


飞信机器人FXRobot | 鬼仔''s Blog

AppZ收录,使用标签:fetion, collect, Howto,时间:2008-9-9 21:33:20 | 相关网摘我也收藏

来源:Solo's Tech Space

上次用Reflector反编译了一份FetionFx.exe.然后没事写了下面的小玩意。申明下,这玩意没有任何侵权的想法,抄袭别人代码也是我的一大长处,如果你在代码里发现有某些行代码看着很熟悉,SORRY,抄来玩玩,不要介意,当然也欢迎你抄我的(是一种对我的肯定)。本玩意只是学习练习代码所用,功能上也没有任何实用性,法律上不承担任何责任。仅个人自娱用。我叫它FXRobot


UltraVNC SC (SingleClick)

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

UltraVNC SC (SingleClick)


What is SC?
UltraVNC SC is a mini (166k) UltraVNC Server that can be customized and preconfigured for download by a Customer. UltraVNC SC does not require installation and does not make use of the registry. The customer only have to download the little executable and Click to make a connection. The connection is initiated by the server, to allow easy access thru customers firewall.


DSM Plugins for Ultra VNC

AppZ收录,使用标签:vnc, collect,时间:2008-9-9 11:23:08 | 相关网摘我也收藏

DSM Plugins
Setting up the plugin (Quick Start)
Copy the plugin file into your UltraVnc directory. - The DSM file needs to be in the same directory as the vncviewer and winvnc programs. The plugins may be found in the "plugins" directory under your UltraVNC directory. If you don't find the plugins there, download them from this website and unzip them to your UltraVNC directory.

Generate a Key file. - Start the UltraVNC Viewer. Select the plugin from the list. Click on the Configure button. In the "Generate New Key File section, note the path and name of the key to be generated. (The default is "new_XXXX.key") If there is an option, Select the key size. Click on "Gen Key".

Distribute your key - Rename the new_XXXX.key file to XXXX.key. The XXXX.key file must be copied onto each machine that you will be using, both viewers and servers. Copy the key into your UltraVNC directory.

Enable the Plugin on the Server. - Open the VNC server's System Properties. Select the plugin from the list. Check the "Use the DSM Plugin" checkbox. Click on Apply, then OK. You will need to restart the WinVNC service before the plugin is properly enabled.

Enable the plugin on the Viewer. - Start the UltraVNC viewer. Select the plugin from the list. Check the Use the DSM Plugin checkbox. Click on Connect.


B族维生素

AppZ收录,使用标签:保健, collect,时间:2008-9-9 9:46:09 | 相关网摘我也收藏

B族维生素


墨菲定理_百度百科

AppZ收录,使用标签:learn, collect,时间:2008-9-9 9:41:02 | 相关网摘我也收藏

墨菲定理
一、任何事都没有表面看起来那么简单
二、所有事都会比你预计的时间长
三、会出错的事总会出错
四、如果你担心某种情况发生,那么它就更有可能发生


php_curl模拟登陆问题(遇到验证码就弹出来让用户自己输入) - PHP高级应用(应用讨论) - PHP China | 中国开源之路 PHPChina|php论坛|Zend中国 - Powered by Discuz!

AppZ收录,使用标签:learn, collect, php, 小偷,时间:2008-8-30 16:30:50 | 相关网摘我也收藏

注意:请修改php.ini,将php_curl.dll前的注释去掉,然后重启apache服务器。在使用之前,请建一个temp文件夹,这个文件夹是用来存放cookie文件的。因为不能发表重复的贴子,所以在测试之前请到b.php里修改。代码一看就明白的。。。^_^


OpenVPN Talk, Linux Fest Northwest 2004

AppZ收录,使用标签:openvpn, learn, collect,时间:2008-8-30 10:03:21 | 相关网摘我也收藏

OpenVPN Talk, Linux Fest Northwest 2004



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

AppZ/相关标签



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