国内开源项目Relate links:http://www.csdn.net/article/2013-11-29/2817656-baidu-open-platform //百度开源项目http://tencentopen.github.io/ //腾讯开源https://github.com/a...
分类:
其他好文 时间:
2015-02-04 12:37:23
阅读次数:
115
步骤:1 创建 .keystore 文件JDK中自带了keytool工具用于生成证书文件keytool工具在$JAVA_HOME/bin 目录下可以使用命令 keytool -genkey -alias tomcat -keyalg RSA 来创建数字证书生成证书步骤比较多,具体用法参照 使用key...
分类:
Web程序 时间:
2015-02-04 12:30:33
阅读次数:
182
参考文章https://github.com/driftyco/ng-cordovahttp://ngcordova.com/docs/plugins/camera/官方解释是既可以用来拍照也可以录视频(只试用了拍照功能)首先,装插件 cordova plugin add org.apache.co...
分类:
其他好文 时间:
2015-02-04 12:28:39
阅读次数:
249
这两天需要使用phantomjs+react生成些图片最开始发现clojurescript中包裹react的还挺多:https://github.com/omcljs/omhttp://holmsand.github.io/reagent/https://github.com/levand/quie...
分类:
Web程序 时间:
2015-02-04 12:26:22
阅读次数:
155
1、创建guest用户:
2、控制面板->管理工具->计算机管理->服务和应用,右键WMI控件属性->安全标签安全设置->为用户添加所有权限
3、高级选择名称空间和子空间
4、开始-运行-DCOMCNFG-组件服务-计算机属性-com安全-权限设置
https://msdn.microsoft.com/en-us/library/aa393266.aspx
...
分类:
其他好文 时间:
2015-02-04 11:09:07
阅读次数:
152
最近真是忙,连研究细看的时间都没有了,原帖地址:https://alastaira.wordpress.com/2013/11/08/smooth-unity-camera-transitions-with-animation-curves/先贴到这里I’m creating a game in w...
分类:
编程语言 时间:
2015-02-04 10:55:18
阅读次数:
1439
介绍:vagrant是一款用来构建虚拟开发环境的工具,通常用在开发时统一开发环境。相似工具有docker安装: 1.vagrant依赖于虚拟机工具,所以需要安装虚拟机,建议使用VirtualBox。下载地址:https://www.virtualbox.org/wiki/Downloads 2......
分类:
其他好文 时间:
2015-02-04 07:04:31
阅读次数:
214
========不定期更新该页面========1、只保留匹配的内容日志片段:"duration":0.03,"scheme":"https","sessionId":"19B0F3DD149FF8D81A4B4D68D53569F6","userId":"60800","path":"/mobile/index.html"sed-n‘s/^.*\("userId":"[0-9]*"\).*$/\1/p‘logfile.txt首先想到搞个python,..
分类:
其他好文 时间:
2015-02-04 00:48:38
阅读次数:
249
安装了高版本OS X 之后无法使用MacPorts的port命令pod update提示:Current platform "darwin 14" does not match expected platform "darwin 13"需要下载MacPorts源码编译安装,方法如下:来自https:...
分类:
系统相关 时间:
2015-02-03 22:46:17
阅读次数:
962
1、安装
nginx要安装http_ssl_module模块,需要OpenSSL库和相关的开发包,因此在安装前,必须安装这些支持
在centos系统下,直接用yum安装即可:# yum install openssl openssl-devel
编译nginx
# tar -zxvf pcre-8.12.tar.gz
# cd pcre-8.12
# ./configure –pref...
分类:
Web程序 时间:
2015-02-03 21:29:12
阅读次数:
161