搜索资源列表
Course.Technology.PHP.5.Fast.and.Easy.Web.Developm
- Get up and running with PHP 5, Apache, and MySQL with ease. This guide demonstrates how to display dynamic content, build your own contact management system, create custom reports, work with XML, and much more
Android-Mobile-security
- 在android平台下用于保存数据有三种方式,1、SQLite 2、SharedPreferences 3、File SharedPreferences是将数据保存在一个xml文件中,并且是以Map的形式保存,一个Key对应一个Value,但获取某一个Key的时候,都会有一个默认值,这个默认值是在xml不存在这个key值的时候使用。 -There are three ways to save data in the android platform, SQLite, SharedPref