搜索资源列表
一个权限设计教程
- 这是一个找到一篇关于权限设计的教程,写的很好,但是发现给出的代码,有些地方可能有笔误。贴出来供大家和我一起学习。 ----------------------------------- 首先,设置三种要素:用户、群组、角色。 用户为登录用,对应到人。群组对应为用户的集合,是一种特殊的用户。角色为一组权限项的集合,用户(群组)都有各自的角色。 权限的实现通过Permission类和Rule类来实现。 Permission供外部调用,Rule为一个接口,为权限判断规则。
Server_Client_Sockets_src
- The reason why I decided to write this article is because, I was learning myself how to use sockets with under windows, I could not find one place that had a tutorial which included every thing i was looking for, or if it did it was way to complicate
tiebaqunfa
- 由于这个工程放了很久,有一些控件 已经流失,所以无法找到控件 form1为主要窗口,用于发送消息 Command1为发送按键,但是无法显示 其标题,因为控件找不着... 源码全开了!!无一遗留!! 请好好珍惜!!给我上传上去顺便 给偶个VIP权利吧!!THANKS-because the project took a long time, some have lost control. it is impossible to find controls for the
Boxman
- boxman i find on the Internet
传圣1.1(断点续传和多线程下载)
- 笔者一直想寻求一种简单有效,且具备多线程断点续传的方法来实现点与点之间的文件传送问题,经过大量的翻阅资料与测试,终于实现了,现把它共享出来,与大家分享。-I have always wanted to find a simple and effective, but with multithreading HTTP methods to achieve point-to-point transmission of documents between, after reading a lot of
完成URL编码的C++类
- 本文的目的是设计一个完成URL编码的C++类。在我曾经的项目中,我需要从VC++ 6.0应用程序中POST数据,而这些数据需要进行URL编码。我在MSDN中查找能根据提供的字符串生成URL编码的相关类或API,但我没有找到,因此我必须设计一个自己的URLEncode C++类。-The purpose of this paper is to design a complete URL-encoded C++ classes. I have a project, I need VC++ 6.0 a