Unity入门关键。 一、Learning the Interface 学习界面。主要是学习每个界面元素。 二、Asset Workflow 资源工作流。这里使用单个Unity资源讲解步骤,这些步骤是通用的! 三、Creating Scenes 创建场景。创建包含物体的场景,每个场景中,布置环境,障 ...
分类:
编程语言 时间:
2017-08-29 12:56:22
阅读次数:
153
使用mybatis分页插件PageHelper报错Caused by: java.lang.ClassCastException: com.github.pagehelper.PageHelper cannot be cast to org.apache.ibatis.plugin.Intercep... ...
分类:
其他好文 时间:
2017-08-27 11:13:02
阅读次数:
559
P2896 [USACO08FEB]一起吃饭Eating Together P2896 [USACO08FEB]一起吃饭Eating Together P2896 [USACO08FEB]一起吃饭Eating Together 题目描述 The cows are so very silly abou ...
分类:
其他好文 时间:
2017-08-26 18:32:21
阅读次数:
190
https://www.luogu.org/problem/show?pid=2896 题目描述 The cows are so very silly about their dinner partners. They have organized themselves into three gro ...
分类:
其他好文 时间:
2017-08-26 15:59:08
阅读次数:
227
前言 可能很多移动端编程的同学听到算法就感到恐惧,认为我不会算法也能开发呀。确实,不会算法,也能应对一般的工作。但是和大牛之间的差距就是,可能别人3行代码实现的东西,你却要写10多行,并且性能比别人差。那么,让我们来学习一些算法吧。 算法学习 算法的学习最简单的方式就是多练习,找一个提供算法练习的网 ...
分类:
编程语言 时间:
2017-08-25 01:07:42
阅读次数:
143
P1339 [USACO09OCT]热浪Heat Wave 题目描述 The good folks in Texas are having a heatwave this summer. Their Texas Longhorn cows make for good eating but are n ...
分类:
其他好文 时间:
2017-08-19 17:07:15
阅读次数:
201
Farmer John went to cut some wood and left N (2 ≤ N ≤ 100,000) cows eating the grass, as usual. When he returned, he found to his horror that the clus ...
分类:
其他好文 时间:
2017-08-14 16:40:25
阅读次数:
147
题目描述 The good folks in Texas are having a heatwave this summer. Their Texas Longhorn cows make for good eating but are not so adept at creating creamy ...
分类:
其他好文 时间:
2017-08-13 16:29:17
阅读次数:
156
本题就是一题LIS(最长递增子序列)的问题。本题要求求最长递增子序列和最长递减子序列。 dp的解法是O(n*n),这个应该大家都知道。只是本题应该超时了。 由于有O(nlgn)的解法。 可是因为本题的数据特殊性。故此本题能够利用这个特殊性加速到O(n)的解法。当中的底层思想是counting sor ...
分类:
编程语言 时间:
2017-08-13 09:54:56
阅读次数:
217
本章内容 1.动态导入模块 2.粘包问题 3.paramkio(ssh链接模块) 4.多线程 5.GIL锁 6.互诉锁 7.递归锁 8.Semaphore(信号量) 9.事件(多线程标志位) 10.队列(queue) 11.生产者消费者模型 12.多进程 13.进程之间通讯 14.进程之间数据共享 ...
分类:
其他好文 时间:
2017-08-12 17:11:43
阅读次数:
296