go入门

  • kn
  • 2022-09-24 17:08:01
  • go
src.zip
阅读全文

python openai 红蓝大战 ubuntu安装教程

  • kn
  • 2022-09-16 08:48:03
  • python
1.安装ubuntu 20.042.安装conda
阅读全文

python从零到pytorch【四】图形化界面和游戏开发 tkinter和pygame

  • kn
  • 2022-09-14 22:14:56
  • python
1.安装tkconda install -c anaconda tk2.
阅读全文

python从零到pytorch【三】类

  • kn
  • 2022-09-14 17:00:12
  • python
1.抽象类from abc import ABCMeta, abstractmethod class Pet(object, metaclass=ABCMeta):     """宠物"""   &nb
阅读全文

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){     
阅读全文
  • «
  • 1
  • 2
  • ...
  • 5
  • 6
  • 7
  • 8
  • 9
  • ...
  • 40
  • 41
  • »