摘要:
sharpcompress/tests/SharpCompress.Test/Zip/Zip64Tests.cs at master · adamhathcock/sharpcompress (github.com) var opts = new ZipWriterOptions(Compressi 阅读全文
摘要:
protected override void ConfigureApplicationContainer(TinyIoCContainer container) { List<Func<Assembly, bool>> IgnoredAssemblies = DefaultNancyBootstr 阅读全文
摘要:
1 # 直接解混淆,一般效果还行,结果文件命名为"file1-cleaned" 2 de4dot.exe file1 3 # 可以一次处理多个文件 4 de4dot.exe file1 file2 file3 5 # 递归搜索.NET文件,处理后输出到output文件夹,-r表示recursivel 阅读全文
摘要:
chcp 65001echo **********开始拷贝文件********** 阅读全文
摘要:
SELECT indexname = a.name , tablename = c. name , indexcolumns = d .name , a .indidFROM sysindexes a JOIN sysindexkeys b ON a .id = b .id AND a .indid 阅读全文
摘要:
SELECT TOP 1000 ST.text AS '执行的SQL语句', QS.execution_count AS '执行次数', QS.total_elapsed_time AS '耗时', QS.total_logical_reads AS '逻辑读取次数', QS.total_logic 阅读全文
摘要:
-select * from sysobjects --select * from syscolumns --select * from syscomments --select * from systypes 阅读全文
摘要:
新增kml 点 public void WriteKmlPiont() { string driverName = "KML"; //MapInfo File OSGeo.GDAL.Gdal.SetConfigOption("GDAL_FILENAME_... 阅读全文
摘要:
最近在接触地图数据转换的东西,从硬件kml的数据转换其他的格式,因为从没做过着东西, 先去了解kml文件格式http://baike.baidu.com/view/400307.htm?fr=aladdin 原来是谷歌地球的一种数据格式,先大致看了写里面的标签,kml与xml文件差多, kml数... 阅读全文
摘要:
parent.$.find("iframe")[0].contentWindow.getvalue(); h.find("iframe")[0].contentWindow.document.getElementById("tt").value; 阅读全文