91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

因?yàn)樵贑SDN上沒(méi)找到完成度比較高的代碼(2年多前是這樣子的,現(xiàn)在這個(gè)資源是舊資源神奇的消失了然后重傳版),所以自己寫了一個(gè),以下功能全部實(shí)現(xiàn),界面簡(jiǎn)潔大方,詳情可查看我的博客或者聯(lián)系我,博客地址:http://blog.csdn.net/xunciy/article/details/73484771 選課系統(tǒng)針對(duì)不同的用戶角色進(jìn)行管理,設(shè)定以下三種角色:學(xué)生、教師、管理員,不同角色對(duì)應(yīng)不同權(quán)限的操作功能……

資源截圖

代碼片段和文件信息

/***********************************************************************

????Copyright?2006-2007?Ma?Bingyao

????These?sources?is?free?software.?Redistributions?of?source?code?must
????retain?the?above?copyright?notice.?Redistributions?in?binary?form
????must?reproduce?the?above?copyright?notice.?You?can?redistribute?it
????freely.?You?can?use?it?with?any?free?or?commercial?software.

????These?sources?is?distributed?in?the?hope?that?it?will?be?useful
????but?WITHOUT?ANY?WARRANTY.?Without?even?the?implied?warranty?of
????MERCHANTABILITY?or?FITNESS?FOR?A?PARTICULAR?PURPOSE.

????????You?may?contact?the?author?by:
???????????e-mail:??andot@coolcode.cn

*************************************************************************/
#ifdef?HAVE_CONFIG_H
#include?“config.h“
#endif

#include?“php.h“

#if?HAVE_XXTEA
#include?“php_xxtea.h“
#include?“ext/standard/info.h“?/*?for?phpinfo()?functions?*/
#include?“xxtea.h“

/*?compiled?function?list?so?Zend?knows?what‘s?in?this?module?*/
zend_function_entry?xxtea_functions[]?=
{
????ZEND_FE(xxtea_encrypt?NULL)
????ZEND_FE(xxtea_decrypt?NULL)
????ZEND_FE(xxtea_info?NULL)
????{NULL?NULL?NULL}
};

/*?compiled?module?information?*/
zend_module_entry?xxtea_module_entry?=
{
????STANDARD_MODULE_HEADER
????XXTEA_MODULE_NAME
????xxtea_functions
????ZEND_MINIT(xxtea)
????ZEND_MSHUTDOWN(xxtea)
????NULL
????NULL
????ZEND_MINFO(xxtea)
????XXTEA_VERSION
????STANDARD_MODULE_PROPERTIES
};

/*?implement?standard?“stub“?routine?to?introduce?ourselves?to?Zend?*/
#if?defined(COMPILE_DL_XXTEA)
ZEND_GET_MODULE(xxtea)
#endif

static?xxtea_long?*xxtea_to_long_array(unsigned?char?*data?xxtea_long?len?int?include_length?xxtea_long?*ret_len)?{
????xxtea_long?i?n?*result;
n?=?len?>>?2;
????n?=?(((len?&?3)?==?0)???n?:?n?+?1);
????if?(include_length)?{
????????result?=?(xxtea_long?*)emalloc((n?+?1)?<????????result[n]?=?len;
????*ret_len?=?n?+?1;
}?else?{
????????result?=?(xxtea_long?*)emalloc(n?< ????*ret_len?=?n;
????}
memset(result?0?n?< for?(i?=?0;?i?????????result[i?>>?2]?|=?(xxtea_long)data[i]?<????}
????return?result;
}

static?unsigned?char?*xxtea_to_byte_array(xxtea_long?*data?xxtea_long?len?int?include_length?xxtea_long?*ret_len)?{
????xxtea_long?i?n?m;
????unsigned?char?*result;
????n?=?len?<????if?(include_length)?{
????????m?=?data[len?-?1];
????????if?((m??n?-?4))?return?NULL;
????????n?=?m;
????}
????result?=?(unsigned?char?*)emalloc(n?+?1);
for?(i?=?0;?i?????????result[i]?=?(unsigned?char)((data[i?>>?2]?>>?((i?&?3)?<????}
result[n]?=?‘\0‘;
*ret_len?=?n;
return?result;
}

static?unsigned?char?*php_xxtea_encrypt(unsigned?char?*data?xxtea_long?len?unsigned?char?*key?xxtea_long?*ret_len)?{
????unsigned?char?*result;
????xxtea_long?*v?*k?v_len?k_len;
????v?=?xxtea_to_long_array(data?len?1?&v_len);

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-11-27?12:47??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\
?????目錄???????????0??2017-06-20?11:05??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\
?????文件???????12408??2017-06-20?01:13??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectclass.sql
?????目錄???????????0??2017-06-20?01:13??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\.idea\
?????文件??????????11??2017-06-10?21:59??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\.idea\.name
?????文件?????????159??2017-06-10?21:59??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\.idea\encodings.xml
?????目錄???????????0??2017-06-17?00:46??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\.idea\inspectionProfiles\
?????文件?????????274??2017-06-10?21:59??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\.idea\modules.xml
?????文件?????????281??2017-06-10?21:59??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\.idea\selectClass.iml
?????文件???????46520??2017-06-20?01:13??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\.idea\workspace.xml
?????目錄???????????0??2017-06-10?21:49??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\
?????目錄???????????0??2017-06-10?21:49??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Common\
?????文件?????????351??2015-06-10?22:50??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Common\common.php
?????目錄???????????0??2017-06-12?22:29??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Conf\
?????文件?????????442??2017-06-20?10:53??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Conf\config.php
?????目錄???????????0??2015-05-15?14:36??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Lang\
?????目錄???????????0??2017-06-10?21:49??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Lib\
?????目錄???????????0??2017-06-20?10:53??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Lib\Action\
?????文件????????3628??2017-06-20?00:23??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Lib\Action\IndexAction.class.php
?????文件????????6829??2017-06-20?00:23??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Lib\Action\ManagerAction.class.php
?????文件????????7710??2017-06-19?17:07??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Lib\Action\StudentAction.class.php
?????文件????????5757??2017-06-20?00:28??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Lib\Action\TeacherAction.class.php
?????目錄???????????0??2015-05-15?14:36??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Lib\Behavior\
?????目錄???????????0??2017-06-19?12:51??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Lib\Model\
?????目錄???????????0??2015-05-15?14:36??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Lib\Widget\
?????目錄???????????0??2017-06-10?21:49??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Runtime\
?????目錄???????????0??2017-06-20?00:46??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Runtime\Cache\
?????文件????????2581??2017-06-20?00:15??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Runtime\Cache\14279cbc20f88382c623a955682dbfe5.php
?????文件????????1978??2017-06-20?00:46??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Runtime\Cache\168900ca2cf0be97e76766856a05ac04.php
?????文件????????1403??2017-06-19?23:46??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Runtime\Cache\3e0c3c0cb8b754fcc3c9417dd5d60a5b.php
?????文件????????1964??2017-06-19?13:48??基于php的選課系統(tǒng)?ThinkPHP+MySQL(實(shí)現(xiàn)非常完善)\selectClass\App\Runtime\Cache\41b5dc01948fc85ff359a1ff9ca8bcec.php
............此處省略777個(gè)文件信息

評(píng)論

共有 條評(píng)論