码迷,mamicode.com
首页 >  
搜索关键字:ar vr    ( 143265个结果
sublime中编辑Python
Python的编辑器很多,可以用cmd学习,但是今天我还是说说用sublime编辑Python。 因为Python是解释性语言,我们希望输入就能得到输出。如下图: 如何得到这样的编辑环境呢?下面我们一步一步来实现 第一步:下载python, 因为有两种大版本,2系列和3系列,我这里用2系列,因为ar ...
分类:编程语言   时间:2018-02-21 12:24:09    阅读次数:187
Intellij IDEA中如何给main方法赋args
Intellij IDEA中如何给main方法赋args 程序: package com.otherExample;/** * Created by 谭雪娇 on 2017/3/29. */public class args { public static void main(String[] ar ...
分类:其他好文   时间:2018-02-19 21:14:36    阅读次数:1959
python获取多线程的返回值
import threading import time class MyThead(threading.Thread): def __init__(self,func,args=()): super(MyThead,self).__init__() self.func = func self.ar... ...
分类:编程语言   时间:2018-02-11 22:41:44    阅读次数:202
新建maven工程时报错:无法下载maven-archetype-quickstart
一、解决思路:下载最新版maven-archetype-quickstart-1.1.jarhttp://mvnrepository.com/artifact/org.apache.maven.archetypes/maven-archetype-quickstart/1.1\2.cmd窗口执行mvninstall:install-file-DgroupId=org.apache.maven.ar
分类:其他好文   时间:2018-02-11 14:45:10    阅读次数:370
python面向对象
http://www.cnblogs.com/alex3714/articles/5188179.html (初阶) http://www.cnblogs.com/alex3714/articles/5213184.html(进阶) http://www.cnblogs.com/wupeiqi/ar ...
分类:编程语言   时间:2018-02-09 15:06:48    阅读次数:135
【数论】HDU4135:Co-prime
Description Given a number N, you are asked to count the number of integers between A and B inclusive which are relatively prime to N. Two integers ar ...
分类:其他好文   时间:2018-02-08 20:18:06    阅读次数:211
支付宝扫【敬业福】攻略
以下十个福字可以帮助你扫到敬业福,赶快试一试吧: GIVE ME 5: (AR扫朋友的五指可额外得福字) 要扫“福”的小伙伴快去吧,下一个集齐五福的就是你! ...
分类:其他好文   时间:2018-02-07 21:28:04    阅读次数:1122
UE4自学随笔(一)
.net苦手转战UE4,经过N久的纠结与挣扎之后,还是选择了UE4进行开发VR游戏,网页终非吾之所愿,也曾恐于国内游戏行业始终不被人看好,但最终还是要遵从自己内心真正想要做的事情,即使结果不随人所愿,也不至于多年后悔悟为何不坚持一把。本文及后续均为个人学习记录所用,难免毫无章法零零碎碎,希望看到此文 ...
分类:其他好文   时间:2018-02-07 21:21:36    阅读次数:160
2.8.2 并发下的ArrayList,以及源码分析
package 第二章.并发下的ArrayList;import java.util.ArrayList;import java.util.List;/** * Created by zzq on 2018/1/19. */public class 并发下的ArrayList { static Ar ...
分类:其他好文   时间:2018-02-07 12:01:42    阅读次数:174
In Motion
Unfortunately, Harvard dosen't keep a public centralized facebook so I'm going to have to get all the images from the individual houses that people ar ...
分类:其他好文   时间:2018-02-06 20:36:09    阅读次数:188
143265条   上一页 1 ... 78 79 80 81 82 ... 14327 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!