Results 6 issues of ziyuan

编译好的exe是可以双击运行的吗? 我下载了两个编译好的exe,在xp 32bit系统中双击运行显示“不是有效的win32程序”。

我照着使用说明一步一步的做: ``` sudo apt-get install goldendict cd ~ && git clone https://github.com/yanyingwang/goldendict.git ln -sf ~/goldendict/config ~/.goldendict sudo ln -sf ~/goldendict/dictdd /usr/share/ cp ~/goldendict/goldendict.desktop ~/.config/autostart ``` 运行完上面所有命令后,其结果跟只运行第一行没有任何区别。

>hexo g ``` INFO Start processing XXX==Error Here==>/home/ziyuan/blogtest/source/_posts/hello_org.org: Trailing garbage following expression: (node:29693) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): TypeError: Cannot read property 'parent' of null (node:29693) DeprecationWarning: Unhandled...

I find this problem on Ubuntu 16.04. There was someone said that is a typo: [https://ubuntuforums.org/showthread.php?t=2271836](https://ubuntuforums.org/showthread.php?t=2271836)

建议将样例代码的命名加以规范,使得查到更加便利。 我的建议是在附上单元编号信息,例如 `u9_urlopen.py` 表示第9单元内的代码

I want to build a real time plotter using gr-pyqt. But i can't find any example. It seems that this [link](https://oshearesearch.com/index.php/2015/05/22/such-samples-a-gnu-radio-tool-for-sample-data-visualization/) contains an example, but i doubt that it is...