<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>小白的分享</title>
    <link>/</link>
    <description>Recent content on 小白的分享</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <lastBuildDate>Sun, 25 Feb 2024 01:19:28 +0800</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>阿里云99元一年云服务器再次起航</title>
      <link>/2024/02/25/20240225-1.html</link>
      <pubDate>Sun, 25 Feb 2024 01:19:28 +0800</pubDate>
      
      <guid>/2024/02/25/20240225-1.html</guid>
      <description>阿里云 最近买了阿里云的新云服务器,以前的到期了,续费太贵就没有弄了,本来也是用来玩的,可能一年连服务器钱都赚不回来,开源不是很好做.这次看到99一年的2G3M宽带,40G硬盘就整了一个,后面可以99元续费续费,也就是三年三百,看起来很划算,如果没有坑的话.就用三年. web服务器 我用阿里云</description>
    </item>
    
    <item>
      <title>aardio常用功能语句</title>
      <link>/2023/08/29/202308293.html</link>
      <pubDate>Tue, 29 Aug 2023 19:02:56 +0800</pubDate>
      
      <guid>/2023/08/29/202308293.html</guid>
      <description>调试代码 import debug.log; debug.log.setPath(&amp;quot;/log.txt&amp;quot;);//设置路径 debug.log.dump(var) //支持普通变量,table等 随机在表中取出N个元素,php中有官方代码 math.randomize(); //随机种子 var table_rand = function(tab, num = 1){ if(type(tab) != type.table){ var bynum = tab; tab = {} for(i=1; bynum; 1){ table.push(tab,i); } } var newtab={}; if(!num) num = #tab; for(i=1;num;1){ var index = math.random(1,#tab); table.push(newtab, tab[index]); table.remove(tab, index); } return newtab; } 输入对话框 var</description>
    </item>
    
    <item>
      <title>aardio调用.net组件-LibreHardwareMonitorLib.dll</title>
      <link>/2023/08/29/2023082902.html</link>
      <pubDate>Tue, 29 Aug 2023 17:24:50 +0800</pubDate>
      
      <guid>/2023/08/29/2023082902.html</guid>
      <description>格式化网速 在显示网速的时候,我们可以用任务栏鼠标移动到图标上显示内容,比如上传下载网速,温度,CPU使用率,内存使用率等等. LibreHardwareMonitorLib比起OpenHardwareMonitorLib,功能要强很多,更建议使用这个组件. aardio语言,我们定义一个网速</description>
    </item>
    
    <item>
      <title>aardio调用.net组件一OpenHardwareMonitorLib.dll</title>
      <link>/2023/08/29/20230829-1.html</link>
      <pubDate>Tue, 29 Aug 2023 13:37:06 +0800</pubDate>
      
      <guid>/2023/08/29/20230829-1.html</guid>
      <description>aardio语法和一般编程语言并无二致.需要的自己去官方学习.今天主要介绍怎么来调用.net组件. OpenHardwareMonitorLib.dll c#写的开源组件,支持c++,python,aardio调用,可监控计算机的温度传感器，风扇速度，电压，负载和时钟速度,还有另一个加强版,支持更多,下一篇文章介绍. 支持CPU温度,功耗,电</description>
    </item>
    
    <item>
      <title>PostgreSQL优化指南减少体积</title>
      <link>/2023/08/03/20230803-pssql.html</link>
      <pubDate>Thu, 03 Aug 2023 11:42:21 +0800</pubDate>
      
      <guid>/2023/08/03/20230803-pssql.html</guid>
      <description>在 Windows 系统中安装 PostgreSQL 的方法，我这里没有采用 exe 安装包的形式去安装,我采用了官方 ZIP 压缩包形式解压后手动安装的形式。 下载地址：https://www.enterprisedb.com/download-postgresql-binaries 优化pq14版本 默认其中包含有这些文件夹，可删除doc， pgAdmin</description>
    </item>
    
    <item>
      <title>Caddy2&#43;PHP7&#43;Frp&#43;syncthing&#43;hugo搭建服务器(三)</title>
      <link>/2023/07/08/20230707-3.html</link>
      <pubDate>Sat, 08 Jul 2023 20:41:36 +0800</pubDate>
      
      <guid>/2023/07/08/20230707-3.html</guid>
      <description>hugo搭建博客 安装 https://github.com/gohugoio/hugo/releases/ hugo模板,可以找一个自己喜欢的. 创建站点 hugo new site C:\www\h5\www 新建文章 hugo new post/qq.md draft=true 表示草稿要删除 启动 hugo server http://localhost:1313/后面是动态访问地址 编译 hugo 生成静态html hugo用的是markdown编写博客,所以需要学一下语法. 最后用caddy给hugo博客一</description>
    </item>
    
    <item>
      <title>Caddy2&#43;PHP7&#43;Frp&#43;syncthing&#43;hugo搭建服务器(二)</title>
      <link>/2023/07/08/20230707-2.html</link>
      <pubDate>Sat, 08 Jul 2023 20:26:46 +0800</pubDate>
      
      <guid>/2023/07/08/20230707-2.html</guid>
      <description>虽然在第一篇中有简单配置说明,但是安装使用现在来介绍一下 frp反向代理 官方 https://github.com/fatedier/frp/releases 服务器端选择 64位linux linux_amd64.tar.gz 客户端选windows64位 windows_amd64.zip 服务器 服务器端只需要两个文件frps和frps.ini 解压到根目录下 frp文件夹 通过cd进入frp,进入目录执行,注意权限改为777 cd frp 进入目录 nohup ./frps -c ./frps.ini</description>
    </item>
    
    <item>
      <title>Caddy2&#43;PHP7&#43;Frp&#43;syncthing&#43;hugo搭建服务器(一)</title>
      <link>/2023/07/08/20230707-1.html</link>
      <pubDate>Sat, 08 Jul 2023 15:15:53 +0800</pubDate>
      
      <guid>/2023/07/08/20230707-1.html</guid>
      <description>前言 系统服务器是阿里云Ubuntu 16.04.7 LTS,本地是windows11,同时开启了wsl2,本地 mysql,redis,postgersql都是安装在wsl下面 windows下面是可以通过localhost或127.0.0.1访问服务 开放端口是通用的3306,6379,5432标准端口 ht</description>
    </item>
    
    <item>
      <title>搭建本地开发服务器各种服务器杂谈以及忘记mysql密码重置</title>
      <link>/2023/07/07/20230707-4.html</link>
      <pubDate>Fri, 07 Jul 2023 11:06:11 +0800</pubDate>
      
      <guid>/2023/07/07/20230707-4.html</guid>
      <description>傻瓜式phpenv或EasySrv 官方 https://www.phpenv.cn/ 前者主要是windows，后者支持windows mac，如果不想折腾，这个很好用，但是不支持linux或wsl2. 小皮面板 官方 https://www.xp.cn/ 支持win mac linux wsl2.也比较好用。 nging 官方 、https://github.com/admpub/nging MySQL管理</description>
    </item>
    
    <item>
      <title>Flutter开发Android第一课</title>
      <link>/2022/11/04/20221104-flutter-1.html</link>
      <pubDate>Fri, 04 Nov 2022 20:38:21 +0800</pubDate>
      
      <guid>/2022/11/04/20221104-flutter-1.html</guid>
      <description>Flutter越来越火,目前支持Android,IOS,web,Linux,windows,Mac;首次使用遇到不少问题记录下来; flutter中文官方网 https://flutter.cn/ android studio工具 https://developer.android.google.cn/ 配置开发环境Android studio 先安装flutter源码,再安装Android studio zip版本 设置镜像环境变量,Mac/</description>
    </item>
    
    <item>
      <title>vite打包工具初次学习开发和编译模式</title>
      <link>/2021/12/27/20211227vite1.html</link>
      <pubDate>Mon, 27 Dec 2021 20:20:45 +0800</pubDate>
      
      <guid>/2021/12/27/20211227vite1.html</guid>
      <description>测试项目开发 先用yarn add vite -g 安装vite工具,个人更喜欢yarn,当然npm也可以他们是同类工具 接着用yarn create vite创建一个项目,我们选择vue语言,用的是新版vue3,开发语言用ts,不用js 完了以后直接cd vite目录里面去操作. vite和webpck是同类工具. 开发模式用vi</description>
    </item>
    
    <item>
      <title>基于go框架goframe后端&#43;vue3打包vite工具开发应用常见问题</title>
      <link>/2021/12/27/20211227vite.html</link>
      <pubDate>Mon, 27 Dec 2021 19:29:30 +0800</pubDate>
      
      <guid>/2021/12/27/20211227vite.html</guid>
      <description>使用语言与工具 后端 golang,框架goframe,应用具体框架gfeasy 前端 vue3,打包工具vite,后端具体权限框架cool-admin,UI框架elementUI-plus,语言typescript(ts) 服务器 caddy,也可以是nginx 具体实现 目的是搭建一个权限后台框架,</description>
    </item>
    
    <item>
      <title>Nging服务器套件完美替代宝塔</title>
      <link>/2021/11/28/nging-20211128.html</link>
      <pubDate>Sun, 28 Nov 2021 21:05:52 +0800</pubDate>
      
      <guid>/2021/11/28/nging-20211128.html</guid>
      <description>功能简介 Nging是一个网站服务程序，可以代替Nginx或Apache来搭建Web开发测试环境，并附带了实用的周边工具，例如：计划任务、MySQL管理、Redis管理、FTP管理、SSH管理、服务器管理等. 上边是官方介绍,但是经过实践,不管是本地windows上和服务器linux都是非常</description>
    </item>
    
    <item>
      <title>自己制作python绿色版本,添加python镜像站</title>
      <link>/2021/06/19/202106109-pythoninstall.html</link>
      <pubDate>Sat, 19 Jun 2021 21:31:04 +0800</pubDate>
      
      <guid>/2021/06/19/202106109-pythoninstall.html</guid>
      <description>需求说明 在开发pv(一个python版本安装管理器),时候,下载的绿色版本不含pip工具,需要自己制作一个.我们可以下载https://www.python.org/ftp/python/3.9.5/python-3.9.5-amd64.exe 从官网下载完整的python安装程序，并安装</description>
    </item>
    
    <item>
      <title>golang包推荐判断windows是否双击了cli的程序-mousetrap</title>
      <link>/2021/06/15/20210615-double.html</link>
      <pubDate>Tue, 15 Jun 2021 13:35:23 +0800</pubDate>
      
      <guid>/2021/06/15/20210615-double.html</guid>
      <description>简单介绍 这个包只能在windows下使用,就是判断cli命令行程序是否直接双击了,如果双击给出提示,否则就会闪一下不见了. 代码示例 &amp;quot;github.com/inconshreveable/mousetrap&amp;quot; //是否双击打开 if mousetrap.StartedByExplorer(){ fmt.Print(&amp;quot;`This is a command line tool\nYou need to open cmd.exe and run it from there.&amp;quot;) time.Sleep(5*time.Second) os.Exit(1) }</description>
    </item>
    
    <item>
      <title>golang包推荐获取系统的语言包go-locale</title>
      <link>/2021/06/15/20210615-lang.html</link>
      <pubDate>Tue, 15 Jun 2021 13:29:35 +0800</pubDate>
      
      <guid>/2021/06/15/20210615-lang.html</guid>
      <description>简单介绍 在win10或者linux服务器,要想获取系统的语言是中文或者是其他语言,非常麻烦,官方里面并没有,有部分还不兼容win和linux,今天推荐的这个可以轻松获取. 中文是 zn-CN 英文 en-US 在做多语言cli时候有很好效果 代码示例 locale &amp;quot;github.com/Xuanwo/go-locale&amp;quot; tag, err := locale.Detect() //zh-CN en-US,当前系统正在使用语言 tags, err := locale.DetectAll()//[zh-CN en-US]</description>
    </item>
    
    <item>
      <title>golang包推荐电池信息获取-Battery</title>
      <link>/2021/06/15/20210615-battery.html</link>
      <pubDate>Tue, 15 Jun 2021 13:20:34 +0800</pubDate>
      
      <guid>/2021/06/15/20210615-battery.html</guid>
      <description>简单介绍 go包获取电池信息的有很多,推荐这个可以获取电池电量,电压,充电效率,剩余电量.不使用cgo,包虽小,功能不错 示例代码 &amp;quot;github.com/distatus/battery&amp;quot; bt, _ := battery.GetAll() for _, battery := range bt { fmt.Printf(&amp;quot;当前电池容量: %d mWh, &amp;quot;, int64(battery.Current)) fmt.Printf(&amp;quot;全部电池容量: %d mWh, &amp;quot;, int64(battery.Full)) fmt.Printf(&amp;q</description>
    </item>
    
    <item>
      <title>golang不使用cgo的sqlite驱动推荐</title>
      <link>/2021/06/15/20210615-sqlite.html</link>
      <pubDate>Tue, 15 Jun 2021 12:48:27 +0800</pubDate>
      
      <guid>/2021/06/15/20210615-sqlite.html</guid>
      <description>sqlite sqlite驱动有很多,但是绝大多数都是cgo写的,也就是纯粹c语言,不支持交叉编译,或者一些并不遵循database/sql标准. cgo驱动https://github.com/mattn/go-sqlite3这个应该是最出名的,用的也多,但是不支持交叉编译,windows上需要安装</description>
    </item>
    
    <item>
      <title>golang开发命令行工具cli</title>
      <link>/2021/06/15/20210615-cli.html</link>
      <pubDate>Tue, 15 Jun 2021 11:24:25 +0800</pubDate>
      
      <guid>/2021/06/15/20210615-cli.html</guid>
      <description>问题分析 开发命令行工具的go包很多,不管是否出名至少上百个,这里介绍一个本人修改版本的cli包.使用很简单,可以开发命令行工具. 简单介绍 官方地址 github.com/logoove/cli cli add 1 这种命令用 c.Args()[0]获取的就是第一个参数 1 长度使用c.NArg()==0来判断是否有参数 cli all &amp;ndash;qq=1 这种是设置名称获取c.GetS</description>
    </item>
    
    <item>
      <title>linux bash实现自动重启程序</title>
      <link>/2021/06/15/20210615-bash.html</link>
      <pubDate>Tue, 15 Jun 2021 11:09:50 +0800</pubDate>
      
      <guid>/2021/06/15/20210615-bash.html</guid>
      <description>问题分析 linux经常遇到程序异常退出,特别是golang程序,退出后需要手动启动,非常麻烦,除了使用守护程序,还可以编写bash命令,然后用nohup监控. 代码实现 新建一个r.sh #!/bin/bash while : do COUNT=`ps -ef | grep ./weui6 |wc -l` if [ &amp;quot;$COUNT&amp;quot; -gt 1 ]; then echo &amp;quot;服务已存在&amp;quot; else echo &amp;quot;服务不存在,重启中</description>
    </item>
    
    <item>
      <title>golang实现自动切换bing壁纸</title>
      <link>/2021/06/15/20210615-wall.html</link>
      <pubDate>Tue, 15 Jun 2021 10:53:55 +0800</pubDate>
      
      <guid>/2021/06/15/20210615-wall.html</guid>
      <description>分析接口 接口地址 https://www.bing.com/HPImageArchive.aspx?format=js&amp;amp;idx=0&amp;amp;n=1&amp;amp;mkt=en-US 这里面idx=0表示今天 n=1表示1张壁纸,最多可取8张. 获取回来的是json 取回来的url,去要加上https://cn.bing.com/就是图片地址,把当天年月日设置成文件名,就是当天图片. go实现 首先建立文件夹,随机获取文件夹图片,调用api接口设置桌面即可. package</description>
    </item>
    
    <item>
      <title>supervisor守护进程C&#43;&#43;和golang版本已经python版本</title>
      <link>/2021/06/14/20210614super.html</link>
      <pubDate>Mon, 14 Jun 2021 23:23:40 +0800</pubDate>
      
      <guid>/2021/06/14/20210614super.html</guid>
      <description>supervisor守护进程 有三种语言版本,python,golang,c++版本,个人推荐c++,只有几百kb. python版本 不多说了,有十多年历史,但是需要环境中有python. golang版本 支持linux,windows,只有一个单文件,和一个配置文件. 官方 https://github.com/ochinchina/supervisord 配置文件 c.conf [inet_http_server] port=:9001 #username =</description>
    </item>
    
    <item>
      <title>golang学习之GUI工具govcl弹出框</title>
      <link>/2021/03/12/2021-3-12-2.html</link>
      <pubDate>Fri, 12 Mar 2021 00:43:37 +0800</pubDate>
      
      <guid>/2021/03/12/2021-3-12-2.html</guid>
      <description>govcl简介 以前介绍过,就是使用go语言来写GUI客服端的一个框架,使用类似vb画界面,用idea写具体功能,今天主要讲弹出框. 需要加载的库 注意加载中文库,否则可能是英文按钮 1 2 3 4 &amp;#34;github.com/ying32/govcl/vcl&amp;#34; _ &amp;#34;github.com/ying32/govcl/vcl/locales/zh_CN&amp;#34</description>
    </item>
    
    <item>
      <title>golang学习之抓取网页库goquery</title>
      <link>/2021/03/12/2021-3-12-1.html</link>
      <pubDate>Fri, 12 Mar 2021 00:11:25 +0800</pubDate>
      
      <guid>/2021/03/12/2021-3-12-1.html</guid>
      <description>学习目的 go做服务器抓取非常方便,今天我们只学习抓取网页和处理网页,后面会学习如何定时执行,包括embed嵌入模板最终打包成一个单文件. goquery学习 库地址 &amp;ldquo;github.com/PuerkitoBio/goquery&amp;rdquo; 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 res, err := http.Get(&amp;#34;http://www.yoby123.cn&amp;#34;) if err != nil { log.Fatal(err) } defer res.Body.Close() if res.StatusCode != 200 { log.Fatalf(&amp;#34;status code error: %d %s&amp;#34;, res.StatusCode, res.Status) } doc, _ := goquery.NewDocumentFromReader(res.Body) //两种一样 /* body, _ := io.ReadAll(res.Body)</description>
    </item>
    
    <item>
      <title>golang学习之判断字符串编码是否是UTF8或GBK</title>
      <link>/2021/03/11/2021-3-11-2.html</link>
      <pubDate>Thu, 11 Mar 2021 23:04:44 +0800</pubDate>
      
      <guid>/2021/03/11/2021-3-11-2.html</guid>
      <description>应用需求 在开发网页抓取的时候,有可能你抓取得不是utf8,那么就要去判断抓取的是不是utf8编码,如果不是再去判断是否gbk,其他gb2312等也都用gbk看待.网上有写的很复杂的判断,没有必要去看,就这个简单 go判断字符串是否utf8 这个问题其实自带的库里面就有,包括了[]byte和s</description>
    </item>
    
    <item>
      <title>golang学习之转换html table表格为切片slice函数TableArr</title>
      <link>/2021/03/11/2021-3-11-1.html</link>
      <pubDate>Thu, 11 Mar 2021 22:53:54 +0800</pubDate>
      
      <guid>/2021/03/11/2021-3-11-1.html</guid>
      <description>写这个函数作用 go开发离不开正则表达式,和字符串处理,要想解决table转换成切片,需要解决如何删除html标记,这里使用正则表达式,先去掉一些复杂标记,然后通过替换,减少标记. 转换函数定义 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 func TableArr(s string)[][]string{ re := regexp.MustCompile(&amp;#34;&amp;lt;table[^&amp;gt;]*?&amp;gt;&amp;#34;) s=re.ReplaceAllString(s, &amp;#34;&amp;#34;) re = regexp.MustCompile(&amp;#34;&amp;lt;tbody[^&amp;gt;]*?&amp;gt;&amp;#34;)</description>
    </item>
    
    <item>
      <title>gin&#43;vue&#43;elementUI进行极速开发的全栈后台管理系统</title>
      <link>/2020/12/02/20201202-ginvueadmin.html</link>
      <pubDate>Wed, 02 Dec 2020 00:43:34 +0800</pubDate>
      
      <guid>/2020/12/02/20201202-ginvueadmin.html</guid>
      <description>文档 Github地址 git clone https://github.com/flipped-aurora/gin-vue-admin.git 中文文档 https://www.gin-vue-admin.com/docs/ 前端打包 编译web端 cnpm install 测试用cnpm run serve 打包使用cnpm run build server文件夹下config.yaml配置里面mysql数据表,然后执行initdb linux下操作初始化 go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.io,direct make gva # 在server项目下,先构建gva终端工具 make initdb # 使用gva</description>
    </item>
    
    <item>
      <title>git工具使用技巧</title>
      <link>/2020/10/04/20201004-git.html</link>
      <pubDate>Sun, 04 Oct 2020 21:11:38 +0800</pubDate>
      
      <guid>/2020/10/04/20201004-git.html</guid>
      <description>安装windows for git 网上有绿色版,直接放到目录然后添加到环境变量. 比如 C:\app\git\bin添加到path 安装TortoiseGit和中文语言包 PuTTY生成ssh key 主要生成过程移动鼠标更快 把生成的私密保存成ppk类型文件,复制sshkey绑定到github.com/gitee.</description>
    </item>
    
    <item>
      <title>Wsl2下linux子系统以及Docker安装</title>
      <link>/2020/10/04/20201004-wsl2.html</link>
      <pubDate>Sun, 04 Oct 2020 20:55:32 +0800</pubDate>
      
      <guid>/2020/10/04/20201004-wsl2.html</guid>
      <description>安装wsl2 在程序管理勾选虚拟机平台和windows子系统,需要win10&amp;gt;1809,最好是2004版本 启用虚拟机 dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart 下载wsl2 https://docs.microsoft.com/zh-cn/windows/wsl/wsl2-kernel 设置所有子系统使用WSL2:wsl --set-default-version 2出现有关与 WSL 2 的主要区别的信息，请访问 https://aka.ms/wsl2 成功. 到app商城安装Linux 下载相应Linux系统,在sto</description>
    </item>
    
    <item>
      <title>Go编写的文档管理系统Mindoc,类似看云</title>
      <link>/2020/10/04/20201004-mindoc.html</link>
      <pubDate>Sun, 04 Oct 2020 20:46:18 +0800</pubDate>
      
      <guid>/2020/10/04/20201004-mindoc.html</guid>
      <description>简介 MinDoc 是一款针对IT团队开发的简单好用的文档管理系统,创建电子书非常适合api,通过工具还可以生成Pdf,mobi等格式。 win安装 下载 https://github.com/lifei6671/mindoc/releases 使用的是 sqlite 数据库，请将 conf/app.conf 中的数据库配置成如下,系统会自动创建 sqlite 数据库文件： db_adapter=sqlite3 db_database=mindoc_db 初始化数据库mindoc_windows_amd64.exe install 程序会自动</description>
    </item>
    
    <item>
      <title>golang开发GUI程序框架Govcl</title>
      <link>/2020/10/04/20201004-govcl.html</link>
      <pubDate>Sun, 04 Oct 2020 19:07:30 +0800</pubDate>
      
      <guid>/2020/10/04/20201004-govcl.html</guid>
      <description>安装简介 这是一个通过设计器就能设计出UI的框架,基本上不需要写UI代码,全部都靠软件拖拉,非常好用,缺点就是GUI不能个性化,通过这个工具开发的桌面程序还是比较小的,默认下8M左右hello演示. 开源项目 https://github.com/ying32/govcl 配置 set GO111MODULE=on set GOPROXY=https://mirrors.aliyun.com/goproxy/ go get -u github.com/ying32/govcl 参考文档 设计 参考文档 https://z-kit.cc/doc.html 实用工具 Lazarus 2.0.10 下载 链接: https://pan.baidu.com/s/1qMPDviok6g9koivLYKn4cQ 提取码: 61gn res2go Lazarus I</description>
    </item>
    
    <item>
      <title>go开发的环境搭建和学习计划</title>
      <link>/2020/10/04/20201004-golang.html</link>
      <pubDate>Sun, 04 Oct 2020 01:51:16 +0800</pubDate>
      
      <guid>/2020/10/04/20201004-golang.html</guid>
      <description>安装环境 下载安装 https://studygolang.com/dl 阿里云代理 https://mirrors.aliyun.com/goproxy/ 查看版本 go version 查看配置 go env set GOPROXY=https://goproxy.cn,direct set GO111MODULE=on set GOROOT=C:\app\go 设置到 C:\www\go\bin到path GOROOT环境变量C:\app\go GOPATH环境变量C:\www\go,在下面建立bin,pkg,src目录三个 cmd中 运行 go run hello.go 编译go go build hello.go成exe文件 查看</description>
    </item>
    
    <item>
      <title>PHP7学习中的那些坑</title>
      <link>/2020/10/04/20201004-php7.html</link>
      <pubDate>Sun, 04 Oct 2020 01:43:08 +0800</pubDate>
      
      <guid>/2020/10/04/20201004-php7.html</guid>
      <description>php使用注意 不要使用 mysql_ 类函数 终于，你不用再看到建议不要使用 mysql_ 函数的提示了。因为 PHP 7 从核心上完全移除了它们，这意味着请你移步至更好的 mysqli_ 类函数，或者更灵活的 PDO 层。 不要写无用的代码 这看上去是个无脑建议，但是随着 PHP7 速度的提升掩盖了一些问题使它显得日趋重要。不要仅仅因切到 PHP7 让网站速度变得快点，你</description>
    </item>
    
    <item>
      <title>关于我</title>
      <link>/about.html</link>
      <pubDate>Wed, 01 Jan 2020 00:00:00 +0000</pubDate>
      
      <guid>/about.html</guid>
      <description>简介 专注于Golang,php7,js语言,主要分享技术心得! 联系方式 昵称 :Yoby github : https://github.com/logoove gitee : https://gitee.com/yoby QQ : 280594236 Wechat :logoove Email : logove@qq.com 公众号</description>
    </item>
    
    <item>
      <title>归档</title>
      <link>/archives.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/archives.html</guid>
      <description></description>
    </item>
    
    <item>
      <title>搜索</title>
      <link>/search.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/search.html</guid>
      <description></description>
    </item>
    
  </channel>
</rss>
