冠冕堂皇

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

摘要: 设计模式 阅读全文
posted @ 2014-04-25 10:20 冠冕堂皇 阅读(164) 评论(0) 推荐(0) 编辑

2014年6月10日

摘要: 源码下载dll下载(1.2.13版本)1、LogFileAppender的使用经验使用VS2010新建TestForm工程,使用log4net的步骤如下:1、引用log4net.dll(最新的版本是1.2.13);2、新建的项目没有App.config文件,添加新建项“应用程序配置文件” App.c... 阅读全文
posted @ 2014-06-10 14:21 冠冕堂皇 阅读(225) 评论(0) 推荐(0) 编辑

2014年4月30日

摘要: 新热榜:http://dig.chouti.com/http://www.solidot.org/媒体:http://world.kbs.co.kr/chinese/news/http://www.ftchinese.com/http://cn.ibtimes.com/http://cn.wsj.c... 阅读全文
posted @ 2014-04-30 14:18 冠冕堂皇 阅读(218) 评论(0) 推荐(0) 编辑

2014年4月25日

摘要: 职责链模式 阅读全文
posted @ 2014-04-25 10:18 冠冕堂皇 阅读(177) 评论(0) 推荐(0) 编辑

摘要: 代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ /// /// 请求类 场景 /// c... 阅读全文
posted @ 2014-04-25 10:17 冠冕堂皇 阅读(175) 评论(0) 推荐(0) 编辑

2014年4月23日

摘要: 0. PrinciplesNeed a Block Diagram of all the standards by layer.by category.OPC Standard;Modbus-IDA;WebService;XML;TCP/IP;IETF;IEEE;any specific field... 阅读全文
posted @ 2014-04-23 15:13 冠冕堂皇 阅读(302) 评论(0) 推荐(0) 编辑

2014年1月20日

摘要: http://getcomposer.org/download/You must enable the openssl extension to download files via https解决方法:在PHP根目录下()找到php.ini;Find line;extension=php_openssl.dllinD:\Program Files\EasyPHP-DevServer-13.1VC9\binaries\php\php_runningversion\php.iniand uncomment it by removing the semicolon (;) from the beg 阅读全文
posted @ 2014-01-20 10:05 冠冕堂皇 阅读(262) 评论(0) 推荐(0) 编辑

2014年1月16日

摘要: MySQL:Plugin 'FEDERATED' is disabled在D:\Program Files\EasyPHP-DevServer-13.1VC9\binaries\mysql\my.ini中:# Uncomment the following if you are using InnoDB tables#innodb_data_home_dir = C:\\mysql\\data\\#innodb_data_file_path = ibdata1:10M:autoextend#innodb_log_group_home_dir = C:\\mysql\\data\ 阅读全文
posted @ 2014-01-16 20:47 冠冕堂皇 阅读(548) 评论(0) 推荐(0) 编辑

摘要: lib文件1、项目引用dll文件时,在CPP文件中会加入#pragma comment (lib,"ABPlc.lib")View Code 这时候,相关文件要注意,放在和此代码所在的CPP文件的相同的目录中。(2014年1月16日 15:39:11) 阅读全文
posted @ 2014-01-16 15:37 冠冕堂皇 阅读(188) 评论(0) 推荐(0) 编辑

摘要: 继承1、接口可以继承接口,并且父接口可以有多个。而类只能有一个父类。(2014年1月16日 15:39:45) 阅读全文
posted @ 2014-01-16 15:32 冠冕堂皇 阅读(226) 评论(0) 推荐(0) 编辑