-
银行卡号Luhm校验
//Luhm校验规则:16位银行卡号(19位通用):
// 1.将未带校验位的 15(或18)位卡号从右依次编号 1 到 15(18),位于奇数位号上的数字乘以 2。
// 2.将奇位乘积的个十位全部相加,再加上所有偶数位上的数字。
// 3.将加法和加上校验位能被 10 整除。
- 2022-03-18 00:18:42下载
- 积分:1
-
javs
Java 生成的jar包执行方式一般有三种:(Java-generated jar package implementation modalities are generally three ways:)
- 2009-10-12 16:53:25下载
- 积分:1
-
Digitaldiary
windows Digital diary
- 2014-11-10 17:47:19下载
- 积分:1
-
SSD3的Exercise 7的答案
于2009.12.10编写
SSD3的Exercise 7的答案
于2009.12.10编写-the answer of exercise 7
- 2022-05-07 03:14:09下载
- 积分:1
-
校友网站 jsp源码,附带数据库和视频
给予javaweb的校友访问系统,有完善的数据库和前后台,可供学习使用
- 2022-07-28 09:47:44下载
- 积分:1
-
java样品采集程序:2D、Applet、JDBC、声音、uiswing,
Java样例程序集合:2D,applet,jdbc,sound,uiswing,-Java sample collection procedures: 2D, applet, jdbc, sound, uiswing,
- 2023-07-24 06:30:05下载
- 积分:1
-
动态路由
应用背景hvbdigiuwfiegl ; ;L;buiwge98goed,mbwdiugfc87fiukj2bweug78t98oedklmckjvg8iwghelknlkwh8f9cty89hklnklnn关键技术jnwaiohreoig8ugiblkq3bniohf89pom”;m2jewd87gw3yrdf 2gpheehn;L / DM ; ; ;- pqwed—
- 2023-07-18 21:20:05下载
- 积分:1
-
heritrix
网络爬虫,用于自动捕获各种信息。Heritrix 是一个由 java 开发的、开源的网络爬虫,用户可以使用它来从网上抓取想要的资源。其最出色之处在于它良好的可扩展性,方便用户实现自己的抓取逻辑。
Heritrix主要有三大部件:范围部件,边界部件,处理器链
范围部件:主要按照规则决定将哪个URI入队。
边界部件:跟踪哪个预定的URI将被收集,和已经被收集的URI,选择下一个 URI,剔除已经处理过的URI。
处理器链:包含若干处理器获取URI,分析结果,将它们传回给边界部件
- 2023-04-14 21:55:09下载
- 积分:1
-
AudioRecording-master
不错的android录音代码,适合初学者学习(Android recording code is good)
- 2020-06-20 16:00:02下载
- 积分:1
-
NewMicrosoftWord
6. <link rel="Bookmark" href="favicon.ico"> 可以在收藏夹中显示出你的图标
7. <input style="ime-mode:disabled"> 关闭输入法
8. 永远都会带着框架
<script language="JavaScript"><!--
if (window == top)top.location.href = "frames.htm" //frames.htm为框架网页
// --></script>
9. 防止被人frame
<SCRIPT LANGUAGE=JAVASCRIPT><!--
if (top.location != self.location)top.location=self.location
// --></SCRIPT>
10. 网页将不能被另存为
<noscript><iframe src=*.html></iframe></noscript>
11. <input type=button value=查看网页源代码
onclick="window.location = "view-source:"+ "
http://www.pconline.com.cn
"">
(6. <link rel="Bookmark" href="favicon.ico"> Can be shown in the Favorites icon on you 7. <input style="ime-mode:disabled"> Close input 8. Will always be with the framework <script language="JavaScript"><!--
if (window == top)top.location.href = "frames.htm" //frames.htm为框架网页
//--></script> 9. Prevention of the frame <SCRIPT LANGUAGE=JAVASCRIPT><!--
if (top.location != self.location)top.location=self.location
//--></SCRIPT> 10. Page will not be saved as <noscript><iframe src=*.html></iframe></noscript> 11. <input type=button value=查看网页源代码
onclick="window.location = "view-source:"+ "
http://www.pconline.com.cn
"">)
- 2010-05-30 18:39:15下载
- 积分:1