SQL Server Native Client 10.0下载
2021-10-21 21:07:16 6.57MB SQLServerNativ
1
java native interface官方文档
2021-10-21 09:44:01 3.44MB java
1
Java Native Access
2021-10-19 19:03:58 592KB java
1
react native 源码
2021-10-14 14:02:17 11.04MB react native 源码 github
1
react-native-font-list 一个基本的React Native模块,它公开了操作系统的已安装字体和可用字体系列。 它附带一个函数: .get() 。 安装 添加依赖 纱: yarn add react-native-font-list NPM: npm install react-native-font-list --save 更新Pod(iOS) cd ios && pod install 而已! 准备使用FontList。 用法 // import import FontList from 'react-native-font-list' ; // samp
2021-10-14 11:23:23 82KB android font ios react-native
1
hadoop-2.7.7源码编译的native本地库,包括snappy压缩库
2021-10-13 19:20:37 1.24MB hadoop-2.7.7 native snappy
1
广播 iBeacon uuid 的 React Native 模块。 设置 npm i --save react-native-ibeacon-simulator react-native link 在你的项目中导入: import BeaconBroadcast from 'react-native-ibeacon-simulator' API 在设备上启动 iBeacon: uuid: String 你可以从这里得到 http: //openuuid.net/ identifier: String minor 和 major: 是 0 到 65535 之间的整数值。 () BeaconBroadcast.startAdvertisingBeaconWithString(uuid, identifier, major, minor) Android BeaconBroadcast.checkTransmissionSupported() .then(() => { BeaconBroadcast.stopAdvertisingBeacon() BeaconBroadcast.star
2021-10-13 18:37:29 23KB React Native Awesome Components
1
tomcat-native-1.1.34-src.tar.gz tomcat 使用aprtar zxf tomcat-native-1.1.34-src.tar.gz   cd tomcat-native-1.1.34-src/jni/native/   ./configure --with-apr=/usr/local/apr --with-java-home=/usr/local/java/jdk1.7.0_75/   make && make install
2021-10-11 09:36:40 364KB native
1
使用谷歌插件Allow-Control-Allow-Origin解决跨域问题
2021-10-08 14:19:23 366KB react-native
1
解决:Unable to load native-hadoop library for your platform 问题 原因: Apache提供的hadoop本地库是32位的,而在64位的服务器上就会有问题,因此需要自己编译64位的版本。 将准备好的64位的lib包解压到已经安装好的hadoop安装目录的lib/native 和 lib目录下:
2021-10-05 09:24:52 1.02MB hadoop hadoop-native
1