今天做了一个在点级别的smooth工具,因为houdini默认的smooth是基于primitive的。工具能够根据输入节点的点组(point groups)或者特定的点属性(attributes)来smooth特定范围的点,这里讲一讲制作过程中一个很值得在意的细节问题,那就是读取输入节点的特定属性...
分类:
其他好文 时间:
2015-02-12 21:22:43
阅读次数:
491
uva 10706 Number Sequence
A single positive integer iis given. Write a program to find the digit located in the position
iin the sequence of number groups S1S2…Sk. Each group
Skconsists o...
分类:
其他好文 时间:
2015-02-12 09:22:27
阅读次数:
156
最近在和一些客户和朋友的沟通中,发现Windows Azure地缘组概念很少有了解。我的建议是使用地缘组来优化同一区域内的网络访问速度。如果我的说法有误,欢迎大家指正。关于“地缘组”的概念(摘自MSDN): “地缘组是一种对云服务进行分组的方式,通过使云服务在 Azure 数据中心内相互接近来实现....
Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.class Solution {public:string tostrin...
分类:
其他好文 时间:
2015-02-10 14:38:50
阅读次数:
201
group()函数和groups()函数的区别。一般,m.group(N)第N组括号匹返回配的字符。而m.group() == m.group(0) == 所有匹配的字符,与括号无关,这个是API规定的。m.groups() 返回所有括号匹配的字符,以tuple格式。m.groups() == (m...
分类:
编程语言 时间:
2015-02-09 19:57:28
阅读次数:
165
查看表空间信息SELECT*FROMV$TABLESPACE查看表空间数据文件路径信息SELECT*FROMDBA_DATA_FILES;查看表空间的属性信息SELECT*FROMDBA_TABLESPACES查看表空间组及其所属的表空间的信息SELECT*FROMDBA_TABLESPACE_GROUPS查看表空间里面的表的组成SELECTSEGMENT_NAME,SEGMENT_TYPE,..
分类:
数据库 时间:
2015-02-08 23:28:28
阅读次数:
457
详细错误:
Failure to transfer classworlds:classworlds:pom:1.1-alpha-2 from http://localhost:8081/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until th...
分类:
其他好文 时间:
2015-02-08 10:21:32
阅读次数:
1396
题目要求:AnagramsGiven an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.分析:参考网址:http://www.cnblo...
分类:
其他好文 时间:
2015-02-07 21:40:29
阅读次数:
212
AnanagramsMost crossword puzzle fans are used toanagrams--groups of words with the same letters in different orders--for example OPTS, SPOT, STOP, POT...
分类:
其他好文 时间:
2015-02-05 23:08:11
阅读次数:
186
AnagramsGiven an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.思路:什么是anagrams?傻逼了,百度吧。一百度全是别...
分类:
其他好文 时间:
2015-02-04 23:02:59
阅读次数:
137