fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module 解决:升级npm npm info graceful-fs -v 3.3.6 ok, lets upgrade or remove and install new: npm i graceful-fs@latest npm i graceful-fs@4.1.4 sudo npm i graceful-…
今天接到Product Manager的通知,Exchange 2007环境下的Native Module不再需要开发(详情可见上篇),但最近几天一直在做Prototype,那就做一下小结吧,总结一下最近几天的收获. 一. 准备工作: 1. 开发前安装Windows Platform SDK,主要是使用其中的#include <httpserv.h>(用到的很多接口都可以在其中看到) 2. WireShark,用来进行抓包,可以验证自己是否正确拿到http request和response的信…
转自:https://www.terraform.io/docs/modules/sources.html 主要记录module source 的格式 The source argument in a module block tells Terraform where to find the source code for the desired child module. Terraform uses this during the module installation step of t…
React Native Native Modules,官方地址:https://facebook.github.io/react-native/docs/native-modules-android.html 第一步:使用Android Studio在项目中增加两个Class TestReactModule.java package com.tqstablet; import android.widget.Toast; import android.app.Activity; import a…
经查跟PushNotification有关,需要手动完成Linking. 两步解决此问题: 配置Linking Libraries:https://facebook.github.io/react-native/docs/linking-libraries-ios.html#manual-linking 配置PushNotificationIOS: https://facebook.github.io/react-native/docs/pushnotificationios.html 参考 h…
jdk jre eclipse 略过 下载maven和tomcat 上apache官网下载maven:http://maven.apache.org/download.cgi. 上apache官网下载tomcat:http://tomcat.apache.org/. window->prefrences->maven->user setting window->prefrences->maven->installations 安装eclipse maven插件 m2ec…
目录(更新于2016.09.23): 1.认识和使用NPM 2.npm包安装模式 3.npm包管理(package的安装.卸载.升级.查看.搜索.发布,其他等) npm install [-g] 本地或全局安装模块 npm uninstall [-g] 本地或全局卸载模块 npm update 更新模块 npm ls 查看安装的模块 npm list 列出已安装模块 npm show  显示模块详情 npm info 查看模块的详细信息 npm search 搜索模块 npm publish 发…
Vue2.0 推荐开发环境 Homebrew 1.0.6(Mac).Node.js 6.7.0.npm 3.10.3.webpack 1.13.2.vue-cli 2.4.0.Atom 1.10.2 安装环境 打开终端运行以下命令 安装brew(Windows 跳过这步) /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 安装 nodejs…
HybridApp Exception [创建安卓虚拟机失败]CPU acceleration status:HAXM must be updated(version 1.1.1<6.0.1) 解决方法: sdk目录\extras\intel\Hardware_Accelerated_Execution_Manager 安装intelhaxm-android.exe [使用虚拟机启动cordova安卓项目失败]Device communication timed out. Try unplugg…
p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; font: 24.0px "PingFang SC Semibold"; color: #2c3033 } p.p2 { margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px "PingFang SC"; color: #bbbbbb } p.p4 { margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px &qu…