- 博客(5)
- 收藏
- 关注
原创 pycocotools安装失败 compiler_compat/ld
项目场景:安装pycocotools出现的问题,python版本是3.6.9,在conda环境下:gcc -pthread -shared -B /home/hm/anaconda3/envs/lan/compiler_compat -L/home/hm/anaconda3/envs/lan/lib -Wl,-rpath=/home/hm/anaconda3/envs/lan/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3
2020-11-10 15:44:30
1133
1
原创 python3-tk安装出现的问题
这里写自定义目录标题安装之初换源意料之外的错误安装之初报错提示:No module named _tkinter, please install the python3-tk package也有可能是 python-tk直接sudo apt-get install python3-tk换源执行安装命令后,可能会提示找不到资源的错误这时候需要换源网上可以搜索到linux/ubuntu...
2019-10-21 10:48:45
2411
原创 主页面大致内容
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Data.SqlClient;using System.Drawing;using System.Text;using System.Windows.Forms;namespace test...
2018-03-23 12:34:29
198
原创 C# SqlHelper.CS
using System;using System.Collections.Generic;using System.Text;using System.Data.SqlClient;using System.Data;namespace test3{ public static partial class SqlHelper { //public static stri...
2018-03-18 19:56:42
356
原创 UVA 1585
#include #include int main(){ char a[80]; char ss; int i=0,j=0; int n,m; int sum[100]; memset(sum,0,sizeof(sum)); scanf("%d",&m); scanf(" "); for(int wocao=0;wocao<m;wocao++){
2015-07-24 16:35:46
241
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人