Visual Studio Tools for Unity
Visual Studio Tools for Unity 1.9
Getting Started with Visual Studio Tools for Unity
unitypackage location:
D:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\ID...
分类:
编程语言 时间:
2015-04-01 13:23:32
阅读次数:
146
这几天想着将一个winform的工具上线到web上,因为对时时性的要求比较高,找朋友咨询了一下推荐了SignlarR 框架,比较强大.昨天才看到,今天研究了一下将里面的例子都拿出来共享.最全的参考:http://www.asp.net/signalr/overview/getting-starte....
分类:
其他好文 时间:
2015-03-31 00:25:20
阅读次数:
184
#include // ...int myfunction() { char sdk_ver_str[PROPERTY_VALUE_MAX] = "0"; property_get("ro.build.version.sdk", sdk_ver_str, "0"); sdk_ver...
分类:
其他好文 时间:
2015-03-30 12:44:26
阅读次数:
106
# sudo ifconfig eth0 downeth0: ERROR while getting interface flags: No such device 然后根据这个错误,查看当前的IP信息,结果如下: # ifconfig -a 结果没有发现eth0,倒是出现了eth4。顿时明白了出错...
分类:
其他好文 时间:
2015-03-29 19:25:37
阅读次数:
135
Abstract. PostgreSQL is an excellent implementation of relational database, fully featured, open source, and free to use. Nearly nontrivial computer a...
分类:
数据库 时间:
2015-03-28 15:44:47
阅读次数:
320
上周翻译了一篇文章: 如何获取HTML5视频的持续时间。很显然这是一门简单却很实用的技术, 但我认为还有一个更重要的知识点是控制视频的时间设置。在用HTML5技术处理视频时,设置(setting)和获取(getting)时间都是很有用的,那就让我们一起来看看如何达成这个 目标吧!在管理视频状态时,最重要的是要了解 currentTime 是个什么鬼。你可以通过这个属性获取当前播放到了哪个时间点...
分类:
Web程序 时间:
2015-03-21 23:01:24
阅读次数:
566
1.首先在终端输入gem命令,查看gem是否安装,gem是一个ruby语言的包管理器,因为cocoapods依赖于它。
可以去官方网去看:guides.cocoapods.org/using/getting-started.html
2.$ sudo gem install cocoapods//执行安装cocoapods
password:是自己本机的密码
3.安装成功之后,如果有项目的...
分类:
其他好文 时间:
2015-03-20 11:05:03
阅读次数:
137
This problem has been bothering me for a bit and I cannot find a satisfactory solution.
Many times (not always) in the creation of a specific object on the Android emulator I get NoClassDefFoundErr...
分类:
移动开发 时间:
2015-03-19 20:27:38
阅读次数:
365
mybatis官方学习文档:http://www.mybatis.org/core/getting-started.html本文转自:http://www.blogjava.net/xmatthew/archive/2011/08/31/355879.html1. 当查询的参数只有一个时 findB...
分类:
数据库 时间:
2015-03-19 11:25:22
阅读次数:
172
[前言]都说Docker是最当红的热点,但是我没环境测试,怎么办哪?没关系,只要你有Windows8或者Windows10就行啦!还告诉大家如何利用docker来快速构建、启动WordPress博客!参考文档http://blogs.msdn.com/b/scicoria/archive/2014/10/09/getting-docker-running-on-hyper-v-8-1..