两点需要注意: 1,要将maxsdk的3dsmaxPluginWizard文件夹设为只读。 2,要将3dsmaxPluginWizard.vsz中的"Wizard="设置为正确的vs版本号。例如在vs2010中安装max plugin wizard,则应设置为: Wizard=VsWizard.Vs ...
分类:
其他好文 时间:
2016-06-13 13:17:31
阅读次数:
117
We have covered the basics of what is Observable.create, and other creation functions. Now lets finally dive into operators, which are the focus of th ...
分类:
Web程序 时间:
2016-05-24 16:53:35
阅读次数:
126
在oracle 11g r2中,发现传统的exp居然不能导出空的表,然后查询一下, 发现需要如下的步骤去搞,笔记之。 oracle 11g 新增了一个参数:deferred_segment_creation,含义是段延迟创建,默认是true。具体是什么意思呢? 如果这个参数设置为true,你新建了一 ...
分类:
数据库 时间:
2016-05-19 15:03:41
阅读次数:
192
A simple approach for unmarshalling an XML document consists of the creation of a JAXB context and the call to unmarshal the document. A JAXBContext o ...
分类:
其他好文 时间:
2016-05-18 21:22:14
阅读次数:
123
原题链接:
http://acm.hdu.edu.cn/showproblem.php?pid=1044
一:原题内容
Problem Description
It is written in the Book of The Lady: After the Creation, the cruel god Moloch rebelled against the author...
分类:
其他好文 时间:
2016-05-12 18:59:19
阅读次数:
156
SELECT top 20 qs.creation_time,last_execution_time,total_physical_reads,total_logical_reads,total_logical_writes,DB_NAME(dbid) dbname, execution_count ...
分类:
数据库 时间:
2016-04-27 12:18:56
阅读次数:
201
Sub ChangeDate()ThisWorkbook.BuiltinDocumentProperties("Creation Date") = #2 28 2016 13:25:25#End Sub 修改excle内部的信息的创建时间。修改完记得保存哦,否则不生效。 注意,此时间为excel内嵌 ...
分类:
其他好文 时间:
2016-04-21 01:37:35
阅读次数:
185
We have been using Observable.create() a lot in previous lessons, so let's take a closer look how does it work. The create function: In deep, create() ...
分类:
Web程序 时间:
2016-04-17 17:45:42
阅读次数:
152
It is quite common to need an Observable that ticks periodically, for instance every second or every 100 miliseconds. We will learn about operators in ...
分类:
Web程序 时间:
2016-04-17 17:37:31
阅读次数:
161