(1)需要一台Mac(OSX),这个是前提,建议还是入手一本啦。 (2)在Mac上安装Xcode,建议Xcode 6.3以上版本 (3)安装node.js:https://nodejs.org/download/ A,使用Homebrew安裝nvm :$ brew install nvm 安裝完後, ...
分类:
其他好文 时间:
2017-04-10 15:01:51
阅读次数:
190
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <link href="https://cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="s ...
分类:
其他好文 时间:
2017-04-10 15:00:48
阅读次数:
267
Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. For example: Given num = 38, the process is like: ...
分类:
其他好文 时间:
2017-04-10 14:52:30
阅读次数:
202
SteamVR Plugin插件使用。 SteamVR Plugin插件使用。 在资源商店中下载最新的steamVR插件(https://kharma.unity3d.com/en/#!/content/32647)导入项目中。 可能出现错误: 可能出现错误: 问题1 Failed to load ...
分类:
编程语言 时间:
2017-04-10 14:45:00
阅读次数:
259
windows 1 2 3 4 5 6 7 1、下载安装包 https://www.python.org/downloads/ 2、安装 默认安装路径:C:\python35 3、配置环境变量 【右键计算机】--》【属性】--》【高级系统设置】--》【高级】--》【环境变量】--》【在第二个内容框中 ...
分类:
编程语言 时间:
2017-04-10 14:29:45
阅读次数:
171
安装部署参考http://blog.sina.com.cn/s/blog_8ea8e9d50102wwlf.htmlhttp://www.techweb.com.cn/network/system/2016-01-28/2270190.shtmlapi连接参考https://github.com/JoergM/consul-examplesconsul的主要接口是RESTfulHTTPAPI,该API可以用来增删查改nodes、services、chec..
分类:
其他好文 时间:
2017-04-10 13:44:06
阅读次数:
1428
最近项目中需要用到图表,技术有限,自己实现起来有难度,于是对比之后,最终决定使用hellocharts这个开源库,传送门:https://github.com/lecho/hellocharts-an...
分类:
移动开发 时间:
2017-04-10 13:41:16
阅读次数:
298
1 在GIT上下载了最新版的源码,同时安装composer 用composer更新 git地址https://github.com/top-think/think 2 搭建本地开发环境,开启url重写模块, 记得配置默认网站的访问目录是public/index.php 同时.htaccess 是在p ...
分类:
Web程序 时间:
2017-04-10 13:35:33
阅读次数:
243
说明:该demo是基于Access数据库进行客户信息的新增、查看、编辑新增客户信息和客户列表 Demo下载:https://github.com/comsmobiler/demo-videos 中的smobilerdemo项目备注1:如果手机上出现“未在本地计算机上注册‘Microsoft ACE. ...
分类:
移动开发 时间:
2017-04-10 13:04:50
阅读次数:
233
由于日常数据建模经常使用PowerDesigner,使用逆向工程能更加快速的生成模型提高效率,所以总结使用如下: 1. 安装MYSQL的ODBC驱动 Connector/ODBC 5.1.13 下载地址: https://dev.mysql.com/downloads/connector/odbc/ ...
分类:
数据库 时间:
2017-04-10 13:03:47
阅读次数:
411