240 发简信
IP属地:北京
  • 120
    MySql or语句的索引优化

    最近看书《高性能MySql》,5.3.3 节中介绍在MySql 5.0和更新的版本中,`select name , hobby from user where name=1 ...

  • b树和b+树的区别

    这个问题,很多人会在面试中遇到,mysql一般默认为b+树,oracle数据库默认为b树。 b+树是b树的变体。 b+树的非叶子节点是不存储数据的,只是一个索引。而叶子节点组...

  • 2019, 我来了

    2018年,之于我是很艰苦的一年。 这一年,换了工作。 这一年,我的技术栈变宽了。 这一年,我完成了一个网站的设计,开发,测试,部署,上线。 这一年,我完成了一个APP的设计...

  • Spring Boot 中应用Spring Security

    前段时间做后台管理系统,想着做一个简单的权限管理和URL 访问拦截。 步骤1. 添加spring-security的相关依赖 1. 步骤2. 实现必要的接口 1. im...

  • ubuntu上面Parity 安装

    sudo wget https://raw.githubusercontent.com/paritytech/parity/master/scripts/parity.ser...

  • 你用的什么工具?

    React-native can't find schedule/tracking

    ERROR: Module `schedule/tracking` does not exist in the Haste module map 出现的原因:升级到react...

  • React 项目本地运行成功,build时 Failed to minify the code from this file

    一个项目,本地运行完全没问题,但是build 的时候报错,Failed to minify the code from this file 错误依赖为query-stri...

  • React-native can't find schedule/tracking

    ERROR: Module `schedule/tracking` does not exist in the Haste module map 出现的原因:升级到react...

  • React-native 读取md 文件

    put your file in assets folder and then fetch usingreact-native-fetch-blobpackage RNFet...

  • React-native 性能优化篇

    目前使用的方法主要来自于http://facebook.github.io/react-native/docs/performance Enable the RAM ...

  • React-native listen EADDRINUSE :::8081

    出现情况: 一般是执行node node_modules/react-native/local-cli/cli.js start 出现 解决办法 : 关闭已经打开...

  • 120
    React-native module 'crypto' does not exist in the haste module map

    错误类型: 包括找不到buffer stream等module 处理方法: 1. yarn addreact-native-crypto 2. yarn addeact-...

  • 使用小米手机进行真机测试

    1. 进入开发者模式 设置 > 我的设备 > 全部参数 > MIUI 版本(连续点击7次) 设置 > 系统和设备-更多设置 > 开发者选项 > USB 调试 (打开) 2.小...

  • react-native-linear-gradient build error

    Android build failed FAILURE: Build failed with an exception. * What went wrong: A prob...

个人介绍
一只在通往全栈工程师的路上摸爬滚打的程序猿