上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页
摘要: webservice在本地可以调用exe程序,发布后无法调用exe。 原因:iis没有调用exe权限。 在iis的程序池中=>设置应用程序池默认设置=>进程模型=>标识 设置自定义账号=>管理员权限账号 阅读全文
posted @ 2020-10-21 17:24 绯颜旧雨 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 直接用记事本或者notepad++打开exe文件(dll文件),会有很多乱码,不要头疼,接下来只需要在第二段中找到PE两个字母,在其后的不远出会出现d? 或者L。若是d,则证明该程序是64位;若是L,则证明是32位。 转载:blog.csdn.net/u012611644/article/detai 阅读全文
posted @ 2020-09-08 11:03 绯颜旧雨 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 这次使用Jarray造成很大困扰,记录一下,防止下次出现这种情况 JArray和JOject需要引用Newtonsoft 添加{“张三”:"sex","李四":"sex"}用JObject JObject @object = new JObject(); @object.Add("aaa", bbb 阅读全文
posted @ 2020-09-02 16:13 绯颜旧雨 阅读(409) 评论(0) 推荐(1) 编辑
摘要: C# 监听数据库表的变化(SqlDependency) 1 class Program 2 { 3 static string connectionString = "Server=.;Database=testDemo;User Id=sa;Password=123456"; 4 static v 阅读全文
posted @ 2020-08-12 15:06 绯颜旧雨 阅读(1844) 评论(0) 推荐(0) 编辑
摘要: 简单可这用:this.Invoke(new MethodInvoder(delegate(){textBox1.text="test";})); 转自:https://www.cnblogs.com/xyll/archive/2012/12/12/2814771.html 阅读全文
posted @ 2020-08-12 09:38 绯颜旧雨 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 感谢大佬分享!https://github.com/cixingguangming55555/wechat-bot 接下来学习hook技术! 阅读全文
posted @ 2020-08-05 17:45 绯颜旧雨 阅读(975) 评论(0) 推荐(0) 编辑
摘要: 转载:https://blog.csdn.net/yu2222222/article/details/80744761 阅读全文
posted @ 2020-07-27 15:35 绯颜旧雨 阅读(94) 评论(0) 推荐(0) 编辑
摘要: Visual Studio 2017(VS2017) 企业版Enterprise 注册码:NJVYC-BMHX2-G77MM-4XJMR-6Q8QFVisual Studio 2017(VS2017) 专业版Professional 激活码key:KBJFW-NXHK6-W4WJM-CRMQB-G3 阅读全文
posted @ 2020-07-20 10:32 绯颜旧雨 阅读(2311) 评论(0) 推荐(0) 编辑
摘要: declare @i int declare cur cursor for select spid from sysprocesses where db_name(dbid)= 'Your_Database_Name' open cur fetch next from cur into @i whi 阅读全文
posted @ 2020-06-08 10:48 绯颜旧雨 阅读(1039) 评论(0) 推荐(0) 编辑
摘要: function ChangeToDu() { var d = document.getElementById("input_dfm1").value;//度 var f = document.getElementById("input_dfm2").value;//分 var m = docume 阅读全文
posted @ 2020-05-08 18:04 绯颜旧雨 阅读(786) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页