
移动开发
文章平均质量分 55
cnhome
Empty
展开
-
[转]使用iPhone三轴感应器的代码例子
转自:http://www.cocoachina.com/iphonedev/sdk/2010/0624/1749.html 很多应用里都要用到苹果iPhone自带的三轴感应器(加速度传感器),希望下面这段代码例子能为您使用 iPhone三轴感应器打开思路。 很多应用里都要用到苹果iPhone自带的三轴感应器(加速度传感器),希望下面这段代码例子能为您使用iPhone三轴感应器打开思路。#include #include typedefstruct{}*IOHIDEventSystemRef;typedef转载 2011-03-05 00:40:00 · 1125 阅读 · 0 评论 -
[转]OpenCV for Android开发环境Win7平台搭建
<br />转自:http://www.eoeandroid.com/forum-viewthread-tid-40978-highlight-opencv.html<br />1.下载Cygwin<br />网址http://www.cygwin.org/cygwin/<br />用于安装Devel节点下的Gcc开发工具、subversion以及Swig工具<br /><br />2.下载http://www.crystax.net/android/ndk-r4.php<br />由于OpenCV采用标准转载 2011-03-29 01:11:00 · 1689 阅读 · 0 评论 -
[转]ubuntu下编译opencv for android及sample demo
转自:http://www.eoeandroid.com/thread-53302-1-1.html笔者参考了此贴:http://www.eoeandroid.com/forum-viewthread-tid-40978-highlight-opencv.html 对作者表示感谢<br />1 ubuntu下的安装,省略。。。。<br />2 svn获取opencv的源代码:svn checkout http://android-opencv.googlecode.com/svn/trunk/ androi转载 2011-03-29 01:13:00 · 2002 阅读 · 0 评论 -
angular2websocket
Based on https://github.com/AngularClass/angular-websocket and migrated to Angular2Installationnpm install angular2-websocketUsage:import {$WebSocket} from 'angular2-websocket/angular2...原创 2018-03-12 18:38:32 · 1447 阅读 · 0 评论 -
ionic -- 使用cordova的插件实现分享到QQ、微博、微信
转自 我在现在的ionic项目中已经实现了微信和QQ分享,都是是有cordova的插件,我把这些插件的网址放到这里,如果插件解决不了大家的问题,可以给我留言,咱们共同讨论。分享到微信 https://github.com/xu-li/cordova-plugin-wechat(点击打开链接)分享到QQ https://github.com/iVanPan/Cordova_QQ(点击打...转载 2018-04-03 15:09:41 · 1017 阅读 · 0 评论 -
cordova 实现第三方登录及分享,qq,微信,微博
cordova 实现第三方登录及分享,qq,微信,微博 QQ、微信、微博,只针对移动应用或JS提供SDK,JS SDK表面上是最方便cordova项目实现的,但在授权是通过网页的,其session还需要在网页上输入用户名密码来建立,而android sdk和ios sdk的实现形式是调用本身已安装的第三方软件完成授权,显然后者才是我们想要的方式。插件推荐:(以下几个插件是我用到的,其他...转载 2018-04-03 20:31:13 · 4361 阅读 · 7 评论 -
Secure Your Mobile App with OIDC and Ionic for JHipster
We’ve been building a ton of new projects with Ionic and JHipster here at Okta, and today I’m excited to show you how to secure those projects with OIDC. Let’s start with some basics: Ionic is a frame...转载 2018-06-05 10:11:46 · 1163 阅读 · 0 评论 -
Building an Ionic OCR App with Tesseract
转自If you need some sort of text recognition inside images for your app you’ll come across the two most popular libraries called Ocrad and Tesseract. Both of them work pretty good out of the box so wh...转载 2018-12-29 16:27:31 · 785 阅读 · 1 评论 -
基于Ionic3实现微信支付和支付宝支付
转载当下开发中更多采用Hybird APP进行快速开发,使用Cordoava的不在少数。下边的文章内容,对于新入开发做支付口的同学有极大的参考价值。在Ionic应用里实现支付并不难,但是有的坑真是不爬不知道。1. 支付宝支付网上关于支付宝支付cordova插件真是非常多,但是大多会报一些让你很无语的错误。比如sdk早已过时不是最新的,或者没有出来效果。我也是经过大量试错,最终选择了以下这...转载 2019-05-15 10:24:36 · 658 阅读 · 0 评论