摘要:
GUI方式 通过GUI的方式,可以下载如下的软件 NuGetPackageExplorer 打包dll 1.打开软件,在Package Content处点击右键 ,选择Add Lib 2.在lib处,点击添加Add .NET folder 3.向文件夹中添加dll文件 在file菜单处选择Edit
阅读全文
posted @ 2016-08-13 19:33
H5开发技术
阅读(664)
推荐(0)
摘要:
欢迎加入qq群551278936讨论krpano技术以及获取最新软件。 该软件已经不再维护,现在已经被KRPano资源分析工具取代,详情参见 http://www.cnblogs.com/reachteam/p/6129377.html 版本更新说明 1.增加了保存功能,可以对解密后的xml进行保存
阅读全文
posted @ 2016-06-16 15:15
H5开发技术
阅读(4605)
推荐(0)
摘要:
简介 krpano可以利用js调用第三方网页版地图,因此可以实现导航效果,用来帮助用户导航到我们全景所在的位置。 效果截图如下,在手机端点击左侧按钮,便会对用户进行定位,跳转至高德地图进行导航 使用说明 插件共有3个文件,如下图所示: nv.js为js代码,主要作用为浏览器定位,生成地图调用uri等
阅读全文
posted @ 2016-06-03 19:36
H5开发技术
阅读(4282)
推荐(0)
摘要:
欢迎加入qq群551278936讨论krpano技术以及获取最新软件。 该软件已经不再维护,现在已经被KRPano资源分析工具取代,详情参见 http://www.cnblogs.com/reachteam/p/6129377.html 版本更新说明 1.新增了本地js文件模式,可以在本地选择含有k
阅读全文
posted @ 2016-05-20 09:29
H5开发技术
阅读(2192)
推荐(0)
摘要:
插件使用说明详见:http://www.cnblogs.com/reachteam/p/5479068.html 插件更新 1.新增测试模式 用户可以使用uid="test"进行本地测试 2.增加了uid算号工具,用户可以根据自己的项目地址,自行计算uid,无需再联开发者。 算号工具请加入群:551
阅读全文
posted @ 2016-05-11 12:10
H5开发技术
阅读(768)
推荐(0)
摘要:
简介 最新插件和KRPano信息请从以下网址获取:http://www.krpano.tech/archives/223 最近几天研究了如何在krpano全景的基础上实现记录浏览量和点赞次数,写了一个插件,方便大家使用。 效果截图如下: 每当有用户打开该全景页面时,浏览量会自动加1; 用户可以主动点
阅读全文
posted @ 2016-05-10 19:03
H5开发技术
阅读(5057)
推荐(0)
摘要:
简介 在krpano生成的全景支持HTML5在手机中展示,而在手机中打开全景网址时不方便,需要输入网址。 最近研究了如何让krpano全景根据自己当前的网址,自动生成二维码,并在电脑浏览时,可以展示出来,效果如下: 点击后,会根据屏幕自动放缩到合适大小,方便手机进行二维码扫描。 使用说明 插件有两个
阅读全文
posted @ 2016-05-06 17:58
H5开发技术
阅读(1596)
推荐(0)
摘要:
欢迎加入qq群551278936讨论krpano解密技术以及获取最新软件 krpano 1.19支持了Web VR功能,允许以VR的方式查看全景图,配合上VR设备可以实现VR效果。 在VR方式查看时,可以对VR进行设置,界面如下 可以发现设置界面为全英文界面,对于国内用户不够友好,因此在国内做项目时
阅读全文
posted @ 2016-05-04 16:16
H5开发技术
阅读(3037)
推荐(0)
摘要:
欢迎加入qq群551278936讨论krpano技术以及获取最新软件。 该软件已经不再维护,现在已经被KRPano资源分析工具取代,详情参见 http://www.cnblogs.com/reachteam/p/6129377.html 版本更新说明 1.最新版本的解密工具合并了三种模式(详见htt
阅读全文
posted @ 2016-05-03 17:04
H5开发技术
阅读(6829)
推荐(0)
摘要:
Symmetric TreeGiven a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric...
阅读全文
posted @ 2015-01-26 23:30
H5开发技术
阅读(247)
推荐(0)
摘要:
Gas StationThere areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You have a car with an unlimited gas tank and it...
阅读全文
posted @ 2015-01-26 23:30
H5开发技术
阅读(208)
推荐(0)
摘要:
Intersection of Two Linked ListsWrite a program to find the node at which the intersection of two singly linked lists begins.For example, the followin...
阅读全文
posted @ 2015-01-26 23:29
H5开发技术
阅读(247)
推荐(0)
摘要:
Longest Substring Without Repeating CharactersGiven a string, find the length of the longest substring without repeating characters. For example, the ...
阅读全文
posted @ 2015-01-26 23:28
H5开发技术
阅读(196)
推荐(0)
摘要:
Word LadderTotal Accepted:24823Total Submissions:135014My SubmissionsGiven two words (startandend), and a dictionary, find the length of shortest tran...
阅读全文
posted @ 2015-01-26 23:27
H5开发技术
阅读(229)
推荐(0)
摘要:
Search Insert PositionGiven a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if ...
阅读全文
posted @ 2015-01-26 23:26
H5开发技术
阅读(170)
推荐(0)
摘要:
Merge Two Sorted ListsMerge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the fir...
阅读全文
posted @ 2015-01-26 23:25
H5开发技术
阅读(224)
推荐(0)
摘要:
Validate Binary Search TreeGiven a binary tree, determine if it is a valid binary search tree (BST).Assume a BST is defined as follows:The left subtre...
阅读全文
posted @ 2015-01-26 23:24
H5开发技术
阅读(190)
推荐(0)
摘要:
Add BinaryGiven two binary strings, return their sum (also a binary string).For example,a ="11"b ="1"Return"100".Hide TagsMathString先补全字符串,从末尾开始加,每次计算...
阅读全文
posted @ 2015-01-26 23:23
H5开发技术
阅读(133)
推荐(0)
摘要:
Search a 2D MatrixWrite an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row...
阅读全文
posted @ 2015-01-26 23:22
H5开发技术
阅读(221)
推荐(0)
摘要:
Find Peak ElementA peak element is an element that is greater than its neighbors.Given an input array wherenum[i] ≠ num[i+1], find a peak element and ...
阅读全文
posted @ 2015-01-26 23:21
H5开发技术
阅读(151)
推荐(0)
摘要:
Unique Binary Search TreesGivenn, how many structurally uniqueBST's(binary search trees) that store values 1...n?For example,Givenn= 3, there are a to...
阅读全文
posted @ 2015-01-26 23:20
H5开发技术
阅读(172)
推荐(0)
摘要:
Compare Version NumbersCompare two version numbersversion1andversion1.Ifversion1>version2return 1, ifversion1 22; return 1.Example2: version1=="11.22....
阅读全文
posted @ 2015-01-26 23:19
H5开发技术
阅读(233)
推荐(0)
摘要:
AnagramsGiven an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.Anagrams:即字母个数和字母都相同,但是字母顺序不相...
阅读全文
posted @ 2015-01-26 23:18
H5开发技术
阅读(213)
推荐(0)
摘要:
ZigZag ConversionThe string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern i...
阅读全文
posted @ 2015-01-26 23:17
H5开发技术
阅读(146)
推荐(0)
摘要:
Maximum GapGiven an unsorted array, find the maximum difference between the successive elements in its sorted form.Try to solve it in linear time/spac...
阅读全文
posted @ 2015-01-24 15:20
H5开发技术
阅读(276)
推荐(0)
摘要:
Median of Two Sorted ArraysThere are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run...
阅读全文
posted @ 2015-01-24 15:19
H5开发技术
阅读(164)
推荐(0)
摘要:
Search for a RangeGiven a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity ...
阅读全文
posted @ 2015-01-24 15:17
H5开发技术
阅读(164)
推荐(0)
摘要:
Word Ladder IIGiven two words (startandend), and a dictionary, find all shortest transformation sequence(s) fromstarttoend, such that:Only one letter ...
阅读全文
posted @ 2015-01-21 22:21
H5开发技术
阅读(160)
推荐(0)
摘要:
Surrounded RegionsGiven a 2D board containing'X'and'O', capture all regions surrounded by'X'.A region is captured by flipping all'O's into'X's in that...
阅读全文
posted @ 2015-01-21 20:46
H5开发技术
阅读(231)
推荐(0)
摘要:
Valid NumberValidate if a given string is numeric.Some examples:"0"=>true" 0.1 "=>true"abc"=>false"1 a"=>false"2e10"=>trueNote:It is intended for the ...
阅读全文
posted @ 2015-01-20 21:42
H5开发技术
阅读(266)
推荐(0)
摘要:
Maximal RectangleGiven a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.使用dpHeight[]数组来记...
阅读全文
posted @ 2015-01-20 19:57
H5开发技术
阅读(197)
推荐(0)
摘要:
Invoke和InvokeRepeating方法,可以实现延迟调用,和周期调用第一个是执行一次,第二个是重复执行void Invoke(string methodName, float time);第一个参数是方法名(注意是字符串形式),并不是更方便的委托。第二个是延时多少秒。只执行一次。void ...
阅读全文
posted @ 2015-01-19 22:35
H5开发技术
阅读(1345)
推荐(0)
摘要:
Scramble StringGiven a strings1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible...
阅读全文
posted @ 2015-01-19 22:25
H5开发技术
阅读(212)
推荐(0)
摘要:
Gray CodeThe gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the tot...
阅读全文
posted @ 2015-01-19 22:23
H5开发技术
阅读(200)
推荐(0)
摘要:
Fraction to Recurring DecimalGiven two integers representing the numerator and denominator of a fraction, return the fraction in string format.If the ...
阅读全文
posted @ 2015-01-18 20:16
H5开发技术
阅读(212)
推荐(0)
摘要:
在Unity3D中,有时候我们需要计算二维向量的夹角。二维向量夹角一般在0~180度之前,可以直接调用Vector2.Angle(Vector2 from, Vector2 to)来计算。但是在有些场景,我们需要-180~180度的夹角,此时可以用下面的脚本进行计算:1 float Vect...
阅读全文
posted @ 2015-01-18 18:40
H5开发技术
阅读(14119)
推荐(0)
摘要:
Partition ListGiven a linked list and a valuex, partition it such that all nodes less thanxcome before nodes greater than or equal tox.You should pres...
阅读全文
posted @ 2015-01-18 18:34
H5开发技术
阅读(238)
推荐(0)
摘要:
Binary Tree Zigzag Level Order TraversalGiven a binary tree, return thezigzag level ordertraversal of its nodes' values. (ie, from left to right, then...
阅读全文
posted @ 2015-01-18 16:58
H5开发技术
阅读(161)
推荐(0)
摘要:
Word Break IIGiven a stringsand a dictionary of wordsdict, add spaces insto construct a sentence where each word is a valid dictionary word.Return all...
阅读全文
posted @ 2015-01-17 21:28
H5开发技术
阅读(181)
推荐(0)
摘要:
Substring with Concatenation of All WordsYou are given a string,S, and a list of words,L, that are all of the same length. Find all starting indices o...
阅读全文
posted @ 2015-01-16 22:59
H5开发技术
阅读(223)
推荐(0)