mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
blog update
This commit is contained in:
parent
e9a3b36fa4
commit
a98ff33c2d
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@
|
|||
</div>
|
||||
|
||||
<div class="post-meta">
|
||||
<span class="attr">Post:<span>2019-03-04 15:02:55</span></span>
|
||||
<span class="attr">Post:<span>2019-03-04 15:05:50</span></span>
|
||||
|
||||
|
||||
|
||||
|
@ -114,7 +114,7 @@
|
|||
<p>长按uweb浏览器底部工具条刷新按钮弹出地址栏功能选择,选择“函数作图”,地址栏内输入函数如sin(x)**5就可显示函数图案。</p>
|
||||
<h4 id="常见问题及诊断"><a href="#常见问题及诊断" class="headerlink" title="常见问题及诊断"></a>常见问题及诊断</h4><ul>
|
||||
<li>确保gnuplot正确安装,在Termux提示符下,敲入gnuplot,然后回车,保证出现”gnuplot>”。</li>
|
||||
<li>确保gnuplot正常运行, 在Termux提示符下,执行下面命令:<br><code><br>gnuplot -e ‘set term svg;set output; plot x’<br></code><br>屏幕输出应该为正常的svg文件(类似html文本)。</li>
|
||||
<li>确保gnuplot正常运行, 在Termux提示符下,执行下面命令:<br><code>gnuplot -e ‘set term svg;set output; plot x’</code><br>屏幕输出应该为正常的svg文件(类似html文本)。</li>
|
||||
<li>Termux应为uweb定制包,否则有一堆设定需要修改。</li>
|
||||
<li>超微浏览器下长按窗口管理按钮,勾选“标准错误输出”。再次在地址栏执行画图操作,此时浏览器会显示出错信息。</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue