会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
x_蜡笔小新
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
19
下一页
2018年7月6日
引用
摘要: Microsoft Internet Controls的引用;(SHDocVw) Microsoft HTML Object Library的引用;(mshtml)
阅读全文
posted @ 2018-07-06 17:39 会弹猫的吉他
阅读(79)
评论(0)
推荐(0)
2018年7月4日
延迟、延时、定时调用
摘要: /// /// 延迟调用 /// /// /// public static void DelayInvoke(Action method, int delayTime = 2000) { RegularInvoke(method, delayTime, false);...
阅读全文
posted @ 2018-07-04 15:11 会弹猫的吉他
阅读(192)
评论(0)
推荐(0)
动态调用WebService
摘要: public class WebServiceHelper { //动态调用web服务 public static object InvokeWebService(string url, string methodname, object[] args) { return WebServiceHelper.Invok...
阅读全文
posted @ 2018-07-04 13:15 会弹猫的吉他
阅读(191)
评论(0)
推荐(0)
WebBrowser获取完整COOKIE
摘要: [DllImport("wininet.dll", CharSet = CharSet.Auto, SetLastError = true)] static extern bool InternetGetCookieEx(string pchURL, string pchCookieName, StringBuilder pchCookieData, ref Sy...
阅读全文
posted @ 2018-07-04 10:16 会弹猫的吉他
阅读(2028)
评论(0)
推荐(0)
2018年6月29日
验证码
摘要: public class VerificationCode { [DllImport("WmCode.dll")] public static extern bool LoadWmFromFile(string FilePath, string Password); [DllImport("WmCode.dll")] pu...
阅读全文
posted @ 2018-06-29 09:16 会弹猫的吉他
阅读(240)
评论(0)
推荐(0)
2018年6月21日
fee photo
摘要: 别样网 pexels Gratisography picjumbo lifeofpix foodiesfeed
阅读全文
posted @ 2018-06-21 09:07 会弹猫的吉他
阅读(120)
评论(0)
推荐(0)
2018年6月1日
net reactor加密源码保软件安全-net reactor使用教程
摘要: net reactor使用教程(加密源代码示例) 1、打开 Eziriz .NET Reactor,主界面如图1所示: 图1 2、单击 Main Assembly 右边的 Open,选择要加密的软件文件,exe 或 dll 都可以。 3、勾选 Quick Settings 下要加密的项,每项的含意如
阅读全文
posted @ 2018-06-01 11:30 会弹猫的吉他
阅读(577)
评论(0)
推荐(0)
2018年5月30日
C#支付宝多次回调问题
摘要: //必须删除掉页面上的默认内容,不然支付宝会多次回调
阅读全文
posted @ 2018-05-30 21:19 会弹猫的吉他
阅读(577)
评论(0)
推荐(0)
2018年5月29日
C# 获取程序运行目录
摘要: string a = "BaseDirectory:" + AppDomain.CurrentDomain.BaseDirectory + "\r\n" + "MainModule:" + Process.GetCurrentProcess().MainModule.FileName + "\r\n" + ...
阅读全文
posted @ 2018-05-29 14:38 会弹猫的吉他
阅读(126)
评论(0)
推荐(0)
2018年4月20日
常用控件缩写
摘要: Buttom按钮 Btn CheckBox复选框 Chk ColumnHeader视图列表头 Col ComboBox组合框 Cbo ContextMenu快捷菜单 Ctm DataGrid数据网格控件 Dg DataGridView数据网格视图控件 Dgv DteTimePicker时间输入框 Dtp DomainUpDown数值框 Dud Form窗体 ...
阅读全文
posted @ 2018-04-20 10:30 会弹猫的吉他
阅读(391)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
19
下一页
公告