1. Installer Download octave4.0 gnuplot 5.0.4 2. Installation (1) Octave 安装Octave时提示发现系统装有Win8,继续安装可能导致启动失败.选择继续安装. support页面 documentation how to install Octave Forge Packages Start Octave and then open the build_packages.m file found in the src fo
HttpUtil工具类: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; namespace MyBrowser { /// <summary> /// Http上传下载文件 /// </summary> public class HttpUtil { #region cookie设置 pr
21:39 2016/7/212016 windows安装phing:安装成功注意:出现错误时就去更新pear:参见:http://www.cnblogs.com/pinnasky/archive/2011/12/20/2295121.html国外解释:To fix it I had to upgrade PEAR itself:....... And then phing installed perfect:参见国外解释:http://gruz.org.ua/en/tech-blog/linu
fiddler和xampp安装成功后,网站打不开,出现403的错误 解决办法 编辑httpd.conf文件注释掉以下代码 #AllowOverride none # Require all denied 然后在后面加上以下代码 Options Indexes FollowSymLinks Includes ExecCGI AllowOverride All Require all granted
检测是否安装了flash function flashChecker() { var hasFlash = 0; //是否安装了flash var flashVersion = 0; //flash版本 if (document.all) { var swf = new ActiveXObject('ShockwaveFlash.ShockwaveFlash'); if (swf) { hasFlash = 1; VSwf = swf.GetVariable("$version");