资源列表
SaveXmlDataToDb.rar
- 从XML文档中提取数据到数据库中
FileCopy
- file copy file copy file copy -file copy
Test
- 实现窗口透明效果的功能类,直接使用即可,你懂得-Window transparency function class can be directly used
Ajax
- Ajax入门最简单的代码,适合初次接触Ajax用户-Introduction to the most simple Ajax code, suitable for the initial contact with Ajax user
ajax
- 简单的ajax的架构的封装,可以直接对jsp页面和servlet进行ajax封装-ajax
秒杀页面
- 秒杀页面,是jquery版的,可以根据时间动态的改变。
SVM_CV_estimate
- 功能为特征提取,即它是从高维数据到低维数据-The source code for the feature selection to reduce the high-dimensional data low-dimensional data
OctalToDecimalConverter
- Converter of Number System
DBAdapter
- Use Database Adapter in Android
unicomwpright
- unicom wap push it is okay
文件路径遍历漏洞 加白名单
- JAVA文件路径遍历漏洞 加白名单,用于安全功能测试
词法分析程序(编译原理)
- 用C语言写的词法分析程序 #include "stdio.h" #include"string.h" #include "stdlib.h" FILE *fp; char filename[20]; char token[100]; int m=0; char getch() { char ch; ch=fgetc(fp); return ch; } char getbc