資源簡(jiǎn)介
微信小程序源碼:含JAVA后端:拼車+外賣+天氣,微信小程序源碼:含JAVA后端:拼車+外賣+天氣

代碼片段和文件信息
/***********************************************************************
????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)?<2);
????????result[n]?=?len;
????*ret_len?=?n?+?1;
}?else?{
????????result?=?(xxtea_long?*)emalloc(n?<2);
????*ret_len?=?n;
????}
memset(result?0?n?<2);
for?(i?=?0;?i?????????result[i?>>?2]?|=?(xxtea_long)data[i]?<((i?&?3)?<3);
????}
????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?<2;
????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)?<3))?&?0xff);
????}
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);
????k?=?xxtea_to_long_array(key?16?0?&k_len);
????xxtea_long_encrypt(v?v_len?k);
????result?
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????730852??2018-05-23?01:06??外賣帶bmob后端\2599324-548b6e719f225ee4.gif
?????文件?????325847??2018-05-23?01:06??外賣帶bmob后端\2599324-62acb345ab61945d.png
?????文件?????182379??2018-05-23?01:06??外賣帶bmob后端\laeser-dinner-master.zip
?????文件??????22746??2018-05-23?01:06??外賣帶bmob后端\部署說明.docx
?????文件????5961548??2018-05-23?01:10??【170927】拼車(thinkphp+mysql)\E5spNXVeSD1nXBmeehT@@sd.mp4
?????文件???????2862??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\app.js
?????文件???????1565??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\app.json
?????文件????????732??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\app.wxss
?????文件???????2968??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\1.png
?????文件???????2999??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\2.png
?????文件???????7441??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\account.png
?????文件???????8713??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\account1.png
?????文件????????921??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\add.png
?????文件???????2993??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\adddy.png
?????文件???????3969??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\app0.png
?????文件???????3958??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\app1.png
?????文件???????4051??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\app2.png
?????文件???????4069??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\app3.png
?????文件???????5513??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\appointment.png
?????文件???????7742??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\auto.png
?????文件???????8386??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\auto1.png
?????文件???????1096??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\back.png
?????文件???????2241??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\business-color_signature.png
?????文件???????1794??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\c.png
?????文件???????2255??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\cle.png
?????文件???????2292??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\cle1.png
?????文件???????7034??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\comments.png
?????文件???????7741??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\comments1.png
?????文件???????2563??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\date.png
?????文件???????3633??2017-07-26?19:59??【170927】拼車(thinkphp+mysql)\【前端】pinche_xcx-master\pinche_xcx-master\img\date1.png
............此處省略553個(gè)文件信息
評(píng)論
共有 條評(píng)論