python从零到pytorch【二】安装cuda和pytorch

  • kn
  • 2022-09-13 21:29:07
  • python
1.下载地址https://developer.nvidia.com/cuda-downloads
阅读全文

python从零到pytorch【一】简单语法

  • kn
  • 2022-09-13 15:24:03
  • python
1.水仙花for x in range(100, 1000): low = x%10 mid = x//10%10 hig = x//100 if low ** 3 + mid **3 + hig&nbs
阅读全文

python从零到pytorch【零】安装miniocnda

  • kn
  • 2022-09-13 11:54:50
  • python
参考https://github.com/jackfrued/Python-100-Dayshttps://github.com/wistbean/learn_python3_spider
阅读全文

flutter 报错集锦

1. What went wrong:A problem occurred configuring root project 'android'.> Could not resolve all dependencies for configuration ':classpath'.   > Using insecure pr
阅读全文

flutter【二】Flutter App Run卡在Running Gradle task 'assembleDebug'...

1.修改 andriod 下的build.gradlerepositories { //        google() //        mavenCentral()     &n
阅读全文

excel列字母转数字,数字转字母

  • kn
  • 2022-06-27 08:50:43
  • php
public function alpha2num($column) {     $number = 0;     foreach(str_split($column) as $letter){     
阅读全文

查看mysql 库和表 占用的空间的大小

  • kn
  • 2022-06-23 09:16:09
  • mysql
1.查看各个库的占用空间大小select table_schema as '数据库', sum(table_rows) as '记录数', sum(truncate(data_length/1024/1024, 2)) as '数据容量(MB)', sum(truncate
阅读全文

webassembly 简单入门

  • kn
  • 2022-06-21 09:38:01
  • 前端
1.2.
阅读全文

易语言方法收集

1.http下载文件方法 .子程序 WinHttpDown, 整数型 .参数 Url, 文本型, , 要下载的文件远程路径 .参数 Path, 文本型, , 要保存的位置 .参数 pointer, 子程序指针, 可空, 回调函数,参数一为目前下载字
阅读全文

conda基本使用 虚拟环境

  • kn
  • 2022-05-19 16:15:50
  • python
1.2.
阅读全文
  • «
  • 1
  • 2
  • ...
  • 6
  • 7
  • 8
  • 9
  • 10
  • ...
  • 41
  • 42
  • »