大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
import java.util.HashMap; import java.util.Map; import android.content.Context; import android.content.SharedPreferences; public class MySharedpreference { private Context context; public MySharedpreference(Context context) { // TODO Auto-generated constructor stub this.context = context; } public boolean saveMessage(String name, String pswd) { boolean flag = false; SharedPreferences sharedPreferences = context.getSharedPreferences( "userinfo", Context.MODE_PRIVATE); // 对数据进行编辑 SharedPreferences.Editor editor = sharedPreferences.edit(); editor.putString("name", name); editor.putString("pswd", pswd); flag = editor.commit();// 将数据持久化到存储介质中 return flag; } public Map创新互联建站长期为数千家客户提供的网站建设服务,团队从业经验10年,关注不同地域、不同群体,并针对不同对象提供差异化的产品和服务;打造开放共赢平台,与合作伙伴共同营造健康的互联网生态环境。为勃利企业提供专业的成都网站制作、网站设计,勃利网站改版等技术服务。拥有10年丰富建站经验和众多成功案例,为您定制开发。getMessage() { Map map = new HashMap (); SharedPreferences sharedPreferences = context.getSharedPreferences( "userinfo", Context.MODE_PRIVATE); String name = sharedPreferences.getString("name", ""); String pswd = sharedPreferences.getString("pswd", ""); map.put("name", name); map.put("pswd", pswd); return map; } }
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。