Adrian Zhang
Adrian Zhang
> Tried quark theme? Quark is perfect.
> Then not a docker issue. Probably either the theme has an issue or the theme you installed doesn’t have the template your page is using. Themes in grav can...
> 试试 Docker 容器的启动代理配置? 不起作用,无论是config.json还是直接docker run --env都没用。
搜索了一下 https://stackoverflow.com/questions/14699718/how-do-i-set-a-proxy-for-phantomjs-ghostdriver-in-python-webdriver ``` from selenium import webdriver from selenium.webdriver.phantomjs.service import Service as PhantomJSService phantomjs_path = '/usr/lib/node_modules/phantomjs/lib/phantom/bin/phantomjs' # monkey patch Service temporarily to include desired args class NewService(PhantomJSService): def __init__(self, *args,...
使用 Nginx 驱动 typecho,刚安装后可以看到首页却不能访问管理登录页面,按照这个 [blog](http://loftor.com/archives/typecho_nginx_conf.html) 修改了 nginx 配置后,问题解决。然后却发现,输入用户名密码后提示 Access denied. 在log中看到如下: ``` 2014/10/15 23:10:28 [error] 4342#0: *17 FastCGI sent in stderr: "Access to the script '/usr/share/nginx/typecho/index.php/action/login' has been denied (see...
> 深市的有,但是沪市没有。因为是tdx的原数据如此,估计没有什么办法。。。除非每天自己下载当天数据。 很奇怪的是,通达信软件里有。上证指数,历史,看分笔。。。
我从软件里直接导出上证指数,发现到今天为止,能导出2018-07-24至今带有分笔数的数据,之前的则没有。试了试通达信多个服务器以及各个券商的客户端,都无法导出之前的带分笔数的数据。
There is a Airplay printer, other airplay android devices running in same network, however these clients working well.
And if using docker ``` docker compose up docker: 'compose' is not a docker command. See 'docker --help' ```
> And if using docker > > ``` > docker compose up > docker: 'compose' is not a docker command. > See 'docker --help' > ``` Well compose problem solved....