会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
叁王爷
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2018年1月5日
c# 动态加载dll库
摘要: [DllImport("kernel32.dll")] private extern static IntPtr LoadLibrary(String path); [DllImport("kernel32.dll")] private extern static IntPtr GetProcAdd
阅读全文
posted @ 2018-01-05 15:46 叁王爷
阅读(4016)
评论(0)
推荐(0)
2018年1月3日
c# 读写ini文件
摘要: //在 Ini 文件中写数据 [DllImport("kernel32")] private static extern long WritePrivateProfileString(string section, string key, string val, string filePath);
阅读全文
posted @ 2018-01-03 16:23 叁王爷
阅读(305)
评论(0)
推荐(0)
2017年11月28日
easyui tabs 一个窗口修改完成后刷新另一个窗口
摘要: 在一个tab中添加或删除数据后,要改变主页(相当于链接的另一个tab)的内容: 1、在要刷新的窗口的初始化中添加 js 刷新方法,并保存到 window.top 中 window.top["Refresh_CloudHomePage_Content"] = function () { window.
阅读全文
posted @ 2017-11-28 13:37 叁王爷
阅读(2984)
评论(2)
推荐(1)
上一页
1
2
公告