fishfree
fishfree
There are Chinese characters in the CSV file. For example: 北路 Traceback (most recent call last) File "/home/itc/venv/lib/python3.6/site-packages/flask/app.py", line 1997, in __call__ return self.wsgi_app(environ, start_response) File "/home/itc/venv/lib/python3.6/site-packages/flask/app.py", line 1985, in...
I added an event in the admin ui, uploading a PDF with Chinese characters in the filename as class handout notes. When the event is finished, the Chinese characters are...
I insert the vosk speech-to-text operation in the partial-publish.xml in my 11.5 Opencast as below: ``` */source captions/vtt+auto attachment archive,subtitle,engage-download ${catalogs['episode']['language']} ``` However, it still use the fallback eng language-code....
https://oembed.com/ It will be much easier to embed videos.
I even use sudo in Ubuntu 18.04. ``` itc@itc:~/hanlpapi$ sudo bash startup.sh /home/itc/hanlpapi/workspace/ Nacos start success. Sentinel-dashboard start success. Mqnamesrv start success. Mqbroker start success. Redis start success. Waiting for...
``` git clone https://github.com/heartexlabs/label-studio-ml-backend cd label-studio-ml-backend/label_studio_ml/examples/simple_text_classifier docker-compose up -d ``` Then in Label studio add it, but validation error occured as below:  I directly access it in the browser,...
Now I have to firstly create a text file, writing into the config lines, then rename it to nbgrader_config.py. So it's not very intuitive for a novice user of Jupyter.
JupyterHub and this plugin are both the recent stable version. ``` c.JupyterHub.authenticator_class = 'ldapauthenticator.LDAPAuthenticator' c.LDAPAuthenticator.server_address = '***.***.***.***' c.LDAPAuthenticator.bind_dn_template = ['uid={username},app=100000,cn=apps,dc=***.***.***'] c.LDAPAuthenticator.lookup_dn = True c.LDAPAuthenticator.lookup_dn_search_user = 'uid=admin, cn=users, dc=***.***.***' c.LDAPAuthenticator.lookup_dn_search_password =...
如下截图所示:  请问下是在哪个文件中更改?怎么找都没找到! 我想更改这个首页,或者说怎么配置默认首页?我想把改成PHP等动态网站。