- 博客(15)
- 收藏
- 关注
原创 github上传代码
解决remote: Support for password authentication was removed on August 13, 2021.
2023-01-25 13:53:18 146
原创 conda重装pytorch环境
最近弄一个inverse kinematics的project,把原来的motion pytorch环境搞崩了。重装后,torch.cuda.is_available一直是false,怎么重装都不行。在此记录一下重装环境的过程,以及解决问题的方法。conda create --prefix=D:\Anaconda3\envs\motion-pytorch python=3.7conda activate motion-pytorchconda install pytorch==1.7.0 torc
2022-05-16 14:40:30 1897 2
原创 Windows环境下安装psbody
首先下载这个fork:johnbanq/mesh at fix/MSVC_compilation (github.com)https://github.com/johnbanq/mesh/tree/fix/MSVC_compilation根据提示,先安装pyOpenGL,然后使用如下命令:pip install --no-deps --install-option="--boost-location=<path_to_your_boost>" --verbose --no-cache-
2022-05-04 13:49:45 3615 4
原创 审稿意见回复
第一篇1.审稿意见分类a.分类式回复:如果意见很多,可以试着将它们进行分类,例如将方法相关的意见分在一起、语言相关的一组等等,如果将意见进行分组,记得在信里提及“I have separated my responses to the reviewers’ comments according to several categories in order to achieve an integrated approach in my responses.”。b.点列式回复:如果评审员的意见是长.
2021-11-04 15:42:02 5645
转载 Common Mistakes in Writing Astronomy Literature in English
1 用词分析1.1 近义词的用法区别例1 “方程”的英文是“equation”,不是“formula”,“formula”的意思是“公式”。例2 “question”和“problem”翻译成中文都是“问题”,但是英文的意思完全不同,如“ask a question”,“answer a question”,“formulate a problem”,“solve a problem”等;[1] I have a question about the last page of your p
2021-03-15 11:04:09 309
原创 有时间再看的文章
Deep Multi-Index Hashing for Person Re-Identificationhttps://arxiv.org/pdf/1905.10980.pdf用哈希来做重识别Selective Convolutional Descriptor Aggregation for Fine-Grained Image Retrievalhttps://arxiv.org/pdf/1604.04994.pdf平均池化Semantics-Aligned Rep...
2020-11-25 12:13:11 130
原创 震惊!!linux下bazel安装脚本运行无效的原因竟然是!!!
书上给出的参数是-user,而正确的参数是--user。其他网上的教程写的也是--user,虽然我之前看到了,却没有注意到这个细节。
2019-02-25 14:28:48 473
原创 在学习Head First Python的过程中的一些小问题的总结
1.print(line)与print(line,end='')的区别在于,前者的末尾会自动加上一个换行符,而后者不会。原因在于print()签名如下print(value, sep=' ', end='\n', file=sys.stdout)2.split3.chapter5方法串链: james = data.strip().split(',')...
2019-01-11 16:50:55 289
原创 HTTP Status 404 – Not Found
Type Status ReportMessage /springmvc_mybatis1208/login/showLoginViewDescription The origin server did not find a current representation for the target resource or is not willing to disclose that o...
2018-05-30 18:49:39 10758
原创 ssm下css等静态资源的加载
最近在搭建服务器时遇到了一些问题。前端同学给我的css文件无法在jsp中调用。由于我遇到的问题比较特殊,所以本文先总结一些常用的解决方法,再说我自己的问题的解决方法。 一,注解驱动法将css等文件放在webroot下(与web-inf同级)在对应的servlet.xml文件中添加如下代码: <mvc:annotation-driven /> &...
2018-05-17 17:40:45 3378 1
原创 SSM:HTTP Status 500 – Internal Server Error
Type Exception ReportMessage Servlet.init() for servlet [springmvc] threw exceptionDescription The server encountered an unexpected condition that prevented it from fulfilling the request.Except...
2018-05-15 22:03:36 1447
原创 最近在使用通过逆向工程生成的包时遇到问题有可能的原因
1.表的字符集设置的不正确2.当sex列使用枚举类型时,在工程中调用sql语句会报错,如Unknown column 'xxx' in 'field list',使用char类型代替后不再报错。具体原因有待调查。...
2018-05-15 11:16:36 1001
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人