12 2020 档案

摘要:官方教程地址:https://golang.google.cn/doc/tutorial/call-module-code 1.在代码目录创建一个目录greetings 用来存放 greetings 模块 2.生成go.mod文件 // 官方文档写的是example.com/greetings,我这 阅读全文
posted @ 2020-12-27 12:29 夏秋初 阅读(2465) 评论(4) 推荐(2) 编辑
摘要:官方教程地址:https://golang.google.cn/doc/tutorial/call-module-code 1.编写含有导入包的代码 package main import "fmt" import "rsc.io/quote" // 编辑器可能会提示找不到,不要着急 这个执行run 阅读全文
posted @ 2020-12-27 11:42 夏秋初 阅读(986) 评论(0) 推荐(2) 编辑
摘要:官方教程地址 :https://golang.google.cn/doc/tutorial/getting-started 1.先安装golang安装包 https://golang.google.cn/dl/ 2.编写hellowrld代码 package main import "fmt" fu 阅读全文
posted @ 2020-12-27 11:36 夏秋初 阅读(143) 评论(0) 推荐(0) 编辑
摘要:import java.io.*; public class TIME { public static void main(String[] args) { File oldName = new File("路径/test.png"); File newName = new File(System. 阅读全文
posted @ 2020-12-24 18:28 夏秋初 阅读(2140) 评论(0) 推荐(1) 编辑
摘要:全文参考:https://www.cnblogs.com/Qian123/p/5339164.html#_label0 解决时区报错:https://blog.csdn.net/aayygg1234/article/details/78205240 package jnxyjsj.zs.po; im 阅读全文
posted @ 2020-12-09 15:46 夏秋初 阅读(180) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示