windows 11 数字激活

  • kn
  • 2023-04-10 10:50:09
  • 工具
https://github.com/massgravel/Microsoft-Activation-Scripts/ irm https://massgrave.dev/get | iex
阅读全文

uniapp h5开发调试 跨域配置

  • kn
  • 2022-12-23 10:55:36
  • uniapp
在项目根目录 新建  vue.config.js内容如下 api就是接口前缀 用来匹配的module.exports = {   devServer: {     proxy: {       '/api':
阅读全文

go windows配置环境变量

  • kn
  • 2022-12-14 19:35:32
  • go
1.GOROOT 是安装目录GOPATH是代码目录,gopath下要有src目录2.下载dephttps://github.com/golang/dep/releases 下载这个加入环境变量 或者直接放在go安装目录下
阅读全文

nginx thinkphp laravel伪静态

  • kn
  • 2022-11-27 11:24:44
  • Liunx
location / {         index  index.php index.html index.htm;          if (!-e&n
阅读全文

在线代码编辑器

  • kn
  • 2022-10-08 15:11:54
  • 前端
https://github.com/ajaxorg/ace-builds
阅读全文

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