技海泛舟(个人技术研究)

  • 首页
  • 日积月累
  • 学习计划
  • 随想
  • project
  • 关于
技海泛舟
一个技术宅的博客
system

Common commands under Windows

mkdir cd type nul>test.go // win10 unavailable cd . > main.js // hava access to

2021年10月29日 836点热度 wcy 阅读全文
go

go基础数据转换

var a=65 var b = string(a) // A varc=strconv.Itoa(a) // 65 d,_ = strconv.Atoi(c) // 数字65

2021年10月21日 1270点热度 wcy 阅读全文
学习计划

今天 继续 go 语言 博客的建立 完善个人网站 完成维护公众号的预先文档 开始开发自己的开源项目,暂定vuetify+go开发 后台管理模板。vuetify-gin-admin 开发个人微信小程序 成语接龙 和垃圾分类

2021年10月20日 730点热度 wcy 阅读全文
project

接站点餐住宿综合管理平台

// vue-project\hailar_general_affairs https://github.com/blaunicorn/hailar_general_affairs

2021年10月19日 1930点热度 wcy 阅读全文
project

Arduino+mqtt 实现本地led显示和远程控制继电器

Arduino

2021年10月19日 1779点热度 wcy 阅读全文
Arduino

Arduino 点亮led

/* esp8266点亮第一颗LED */ #define LEDPIN 10 // 定义开发板端口号 void setup() { Serial.println("点亮LED灯实验"); Serial.begin(115200);//初始化串口将波特率设置为115200,便于监控数值的改变 pinMode(LEDPIN, OUTPUT); //把LED端口模式初始化为输出 digitalWrite(LEDPIN, LOW); //初始化把LED输出设置为低电平 char string[10];…

2021年10月19日 1232点热度 wcy 阅读全文
1…1819202122…24
归档
  • 2024 年 11 月
  • 2024 年 8 月
  • 2024 年 5 月
  • 2024 年 2 月
  • 2023 年 12 月
  • 2023 年 11 月
  • 2023 年 9 月
  • 2023 年 6 月
  • 2022 年 12 月
  • 2022 年 11 月
  • 2022 年 10 月
  • 2022 年 9 月
  • 2022 年 8 月
  • 2022 年 7 月
  • 2022 年 6 月
  • 2022 年 5 月
  • 2022 年 4 月
  • 2022 年 3 月
  • 2022 年 2 月
  • 2022 年 1 月
  • 2021 年 12 月
  • 2021 年 11 月
  • 2021 年 10 月
  • 2021 年 5 月
分类
  • Android
  • Arduino
  • cordova
  • css
  • go
  • html5
  • JavaScript
  • nodejs
  • oracle
  • project
  • system
  • uni-app
  • vscode
  • vue
  • 学习计划
  • 摘抄
  • 随想

COPYRIGHT © 技海泛舟(个人技术研究). 2021-2023. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang

黑ICP备19002110号-1

黑公网安备 23060202000432号