npm install -g n # Install n globally n 0.10.33 # Install and use v0.10.33
Ionic 介绍Ionic是一个前端的框架,结合html5,css3和javascript做出类似native app的移动应用,Ionic框架很先进,js部分是基于angular js框架,大量使用css3,版本升级基于bower,Ionic关注应用的外观、体验和UI用户界面交互,这个框架除了带有SASS服务和各种各样的AngularJS拓展(可选)之外,还有大量的组件。在mac系统下的ioni
1.证书及乱七八糟的配置 公钥:app id管理那儿的“Development Push SSL Certificate” push证书,我这儿下载下来叫"aps_developer.cer" 私钥:申请证书时候从钥匙串生成的"CertificateSigningRequest.certSigningRequest"文件在"钥匙串->密钥"那儿生成的与之前输入的名字相同的“专用密钥”,可
location service使用ios8之前locationservice在应用开启self.locationManager = [[CLLocatonManager alloc] init][self.locationManager startUpdatingLocation];在iOS8上需要加上kCLAuthorizationStatusAuthorizedAlways,在app中的in
1.使用brew安装homebrew获取网址http://brew.sh/在Mac中打开Termal: 输入命令uby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"2.brew tap homebrew/science3.获取opencv 的其他选项可以brew
import web from web.wsgiserver import CherryPyWSGIServer CherryPyWSGIServer.ssl_certificate = "path/to/ssl_certificate" CherryPyWSGIServer.ssl_private_key = "
下载openssl 地址 ftp://ftp.openssl.org/source/openssl-1.0.1c.tar.gztar -zxf openssl-1.0.1c.tar.gzcd openssl-1.0.1c/./config --prefix=/usr/local --openssldir=/usr/local/sslsudo make && sudo make in
先简单介绍下push的机制客户端通过(void)registerForRemoteNotificationTypes:(UIRemoteNotificationType)types这个函数向APNs(Apple Push Service)注册push,types可标明接收的push的类型,声音,数字等。(void)application:(UIApplication *)application d
1.TARGETS 的 iOS Deployment Target 版本比 PROJECT 的 iOS Deployment Target 版本低2.把info.plist 的target Membership关联去掉 3.重启 xcode
在mac下连接windows的工具RDC(远程桌面连接),地址如下:http://www.microsoft.com/china/office/mac/remote-desktop-client 下下来直接安装使用的方式和win版的差不多。按 command+2 可以全屏。全屏的时候,默认会显示菜单和 dock默认分辨率是1280*768设置为高分辨率点击RDC-首选项-显示如图所示
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号