资源列表
photo
- Spring MVC 功能实现图片上传功能,前台页面的上传预览,并隐藏预览图片的层。-Spring upload view
ThreadDemo3
- 该程序是关于多线程的,是用同步方法的方式解决多线程同步存在局限性的例子-The program is about multi-threaded, synchronization method is the way to solve the limitations of many examples of thread synchronization
FixedLengthRecored
- code to implement the fixed length recored
ToHexString
- 把字符串转换成16进制的字符,可以显示不可显的字符-Convert a string of 16 hexadecimal characters, you can display the characters can not be significantly
Move
- 该程序的功能是:有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数;-The program features are: There are n integers, to move back in front of the order m of the number of positions, finally becoming the foremost m m the number of number
Base64FileDecoder
- decodifica 64 bit string para pasar un archivo por la web
Prime
- 个人原创代码:编写Java Application程序,高效输出100以内的所有素数。-The original code of the individual: write Java Application procedures, efficient output of less than 100 prime numbers.
test2
- 获取本机外网IP,若没有外网IP返回内网IP-Access to the external network IP of the machine, if there is no external network IP return within the network IP
java
- continue最基础的代码,从原理了解continue的运用-continue the most basic code to understand the use of continue from the principle
TextInputMethodQualifierTest
- Text Input Method Qualifier Test extends Test Case for Andriod.
GetSampleText
- Returns the sample text string for the language requested /.
Phonenum
- 实现一个表示电话号码(要求带有区号和号码,如 010-68911205)的 Phone 类,其中某个构造函数的参数应为表示电话号码的字符串。要求实现相应的 set 和 get 函数来分别设置及获取电话号码中的区号(area,如 010)和号码(number, 如 68911205),重写 Object.toString( )函数打印出整个电话号码。(提示:可使用 String.indexOf( )和 String.substring( )等函数)-Implement a said