-
tee-Chart-Controls-information
tee chart控件很好的资料,里面有两个有用的word的文档,不仅接收简单的用法,还有具体的操作;还有一个是很具体的例子,很好的,共初学者很好(tee Chart Controls good information, there are two useful Word document, not only receive simple usage, as well as the specific operation there is a very specific example of good, a total beginner)
- 2013-05-13 18:12:10下载
- 积分:1
-
source
调用微信web端的接口进行微信的相关操作。(Call the interface of wechat web end to carry out the related operation of wechat)
- 2019-02-26 11:52:41下载
- 积分:1
-
bootloader
自己写的bootloader,包含了内存和flash 的初始化,经过测试可以引导并启动linux内核.(My bootloader, includes the code to initialize the RAM and flash,can load the linux kernel and start it.)
- 2015-03-11 22:36:15下载
- 积分:1
-
microsoft-bluetooth-API
使用 VC++ 调用微软蓝牙 API 函数的示例代码。可以使用 VC++6.0 至 VC++2010 编译代码。(Using VC++ call Microsoft Bluetooth API sample code. You can use VC++6.0 to VC++2010 compiled code.)
- 2020-12-23 09:09:06下载
- 积分:1
-
ITextdemo_brew
brew中IMenud和itext同时使用的例子,brew中IMenud和itext同时使用的例子(brew in IMenud and itext example of using both,brew in IMenud and itext example of using both)
- 2011-08-07 11:58:40下载
- 积分:1
-
anywhere
一个类似PCAnywhere的远程控制软件源码,分客户端和服务器端。( A similar PCAnywhere long-distance control software source
code, is divided the customer end and the server end. )
- 2020-06-26 12:20:02下载
- 积分:1
-
fsl_dma_driver
kinetis eDMA module driver
- 2017-07-12 16:49:53下载
- 积分:1
-
178-classic-c-language-source-code
178个经典c语言源代码+算法大全
还有经典C程序100例
学习程序设计的很好的参考(178 classic c language source code+ algorithm Daquan
There are 100 cases of classic C program
Good reference for learning program design)
- 2012-12-04 13:08:12下载
- 积分:1
-
51单片机modbus
51单片机MODBUS主机通信程序,平台KEIL4。使用MODBUS SLAVE测试成功。(51 MCU MODBUS host communication program, platform KEIL4. The MODBUS SLAVE test was successful.)
- 2021-04-22 22:58:49下载
- 积分:1
-
WCF四种常用应用场景实例下载
使用注意:建立demo数据库,使用aspnet_regsql.exe建立Memmbership一些安全场景需要证书,使用CertTool的工具生成具体的授权时的角色和用户名字参考HostSvc、Client代码修改成测试用的后才能正常运行 一、目录结构Common来自于Programming WCF Services[ISBN: 978-0-596-80548-7],实现WCF的声明式安全HostSvc:不同场景的接口和服务实现,命令行承载服务MembershipAdmin:用于操作demo数据库membership的成员操作,Asp.net Configuraion 可添加角色和用户,并使用IIS服务承载HostSvc实现的服务Client: 使用各种服务的客户端场景 二、四种场景的区别:Intranet Transport保护 使用tcp绑定 windows集成的安全 Internet 只能使用Message形式的保护,需要数字证书 tcp wsHttp绑定 使用Membership进行安全认证 Anoymous 使用Message形式的保护,需要数字证书 tcp wsHttp绑定 None 消息不保护 http tcp wsHttp绑定 三、App-comment.config: 包含对于各种配置的说明 四、证书的生成:CertToolSetupCerts.bat生成,命令行工具从VS SDK已经拷贝过来 五、IIS中承载服务的注意: 需要把WCFServer赋予IIS的账号以权限 受信任人中加入WCFServer证书 六、证书如何管理:1、命令行启动mmc2、“添加、删除管理单元"加入"证书", 按照提示选择当前用户或本机3、此时即可管理IIS的权限操作: 在"个人/证书"下找到WCFServer,"更多操作/所有任务/管理私钥",弹出界面设置用户权限受信任人: 在"个人/证书"下找到WCFServer,导出证书,然后在”受信息人/证书“下导入以上证书即可 七、远程机器客户端的证书问题 导出WCFServer【不要私钥】 然后在远程客户端机器上导入即可,此时的公钥可以用于消息的验证 八、IIS中承载MembershipAdmin中加入了对应的四个.svc文件【逻辑使用的一个HostSvc中的实现】以提供WCF服务,具体配置和HostSvc一致,当然地址不一样了此例是把MembershipAdmin作为应程序发布到80端口的demo下 注意:1、需要设置IIS的http和net.tcp协议支持2、数据库demo需要能被IIS账号访问3、WCFServer证书需要能被IIS账号访问
- 2021-03-03 08:29:33下载
- 积分:1