http://heliosinteractive.com/scaling-ui-hololens/ https://forum.unity3d.com/threads/unity-ui-on-the-hololens.394629/ 1.Create a World Space Canvas att ...
分类:
编程语言 时间:
2016-10-24 20:30:13
阅读次数:
264
I was relieved that I had the desk to myself, that Edward was absent. 我能一个人一张桌子很开心,就因为Edward 没来。 I told myself that repeatedly. 我不断的对自己说。 But I couldn ...
分类:
其他好文 时间:
2016-10-24 19:59:49
阅读次数:
124
nginx+uwsgi+flask一、安装1、安装uwsgi[root@yaoliangday_13]#wgethttp://projects.unbit.it/downloads/uwsgi-2.0.4.tar.gz
[root@yaoliangday_13]#tarxfuwsgi-2.0.4.tar.gz-C/usr/local
[root@yaoliangday_13]#cd/usr/local/uwsgi-2.0.4
[root@yaolianguwsgi-2.0.4]#make
[ro..
分类:
编程语言 时间:
2016-10-24 17:59:14
阅读次数:
237
nginx 配置 1.怎么查看nginx配置有什么错误? 在/usr/local/nginx/sbin目录下 执行nginx -t 查看配置错误信息; nginx: [alert] could not open error log file: open() "/usr/local/nginx/log ...
分类:
其他好文 时间:
2016-10-24 13:46:01
阅读次数:
339
安装redis 把redis安装到 /opt/redis-2.8目录中 wget http://download.redis.io/releases/redis-2.8.1.tar.gz tar -zxfx redis-2.8.1.tar.gz cd redis-2.8.1 make && make ...
分类:
编程语言 时间:
2016-10-24 13:26:45
阅读次数:
134
Going to the "build" folder directory of opencv from terminal, and execute the following: 1. $ sudo make uninstall2. $ cd ..3. $ sudo rm -r build4. $ ...
分类:
系统相关 时间:
2016-10-23 18:05:21
阅读次数:
860
类的静态成员函数不能访问非静态的成员函数以及非静态的成员变量, 但是反过来却是成立的。 即:非静态成员函数可以访问静态成员函数和静态成员变量。 这个可以从静态成员的特点来解释,因为静态成员属于类,因此即便是没有类的对象我们也能访问类的静态成员。 但是非静态成员函数由于只能通过类的对象来访问,所以其必 ...
分类:
编程语言 时间:
2016-10-23 18:01:43
阅读次数:
217
转换坐标原点 将 CGRectMake(50,50,50,50)从左边 红色坐标系 转换为 右边 蓝色坐标系 最开始 ...
分类:
移动开发 时间:
2016-10-23 17:06:36
阅读次数:
265
Remove the minimum number of invalid parentheses in order to make the input string valid. Return all possible results. Note: The input string may cont ...
分类:
其他好文 时间:
2016-10-23 11:51:21
阅读次数:
149
javaEE eterprition edition 企业版javaSE standard edition 标准版dir 列出当前目录md make dirrd remove dircd change dircd .. 回退cd \ 退到根目录del 删除文件 环境变量C:\Program File ...
分类:
编程语言 时间:
2016-10-23 02:27:16
阅读次数:
235