- 博客(4)
- 收藏
- 关注
原创 The server encountered a serious error, please contact the administrators at ____ and give the id#
在访问brat的时候遇到提示The server encountered a serious error, please contact the administrators at ____ and give the id#164然后页面没有任何显示最后通过研究发现这个ID只是时间戳,可以在`/var/log/apache2/error_log`中找到具体的错误,我的错误如下最后我根据提示找到对应文件将起格式修改了一下!最终可以正常运行!!!...
2022-03-24 10:39:57
1004
原创 conda 安装pytorch-gpu
window系统:conda 安装pytorch-gpu及速度缓慢解决方式首先建议先新建一个虚拟环境:conda create -n pytorch-gpu python=3.8切换到pytorch环境conda activatepytorch-gpu安装pytorch进入官网https://pytorch.org/get-started/locally/提示:这里请根据自己的显卡情况选择对应的CUDA生成!cuda版本查看:windows:桌面右键-..
2020-11-04 10:39:39
16700
1
原创 如何解决POST和GET方式的中文乱码问题
对于post请求:一:确保表单所在的页面按照指定的字符集打开★在HTML页面中使用meta标记可以确保浏览器按照指定的字符集进行解码页面,并限定表单提交时的数据编码方式:<meta http-equiv="content-type" content="text/html;charset=utf-8">:在服务器端需要在调用getParameter()方法读取参数之前,告诉浏览器如何解码...
2018-04-08 14:38:51
3631
原创 server窗口里抛出“Could not create the view: An unexpected exception was thrown”错误
解决办法: 打开myeclipse所在的wordspace文件夹,在下面子文件夹 .metadata\.plugins\org.eclipse.core.runtime\.settings 删除 com.genuitec.eclipse.ast.deploy.core.prefs 重启myeclipse即可java.net.BindException: Address...
2018-04-02 18:46:35
157
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人