代码搜索:Secure
找到约 3,281 项符合「Secure」的源代码
代码结果 3,281
www.eeworm.com/read/473907/6821643
htm umsetaccesslimitsecure.htm
umSetAccessLimitSecure -- GoAhead WebServer API
www.eeworm.com/read/392562/8335777
js jquery.cookie.js
/**
* Cookie plugin
*
* Copyright (c) 2006 Klaus Hartl (stilbuero.de)
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/li
www.eeworm.com/read/392555/8336047
js jquery.cookie.js
/**
* Cookie plugin
*
* Copyright (c) 2006 Klaus Hartl (stilbuero.de)
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/li
www.eeworm.com/read/172330/9713588
mcu ds5001.mcu
; DS5001/DS5002 processor definition file
; =======================================
P0 DATA 080H
SP DATA 081H
DPL DATA 082H
DPH DATA 083H
PCON DATA 087H
TCON DATA 088H
TMOD DATA 089H
TL
www.eeworm.com/read/172270/9715219
txt file_id.txt
O'Reilly - Linux Security Cookbook.
by Daniel J. Barrett, Robert G. Byrnes, Richard Silverman.
ISBN : 0-596-00391-9, 332 Pages, June 2003.
The Linux Security Cookbook includes real solutions
www.eeworm.com/read/368030/9718268
xml httpwww.ccw.com.cnrssnews211.xml.xml
信息安全
信息安全
http://www.ccw.com.cn/news2/secure/
www.eeworm.com/read/367974/9721551
js jquery.cookie.js
jQuery.cookie=function(name,value,options){if(typeof value!='undefined'){options=options||{};if(value===null){value='';options.expires=-1;}
var expires='';if(options.expires&&(typeof options.expires==
www.eeworm.com/read/133056/14056423
txt cookie的构成.txt
Cookies最初设计时,是为了CGI编程。但是,我们也可以使用Javascript脚本来操纵cookies。在本文里,我们将演示如何使用Javascript脚本来操纵cookies。(如果有需求,我可能会在以后的文章里介绍如何使用Perl进行cookie管理。但是如果实在等不得,那么我现在就教你一手:仔细看看CGI.pm。在这个CGI包里有一个cookie()函数,可以用它建立cookie。但是 ...