//最小矩形(非透明最小区域) public static function getMinRect(target:BitmapData):Rectangle{ return target.getColorBoundsRect(0xffffffff,0x00000000,false); } //去除多余透明区域 public static function removeTransparentRect(target:BitmapData,minRect:Rectangle):BitmapDa
Merge branch 'master' of xxx Please enter a commit message to explain why this merge is necessary,especially if it merges an updated upstream into a topic branch.Lines starting with '#' will be ignored, and an empty message aborts the commit. 只需 shi
trunk merge branch的时候报错 xxx must be ancestrally related to xxx,这个报错的意思是两者不关联,所以需要去建立关联. [回顾背景] 代码初始是先建立了branch,然后从branch copy to trunk.这个先后顺序有问题.应该是先建立trunk,再打branch,branch修改之后,再合并到trunk [具体解决] 因为目前branch的代码是最新的,那么,目标是让trunk成为最新代码
大约2年前,写过一篇<字符串中去除多余的空格保留一个(C#)>https://www.cnblogs.com/insus/p/7954151.html 今天,Insus.NET使用MS SQL Server来实现相同的功能.现Insus.NET已经把它写成一个自定义函数. SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: Ins