资源列表
Calculator.java
- Write a program that reads an expression as input and print out the result. Only integers and operators below are allowed in the expression: + - * / ( ) Your program should be able to deal with multiple cases of input. Sample Input 3 +
Ajax
- 在注册或购物车结帐的时候,需要用户填入个人资料,这个环节可以简练一下,我们只需客人填入邮政编码,然后就根据这个邮政编码,自动从数据库中取出相应的省,市等地址信息。这样既可以减少客户的输入,增加客户体验,又可以减少由于资料输入而产生的错误 -Cart in the registration or checkout, the need for users to fill in personal information, click the link can be concise, we only
dedede
- 一些简单的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
unicomwpright
- unicom wap push it is okay
文件路径遍历漏洞 加白名单
- JAVA文件路径遍历漏洞 加白名单,用于安全功能测试
DBAdapter
- Use Database Adapter in Android
SVM_CV_estimate
- 功能为特征提取,即它是从高维数据到低维数据-The source code for the feature selection to reduce the high-dimensional data low-dimensional data
OctalToDecimalConverter
- Converter of Number System
秒杀页面
- 秒杀页面,是jquery版的,可以根据时间动态的改变。
ajax
- 简单的ajax的架构的封装,可以直接对jsp页面和servlet进行ajax封装-ajax
Ajax
- Ajax入门最简单的代码,适合初次接触Ajax用户-Introduction to the most simple Ajax code, suitable for the initial contact with Ajax user