新网创想网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
时间
柯坪网站建设公司创新互联,柯坪网站设计制作,有大型网站制作公司丰富经验。已为柯坪上1000家提供企业网站建设服务。企业网站搭建\成都外贸网站制作要多少钱,请找那个售后服务好的柯坪做网站的公司定做!
1.android 监听系统时区变化,日期变化,时间变化
https://www.cnblogs.com/lotusve/archive/2012/05/30/2525371.html
系统
1.获取当前方法的名字
2.网络状态监听
https://www.jianshu.com/p/6fa0f1f1ce48
文件
1.properties读取
Properties properties = new Properties(); try { InputStream in=context.getAssets().open("test.properties"); properties.load(in); in.close(); }catch (IOException e){ // ... return; } String host = properties.getProperty("HOST");
2.生成excel
先引用jxl库:https://mvnrepository.com/artifact/net.sourceforge.jexcelapi/jxl/2.6.12
https://blog.csdn.net/kangweijian/article/details/86694670