hadoop-native-64-2.4.0.tar 解决运行hadoop 警告:WARN util.NativeCodeLoader: Unable to load native-hadoop
2021-12-20 21:17:27 3.96MB native-64
1
编译环境:centos 7 + hadoop-2.7.2 +jdk1.8.0_152...含snappy,里面有几个文件是软连接,是指向当前文件夹的文件的,如果失效自己重新软连接一下
2021-12-20 21:08:54 5.42MB hadoop snappy native
1
欢迎 这是我创建的登录/注册模板。 请随时发表评论,如果您有任何评论,请通知我。 屏幕截图
2021-12-20 13:48:22 533KB TypeScript
1
ReactJS Blueprints《ReactJS蓝图》: 1、用世界上最火的Javascript库来开发Web App。 2、学习如何加速你的开发速度并节省宝贵的时间。 3、用step-by-step方式的教程让你轻松学会如何解决现实世界中的问题。 The JavaScript revolution has landed! ReactJS is one of those rare technologies that comes out of nowhere and turns established practices on their head. It provides a different way of thinking about how you should develop your apps, and has already gained a massive adoption among web developers. Join the revolution, build web apps faster, and have more fun developing! Packed with real-world code, this book starts by covering the idea behind ReactJS and the key concepts you must familiarize yourself with. You will learn how to bootstrap your ReactJS projects and you’ll also be provided with a handy scaffolding that you can use and reuse over and over. We then go on to cover a wide variety of apps, and will help you to structure and build your own components. Next, you will build a web shop, create a fully responsive and routable app, and also develop a real-time search app. Further on, you will be taught to work with public APIs to create a map-based application. You will also be taken through some advanced concepts such as Redux that are making a huge splash currently in the world of ReactJS. You’ll learn how to efficiently seal off your app for guest access, interact with hardware APIs, and create a photo app. You will then master the art of making your apps universal, and find out how to deploy them to the cloud. Finally, we wrap up the book as you are shown how to make a game. What better way to kick off your ReactJS development journey?
2021-12-12 17:18:49 6.63MB React React.JS React.Native
1
代码中包含四个文件createUrl.php、ArrayToXML.php、returnGoodsUrl.php、notifyUrl.php 。 createUrl.php:创建微信二维码支付链接 returnGoodsUrl.php:用户扫描二维码链接后,微信将链接中的商品ID、openId以及其他信息post到该脚本,该脚本负责返回与商品ID对应的商品信息。 notifyUrl.php :用户支付商品后,微信服务器会将商品信息、支付结果、用户的openId等重要信息以get和post方式传递到该链接上,该脚本接收这些信息,并根据支付信息做发货处理,最后返回给微信服务器success,告知他们,我们已经处理到此通知。否则,微信服务器将会定期重新发起通知。 ArrayToXML.php:该脚本的作用是将数组转换成为xml。
2021-12-12 13:54:02 6KB 微信支付 Native 扫码支付
1
React本机容易聊天UI 屏幕截图 安装 纱线添加@ react-native-community / viewpager react-native链接@ react-native-community / viewpager : npm install react-native-easy-chat-ui --save : yarn add react-native-easy-chat-ui 相依性 将版本0.2.x用于RN >= 0.44.0 使用版本0.1.x的RN < 0.44.0 例子 import React , { Component } from 'react' ; import { Platform , StyleSheet , Text , View , StatusBar , PermissionsAndroid } from 'r
2021-12-10 18:00:27 3.47MB JavaScript
1
Ant Design for React Native精简笔记文章附件。 `Ant Design for RN`在我的项目中渐渐的可有可无,但是为了照顾以前开发的老组件,我就萌生了自己实现一些我们项目中常用的Ant 组件的想法。 https://blog.csdn.net/lxyoucan/article/details/121809143
2021-12-09 17:02:44 711KB React RN react native
1
《Cloud Native Java》完整版,我是廉价搬运工,重新打包,把分数压低方便大家下载。
2021-12-09 16:10:24 11.33MB java spring cloud
1
前言 React Native 可以开发 ios 和 android 的 app,在开发过程中,势必会遇上屏幕适配(ios 好几种尺寸的屏幕以及 android 各种尺寸的屏幕)的问题,下面介绍一种几行代码搞定 RN 适配的方法! 屏幕适配的前置知识 RN 中的尺寸单位为 dp,而设计稿中的单位为 px 原理 虽然单位不同,但是元素所占屏幕宽度的比例是相同的 利用元素所占屏幕比例不变的特性,来将 px 转为 dp(这样实现屏幕适配的话,在不同尺寸的屏幕下,元素会等比放大或缩小) 公式如下: 设计稿元素宽度(px) / 设计稿总宽度(px) = 元素的宽度(dp) / 屏幕的总宽度(dp
2021-12-08 19:02:44 33KB act android适配 c
1
Unity3D调用Native OpenGL,Unity3D支持调用C++工程的OpenGL渲染,使用RenderingPlugin DLL方式。来自官网,包括Windows,Android,Linux,Ios所有平台的本地混合编程例子,版本是Unity 5.2.2f1,工程文件包括VS2013,VS2015,XCode工程,以及Eclipse的MK文件。
2021-12-08 16:54:10 253KB Unity3D Call Native OpenGL
1