Windows开发
http://blog.163.com/fan_yishan/blog/static/476922132013018594951/经常使用远程桌面的朋友可能会注意到,Windows server 2008 R2中,远程桌面最多只允许两个人远程连接,第三个人就无法连接过去,但是生产环境中有一些服务器可...
分类:Windows开发 时间:2014-03-28 15:59:42 收藏:0 阅读:531
文章是从我的个人博客上粘贴过来的,大家也可以访问 www.iwangzheng.com在本地执行cap deploy部署的时候会报错:connection failed for: 11.11.11.11 (Net::SSH::AuthenticationFailed: Authentication ...
分类:Windows开发 时间:2014-03-28 16:17:53 收藏:0 阅读:632
原文地址: http://www.asp.net/web-api/overview/security/authentication-and-authorization-in-aspnet-web-api程序地址: http://www.codeproject.com/Articles/630986/...
分类:Windows开发 时间:2014-03-28 20:16:10 收藏:0 阅读:677
父窗体: usually function buttonvalue iframe窗体: usually function getParentContent
分类:Windows开发 时间:2014-03-28 21:06:54 收藏:0 阅读:837
1.1 Windows编程模型 为传统的操作系统编写的程序使用的是过程化模型,即程序从头到尾按顺序执行。例如C程序,从main函数入口开始执行,中间调用不同的函数一直到程序结束返回,这种过程是程序本身决定何时调用何种函数,操作系统病没有办法决定。 Windows程序与传统的C程序执行不同,应用程序通...
分类:Windows开发 时间:2014-03-28 11:52:12 收藏:0 阅读:609
HTC 宣布为开发者开放他们的 BlinkFeed 服务 API,让开发者能自由加入他们的内容及服务至程式当中。而首两间支持的公司分别为 Fitbit 及 FourSquare,透过新的 API 能纪录用户的动作数据及位置纪录等。而我们亦可以看看未来其他开发者能为我们带来一些怎样的新内容。来自原文
分类:Windows开发 时间:2014-03-28 12:07:03 收藏:0 阅读:547
To overcome the project of HD video conferencing systerm,I should learn to use the PJSIP.I should make a client with the pjsip in the end.Now a week p...
分类:Windows开发 时间:2014-03-28 12:37:19 收藏:0 阅读:637
wmi的Win32_Battery类实现其中EstimatedChargeRemaining属性返回剩余电量的百分比,EstimatedRunTime属性返回剩余时间(分钟)其他属性参考http://msdn2.microsoft.com/en-us/library/aa394074.aspx我写了...
分类:Windows开发 时间:2014-03-28 12:51:16 收藏:0 阅读:1479
//显示行号 private void dgv_list_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { Rectangle rectangle = new Rectangle(e.RowBounds.Locati...
分类:Windows开发 时间:2014-03-28 12:56:54 收藏:0 阅读:432
private void dgv_list_CellClick(object sender, DataGridViewCellEventArgs e){ dgv_list.row[e.rowindex].selected = true;}//第二种方法设置DataGridView的Selection...
分类:Windows开发 时间:2014-03-28 13:12:17 收藏:0 阅读:479
19456945794589701
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!