240 发简信
IP属地:辽宁
  • flutter_链接唤醒app

    短信链接唤醒app指定页面,这在原生Android中似乎并不难实现。可在flutter中,却折磨了我许久。 现在也许将这个问题不完美的解决了,也记录一下,哪天再回来填坑。 使...

  • Http请求头加参数

    // DCCustomNSURLProtocol.h// DigitalCampus//// Created by zh on 2017/8/24.// Copyright ...

  • iOS 字符串的操作,去掉某一个字符或者替换成其他字符

    NSString *strUrl = [urlString stringByReplacingOccurrencesOfString:@" " withString:@""]...

  • iOS应用内调用系统通知按钮控制是否接收推送消息

    UISwitch*switchButton = [[UISwitchalloc]initWithFrame:CGRectMake(SCREEN_WIDTH-55,8,20,1...