美文网首页
2018工作摘要

2018工作摘要

作者: 鄭经仁 | 来源:发表于2018-05-10 11:16 被阅读0次

    http://www.cocoachina.com/ios/20171108/21086.html 防止button按钮被重复点击

    http://117.71.52.54:8888/gjj/gr/zgjbxxIndex?NAVIGATION_BAR_ID=ad1af2d7-218d-46dc-af3f-90a3101687fd   公积金查询       

    https://developer.apple.com/account/ios/certificate/

    //跳转蜂窝数据

    NSURL * url = [NSURL URLWithString:UIApplicationOpenSettingsURLString];

            if([[UIApplication sharedApplication] canOpenURL:url]) {

                NSURL*url =[NSURL URLWithString:UIApplicationOpenSettingsURLString];

                [[UIApplication sharedApplication] openURL:url];

            }

            NSString * urlString = @"App-Prefs:root=MOBILE_DATA_SETTINGS_ID";

            if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:urlString]]) {

                if ([[UIDevice currentDevice].systemVersion doubleValue] >= 10.0) {

                    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlString] options:@{} completionHandler:nil];

                } else {

                    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlString]];

                }

            }

    MAC版本应用下载

    http://xclient.info/s/office-for-mac-2016.html?t=680034e137bc7cc9b41bad81241e03e932425016

    相关文章

      网友评论

          本文标题:2018工作摘要

          本文链接:https://www.haomeiwen.com/subject/bkdhfftx.html