搜索列表
-
[J2SE]Java中3DES加密解密调用示例
【JSP编程】在java中调用sun公司提供的3DES加密解密算法时,需要使用到$JAVA_HOME/jre/lib/目录下如下的4个jar包
J2SEJava3DES加密解密 -
FreeBSD6.0中文安装全过程
【Unix/BSD】(1)、已安装win2003,FreeBSD与win2003双系统共存,从windows引导进入FreeBSD系统。(2)、一般的中文桌面应用,能上网聊天、播放多媒体文件,没有网络功能。(3)、只安装mini(迷你)系系统,然后从网络安装软件包。(4)、用分区工具分出一个准备装FreeBS
全过程安装中文"to选择YesNoyouConfirmation -
Apache最新官方配置文件中文版说明
【RedHat/Centos】Apache最新官方配置文件中文版## Based upon the NCSA server configuration files originally by Rob McCool.#参照NCSA服务器的配置文件,原版由Rob McCool发布## This is the main Apache server configuration file. It contains the# configuration
中文版说明文件配置最新官方theto"of< -
用div实现像table一样的布局方法
【CSS/HTML】下面是我翻译的内容,是根据我对文章的理解意译的,你就别挑哪里翻译的不对了,我的目的只是传达这个CSS技巧。
table层div布局 -
asp ADO GetString函数与用GetString来提高ASP的速度第1/2页
【ASP编程】没想到asp下有getstring这个东西,看样子不熟悉这块啊,以后考虑用这个,应该不错,另外还有getrows等,都是asp下提高性能不错的函数。
GetStringrs.getstringgetstring方法 -
用ASP编写的加密和解密类
【ASP编程】class Base64Class rem Const dim sBASE_64_CHARACTERS'转化码 dim lenString '计算字符串的长度 dim iCount '计数器 dim returnValue '返回值 dim tempChar'缓存字符&...
ASP加密解密加解密 -
div布局的自由伸展三栏式版面的代码
【CSS/HTML】自由伸展的三栏式版面 自由伸展的三栏式版面(Three Column Stretch)(页首) #leftbox { position: absolute; left: 10px; width: 180px(150px?); } 这个栏段的背景是利用 body 卷标设定的图片,以垂直方向重复贴上所产生的。图片的宽度和中间栏段的左边界(margin)相等,高度为20px,这样可以减少图片重复的次数,加快演...
div布局的自由伸展三栏式版面的代码 -
实现纯真IP txt转mdb数据库的方法
【ASP编程】纯真ip数据库转动网数据库ASP脚本 去纯真网站上下载ip数据库,同时随数据库附送的查询程序(Showip.exe)具有在线检测并升级IP数据库的功能,只要运行该程序,点击右上角的 “在线升级”,就可以升级IP数据库到最新的版本,无需再到下载网站下载新版的IP数据库。 同时查询程序(Showip.exe)还提供了解压为.txt文件的...
实现纯真IPtxt转mdb数据库的方法 -
实用的利用 CSS + <em>标签 来完成一个三角形的制作
【CSS/HTML】利用 CSS + 标签 来完成一个三角形的制作 M One M Two M Three M Four [Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]
实用的利用CSS+<em>标签来完成一个三角形的制作 -
javascript asp教程Recordset记录
【ASP编程】Recordset is another created/instanciated Object. It is a collection of data taken from a database. Recordset has 26 properties, 25 methods, 11 events, and two (2) collections. The vast majority of Recordset is beyond the scope of this web site. Quick Aside: The database we are using for l...
javascriptasp教程Recordset记录 -
javascript asp教程创建数据库连接
【ASP编程】While this section is devoted to ASP database utilization, it very important to remember that this web site is not intended to be a thorough ASP resource. Remember, the focus of this site is strictly limited to how to use JavaScript as your primary scripting language for ASP. You'...
javascriptasp教程创建数据库连接 -
javascript asp教程第九课--cookies
【ASP编程】Response Cookies in General: We'll start with the Response Cookies collection. I don't think it could be any easier. You simply put the name of the cookie in the argument. The corresponding value is a string. The only time it gets complicated is when you use keys (which I demonstrate b...
javascriptasp教程第九课--cookies