240 发简信
IP属地:陕西
  • Python一键处理iOS马甲包的文件更改

    一、修改文件前缀(JH-->Jneth)(若出现"//"注释报错更改为#) 二、修改文件后缀(ViewModel-->VM) 三、修改资源文件MD5值,不改变图片(jpg,p...

  • 120
    Swift 代码混淆

    由于面试被问到有没有做过代码混淆,没有接触过这些于是就网上参考一些资料自己动手简单实现了一个 先创建一个工程ObfuscateDemo 在项目根目录下创建confusionB...

  • 120
    iOS H5微信支付和微信支付完成之后跳转回APP

    最近碰到一个需要用H5支付的商城,痛苦了一整天,查找了N多的资料,终于还是苦尽甘来了。话不多说,干货来了。我用的是WKWebView,套路是一样的。 1.首先,设置白名单,确...

  • ios des加密

    前言 des加密做的时候后端前端ios和安卓三端需统一 1、DES加密有两种模式,ECB和CBC。还有就是填充模式,ios的填充模式只有两种kCCOptionPKCS7Pad...

  • 我这里没有你截图的那个文件...@_小爽_

    invalid Swift parseable output message(malformed JSON):

    Xcode编译突然报错 invalid Swift parseable output message(malformed JSON):[然后里面一堆数字],删除编译文件、重启...

  • 请问改好没?

    invalid Swift parseable output message(malformed JSON):

    Xcode编译突然报错 invalid Swift parseable output message(malformed JSON):[然后里面一堆数字],删除编译文件、重启...

  • 按钮文本颜色不起作用, 浪费时间

    React Native的ActionSheet实现

    在React Native官方组件中,目前只有ActionSheetIOS,而Android下没有实现。我自己在Github提交了一个代码库,实现了在iOS和Android下...

  • iOS面试题及答案

    1、设计模式是什么? 你知道哪些设计模式,并简要叙述? 2、MVC 和 MVVM 的区别 3、#import跟 #include 有什么区别,@class呢,#import<...

  • React Native 动画(Animated)

    在上篇文章中介绍了 LayoutAnimation 的用法,本篇文章就来详细介绍一下 Animated 的用法。 Animated 简介 Animated 库用于创建更精细的...

  • office 2019 for Mac 安装包和激活工具

    Mac版 office2019 安装包和激活工具,遇到问题请留言邮箱重发安装包 链接:https://pan.baidu.com/s/1IZ5z5skrmUajesrgZxP...

  • 120
    iOS透明导航栏的平滑过渡(进阶版)

    引 如我在传送门:iOS导航栏切换界面时隐藏和显示[https://www.jianshu.com/p/03170158e381]中所说,现在很多App的个人中心模块都是不保...

  • 您好
    [[self.redView rac_signalForSelector:@selector(redViewClick:)] subscribeNext:^(RACTuple * _Nullable x) {
    NSLog(@"监听到view中按钮的点击");
    }];

    在storyborad的vc中这个警告是正常的?
    Undeclared selector 'redViewClick:'
    求解下

    iOS RAC - 基本用法

    文章系列《RACSignal 》《RACDisposable》《RACSubject、RACReplaySubject》《iOS RAC - 基本用法》《iOS RAC - ...

  • 抄的有意思吗

    mjrefresh使用详解

    下拉刷新01-默认 self.tableView.header = [MJRefreshNormalHeader headerWithRefreshingBlock:^{ /...

  • XIB写的吧,说清楚

    iOS开发之SegmentedControl显示不同类型 View的用法

    项目中有个需求在同一个页面里需要显示tabbleview和collectionview,这就要用到了 SegmentedControl的分页显示了。 先看效果图: 要用好Se...

  • ERROR in ./~/react-web/lib/Animated/Animated.web.js
    Module not found: Error: Cannot resolve module 'react/lib/CSSPropertyOperations' in /home/chebs/桌面/react-web/node_modules/react-web/lib/Animated
    @ ./~/react-web/lib/Animated/Animated.web.js 23:29-71

    ERROR in ./~/react-web/lib/PanResponder/injectResponderEventPlugin.web.js
    Module not found: Error: Cannot resolve module 'react/lib/EventPluginRegistry' in /home/chebs/桌面/react-web/node_modules/react-web/lib/PanResponder
    @ ./~/react-web/lib/PanResponder/injectResponderEventPlugin.web.js 8:27-67

    ERROR in ./~/react-web/lib/PanResponder/injectResponderEventPlugin.web.js
    Module not found: Error: Cannot resolve module 'react/lib/ResponderEventPlugin' in /home/chebs/桌面/react-web/node_modules/react-web/lib/PanResponder
    @ ./~/react-web/lib/PanResponder/injectResponderEventPlugin.web.js 12:28-69

    ERROR in ./~/react-web/lib/PanResponder/injectResponderEventPlugin.web.js
    Module not found: Error: Cannot resolve module 'react/lib/EventConstants' in /home/chebs/桌面/react-web/node_modules/react-web/lib/PanResponder
    @ ./~/react-web/lib/PanResponder/injectResponderEventPlugin.web.js 16:22-57

    ERROR in ./~/react-web/lib/PanResponder/injectResponderEventPlugin.web.js
    Module not found: Error: Cannot resolve module 'react/lib/ResponderTouchHistoryStore' in /home/chebs/桌面/react-web/node_modules/react-web/lib/PanResponder
    @ ./~/react-web/lib/PanResponder/injectResponderEventPlugin.web.js 20:34-81

    ERROR in ./~/react-web/lib/Utilties/setNativeProps.web.js
    Module not found: Error: Cannot resolve module 'react/lib/CSSPropertyOperations' in /home/chebs/桌面/react-web/node_modules/react-web/lib/Utilties
    @ ./~/react-web/lib/Utilties/setNativeProps.web.js 8:28-70
    webpack: bundle is now VALID.
    求大神解答下

    React-Native 直接转换成React web客户端

    最近在淘宝前端团队(FED)发现了一个有趣的东西,原理就是把React-Natvie的控件用React的重构一片,然后就可以无缝过度了。不过看了一下有些重要的控件还是没有的好...

  • 【RN】React Native 专题讲解系列文章 (入门, 基础, 进阶以及开源项目),

    转载注明出处:地址:http://www.lcode.org 【ReactNative相关技术论坛】本文出自:【江清清的技术专栏】本React Native讲解专题:主要讲解...