-
video
说明: video前端模板,有待开发,开发完,就能用,啊啊啊啊啊啊啊(Vieo front-end template, to be developed, developed, can be used, ah ah ah ah ah ah ah ah ah ah ah ah)
- 2020-06-16 09:40:01下载
- 积分:1
-
集成三方百度地图识别功能 BaiduLBS_AndroidSDK_Lib
集成三方百度地图识别功能,快速集成方别快捷。(Integration of three-party Baidu Map Recognition function, fast integration of different fast.)
- 2020-06-22 08:20:01下载
- 积分:1
-
Play-Cards
play card主要实现了play card的基本要求。。(playcardcomplate the reqirement..)
- 2017-06-20 20:36:20下载
- 积分:1
-
java面向对象基础3
1.内存管理:JVM来分配-----了解
1)堆:
1.1)存储所有new出来的对象
1.2)成员变量的生命周期:
对象被创建时存在,对象被回收时消失
1.3)垃圾回收器(GC):
JVM自带的一个小线程
专门用于回收垃圾的
所谓垃圾就是没有任何引用所指向的对象
1.4)垃圾回收过程是透明的,不定期检查
理论上调用System.gc()可以建议尽快的回收
1.5)内存泄露:无用的对象没有被及时的回收
建议:内存不再使用时,及时将引用设置为null
2)栈:
2.1)存储所用到的局部变量
2.2)调用方法时为该方法分配一个对应的栈桢,
栈桢中包含该方法的参数及局部变量
方法调用结束时,栈桢消失,局部变量同样被清除
2.3)局部变量生命周期:
方法被调用时存在,方法调用结束时消失
3)方法区:
3.1)存储类的信息(.class)以及方法
类只被加载一次
3.2)方法只有一份
- 2022-04-11 01:03:37下载
- 积分:1
-
《Java语言程序设计》源代码《Java语言程序设计》源代码
《Java语言程序设计》源代码《Java语言程序设计》源代码- Java Programming Language source code Java Programming Language, the source code
- 2023-08-17 13:05:03下载
- 积分:1
-
一个jsp上传文件的servlet程序,里面还有一些相关的文件操作方法。...
一个jsp上传文件的servlet程序,里面还有一些相关的文件操作方法。-Jsp upload a servlet process, which have a number of relevant documents operation.
- 2022-08-08 16:28:25下载
- 积分:1
-
远洋网络购物广场商务系统(JSP+servlet+JavaBean+MySQL实现)
资源描述基于Java web的开发,使用JSP+servlet+JavaBean+MySQL实现,5700行代码,含数据库
- 2022-02-20 20:21:12下载
- 积分:1
-
android
《14天学会安卓开发》,这是一本简单易懂的安卓开发教程,让你能够快速入门(This is a straightforward Android development tutorial, so you can QuickStart)
- 2015-07-26 21:18:10下载
- 积分:1
-
An example of how to conect a data base using java and microsoft sql server
An example of how to conect a data base using java and microsoft sql server
- 2022-04-14 20:44:25下载
- 积分:1
-
htmleditor
使用Java+Ext技术,为小巧的HTMLArea 编辑器加上图片上传功能,因为以前的HTMLArea其它地方都很完美,就是没有图片上传功能,让喜欢她的人望而却步,现在好了,JAVA高手们运用手中的技术,结合目前流行的AJAX框架EXT技术,为她加入了一个插入图片并上传的功能(JAVA gurus use their technology use Java+Ext technology, plus the compact HTMLArea editor image upload feature, because the previous HTMLArea other place is perfect, is that there is no image upload feature, so that people like her flinch now combined with the popular AJAX framework EXT technology, she joined an insert pictures and upload)
- 2013-04-16 09:05:06下载
- 积分:1