Windows开发
Windows Workflow Foundation
分类:Windows开发 时间:2014-02-28 23:31:01 收藏:0 阅读:611
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Configuration;using System.DirectoryServices.AccountMan...
分类:Windows开发 时间:2014-02-28 23:21:12 收藏:0 阅读:756
话接上篇。成功配置好Qt+Lua+toLua后,我们可以实现在Lua脚本中使用各个Qt的类。直接看代码吧。#include "include/lua.hpp"#include #include #include #include static int tolua_new_QWidget(lua_St...
分类:Windows开发 时间:2014-02-28 22:32:53 收藏:0 阅读:687
Windows消息机制要点1. 窗口过程 每个窗口会有一个称为窗口过程的回调函数(WndProc),它带有四个参数,分别为:窗口句柄(Window Handle),消息ID(Message ID),和两个消息参数(wParam, lParam), 当窗口收到消息时系统就会调用此窗口过程来处理消息。(...
分类:Windows开发 时间:2014-02-28 22:30:22 收藏:0 阅读:789
开发iOS应用要调用Http接口、获取Http资源,有一套比较成熟的框架ASIHTTPRequest。而我还是比较喜欢使用原始一点的API,而它跟其他的面向对象语言有许多共通之处。本文分同步请求和异步请求这两种情况来讲解一下Http API的使用。直接上代码,注释即文档! 同步请求:即发起Http请求、获取并处理返回值都在同一个线程中进行 //创建URL对象 NSString *urlStr...
分类:Windows开发 时间:2014-02-28 19:39:07 收藏:0 阅读:636
思路是找到最先选择和最后选择到的行 ,弄一个for循环,根据这些行的索引值在执行数据的删除.我这里用了EF. DialogResult result = MessageBox.Show("确定删除吗?", "删除", MessageBoxButtons.YesNo, MessageBoxIcon.Q...
分类:Windows开发 时间:2014-02-28 18:45:18 收藏:0 阅读:737
Revit API改变风管及管件尺寸
分类:Windows开发 时间:2014-02-28 15:18:21 收藏:0 阅读:1226
AdoptedProtocolsNSCodingencodeWithCoder:initWithCoder:NSCopyingcopyWithZone:NSMutableCopyingmutableCopyWithZone:NSFastEnumerationcountByEnumeratingWithState:objects:count:TasksCreatinganArray+array+arrayWithArray:--+arrayWithContentsOfFile:--从文件中初始化..
分类:Windows开发 时间:2014-02-28 18:29:37 收藏:0 阅读:663
CenOS6.3ssh公钥认证报错:Permissiondenied(publickey,gssapi-keyex,gssapi-with-mic).解决1.说明:ssh无密码用户远程登录,一直以来使用是debian操作系统,对用户目录权限要求没有关注过,生成了密钥,放对位置直接就可以使用,今天测试ansible工具,用到了CentOS6.3发现它对..
分类:Windows开发 时间:2014-02-28 17:50:31 收藏:0 阅读:623
1.网上下载新版的WindowsAgenthttp://www.zabbix.com/downloads/2.2.1/zabbix_agents_2.2.1.win.zip2.解压后找到bin/win64,将里面的文件解压出来,主要是这3个zabbix_agentd.exe、zabbix_get.exe、zabbix_sender.exe,放到c:\zabbix.3.创建zabbix_agentd.conf文件(需要自己建..
分类:Windows开发 时间:2014-02-28 18:34:31 收藏:0 阅读:773
19569957095719701
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!