摘要: protected override void ConfigureApplicationContainer(TinyIoCContainer container) { List<Func<Assembly, bool>> IgnoredAssemblies = DefaultNancyBootstr 阅读全文
posted @ 2024-03-18 20:24 @索卡 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1 # 直接解混淆,一般效果还行,结果文件命名为"file1-cleaned" 2 de4dot.exe file1 3 # 可以一次处理多个文件 4 de4dot.exe file1 file2 file3 5 # 递归搜索.NET文件,处理后输出到output文件夹,-r表示recursivel 阅读全文
posted @ 2024-01-25 14:33 @索卡 阅读(92) 评论(0) 推荐(0) 编辑
摘要: chcp 65001echo **********开始拷贝文件********** 阅读全文
posted @ 2024-01-04 17:59 @索卡 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2019-03-28 15:25 @索卡 阅读(249) 评论(0) 推荐(0) 编辑
摘要: SELECT TOP 1000 ST.text AS '执行的SQL语句', QS.execution_count AS '执行次数', QS.total_elapsed_time AS '耗时', QS.total_logical_reads AS '逻辑读取次数', QS.total_logic 阅读全文
posted @ 2019-03-13 10:10 @索卡 阅读(661) 评论(0) 推荐(0) 编辑
摘要: -select * from sysobjects --select * from syscolumns --select * from syscomments --select * from systypes 阅读全文
posted @ 2018-08-27 14:41 @索卡 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 新增kml 点 public void WriteKmlPiont() { string driverName = "KML"; //MapInfo File OSGeo.GDAL.Gdal.SetConfigOption("GDAL_FILENAME_... 阅读全文
posted @ 2014-07-29 16:47 @索卡 阅读(1260) 评论(0) 推荐(0) 编辑
摘要: 最近在接触地图数据转换的东西,从硬件kml的数据转换其他的格式,因为从没做过着东西, 先去了解kml文件格式http://baike.baidu.com/view/400307.htm?fr=aladdin 原来是谷歌地球的一种数据格式,先大致看了写里面的标签,kml与xml文件差多, kml数... 阅读全文
posted @ 2014-05-19 16:24 @索卡 阅读(4891) 评论(0) 推荐(0) 编辑
摘要: parent.$.find("iframe")[0].contentWindow.getvalue(); h.find("iframe")[0].contentWindow.document.getElementById("tt").value; 阅读全文
posted @ 2014-04-02 12:01 @索卡 阅读(217) 评论(0) 推荐(0) 编辑
摘要: App.config --> 安装 EntityFramework1 Install-Package EntityFramework -pre2 3 Install-Package MySQL.Data.Web -Version 6.5.44 Install-Package MySQ... 阅读全文
posted @ 2014-03-31 11:44 @索卡 阅读(998) 评论(0) 推荐(0) 编辑