摘要: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
阅读全文
01 2014 档案
摘要: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\
阅读全文
摘要:lib文件1、项目引用dll文件时,在CPP文件中会加入#pragma comment (lib,"ABPlc.lib")View Code 这时候,相关文件要注意,放在和此代码所在的CPP文件的相同的目录中。(2014年1月16日 15:39:11)
阅读全文
摘要:继承1、接口可以继承接口,并且父接口可以有多个。而类只能有一个父类。(2014年1月16日 15:39:45)
阅读全文
摘要:Download source - 30.7 KB localByGraham Lemon (UK),8 Jan 2014IntroductionWhen looking around the internet for a clue to implementing a simple scrolling news ticker style panel for an application I have in production, the samples I found all pointed to the use ofGraphics.Drawstring, which when turned
阅读全文
摘要:安装文件 文件名:xampp-win32-1.8.3-2-VC11-installer.exe 下载地址:http://sourceforge.net/projects/xampp/ 官网:http://www.apachefriends.org/en/index.html问题 安装完毕后,由于80端口占用和SSL 443端口占用,Apache服务器不能启动。如下图: 问题的解决修改配置文件: 路径: D:\xampp\apache\conf\httpd.conf (将Listen 80和 ServerName localhost:80中的80改为8081) D:\xam...
阅读全文

浙公网安备 33010602011771号