11 2019 档案
摘要:About me recently Recently I fell that memory has always been problematic.Maybe I hava bee too tired recently. I need get plenty of exercise and rest.
阅读全文
摘要:使用Hugo搭建静态站点 hugo下载地址:https://github.com/gohugoio/hugo 模板列表:https://github.com/gohugoio/hugoThemes 开始搭建 1、下载和初始化 安装包 源码编译 2、皮肤模板 我使用的皮肤 修改layouts/inde
阅读全文
摘要:linux c++ 通过xcb库获取屏幕大小
阅读全文
摘要:dataDictionary 介绍 生成数据字典 应用场景 根据mysql数据库生成html格式数据字典,目前仅支持macos/linux/windows 使用步骤 windows: dataDictionary -c root:1234567890@tcp(127.0.0.1:3306)/ha66
阅读全文
[golang][gui]Hands On GUI Application Development in Go【在Go中动手进行GUI应用程序开发】读书笔记03-拒交“智商税”,解密“GUI”运行之道
摘要:和老外的原文好像没多大联系了,哈哈哈,反正是读书笔记,下面的内容也是我读此书中的历程,也写进来吧。不过说实话,这框架的作者还挺对我脾气的,哈哈哈。 拒交“智商税”,解密“GUI”运行之道 我很忙 项目压力大,平时要加班,有些休闲时间,还要学习Qt。。。所以,可以提供的学习成本只剩下2小时了! 有归零
阅读全文
摘要:与其说是go之旅,不如说是C,计算机世界的霸主C语言,有人可能说是汇编(ASM)才是,亲我说的是高级语言哈。不要抬杠,很多语言都是基于C的,搞了很多类C语言。 golang想绘制GUI,必然涉及交叉编译。 废话不多说,今天的主角是https://github.com/idea4good/GuiLit
阅读全文
摘要:GoCN每日新闻(2019-11-11) GoCN每日新闻(2019-11-11) GoCN每日新闻(2019-11-11)1. Go的内存管理与回收 https://medium.com/a-journey-with-go/go-memory-management-and-memory-sweep
阅读全文
摘要:GoCN每日新闻(2019-11-09) GoCN每日新闻(2019-11-09) 1. Go语言发行10周年庆祝 https://blog.golang.org/10years2. 容器中某Go服务GC停顿经常超过100ms排查 https://mp.weixin.qq.com/s/Lk1EbiT
阅读全文
摘要:GoCN每日新闻(2019-11-10) GoCN每日新闻(2019-11-10) 1. Go Netpoll I/O多路复用构建原生网络模型之源码深度解析 https://taohuawu.club/go-netpoll-io-multiplexing-reactor2. Go垃圾回收:第三部分-
阅读全文
摘要:GoCN每日新闻(2019-11-08) GoCN每日新闻(2019-11-08) GoCN每日新闻(2019-11-08) 1. Go Modules: v2及更高版本使用 https://blog.golang.org/v2-go-modules 2. 根据拓扑图理解golang的sync.Ma
阅读全文
摘要:gcc `pkg-config --cflags gtk+-3.0` -o example-1 example-1.c `pkg-config --libs gtk+-3.0`
阅读全文
摘要:#include <stdio.h> #include <unistd.h> void usage() { printf("Usage:\n"); printf("\tOptDemo [-a] [-b] [-c message]"); } int main(int argc, char *argv[]) { int o; const char *optstring = "abc::"; // 有三
阅读全文
摘要:GoCN每日新闻(2019-11-07) GoCN每日新闻(2019-11-07) GoCN每日新闻(2019-11-07)1. [译] 排序运行时间能否做到 O(n)?让 Go 语言来告诉你 https://mp.weixin.qq.com/s/dHp-OJ0v9yNTazdYSsEKGw 2.
阅读全文
摘要:GoCN每日新闻(2019-11-05) GoCN每日新闻(2019-11-05) GoCN每日新闻(2019-11-05)1. Protobuf 终极教程 https://colobu.com/2019/10/03/protobuf-ultimate-tutorial-in-go/2. 何处安放我
阅读全文
摘要:GoCN每日新闻(2019-11-06) GoCN每日新闻(2019-11-06) GoCN每日新闻(2019-11-06)1. 使用构建标签分离你的测试文件 https://mickey.dev/posts/go-build-tags-testing/2. 使用 Go 添加 Nginx 代理 ht
阅读全文
摘要:安装wineQQ8.9.19983deepin23版本后提示,不在提供服务请升级。 第一步 前往QQ官方下载Windows最先版本QQ https://qd.myapp.com/myapp/qqteam/pcqq/PCQQ2019.exe 第二步 打开深度系统资源监视器,当然你通过top或者htop
阅读全文
摘要:正规军解法(加了面板属性进行筛选卡等级) 会员账务情况表
阅读全文
摘要:GoCN每日新闻(2019-11-03) GoCN每日新闻(2019-11-03) GoCN每日新闻(2019-11-03) 1. Go的内存管理与分配 https://medium.com/a-journey-with-go/go-memory-management-and-allocation-
阅读全文
摘要:GoCN每日新闻(2019-11-04) GoCN每日新闻(2019-11-04) GoCN每日新闻(2019-11-04) 1. Go中垃圾收集器是如何标记内存的 https://medium.com/a-journey-with-go/go-how-does-the-garbage-collec
阅读全文
摘要:GoCN每日新闻(2019-11-02) GoCN每日新闻(2019-11-02) GoCN每日新闻(2019-11-02)1. Go 1.13.4 and Go 1.12.13 are released https://groups.google.com/forum/#!msg/golang-an
阅读全文
摘要:GoCN每日新闻(2019-11-01) GoCN每日新闻(2019-11-01) GoCN每日新闻(2019-11-01) 1. Rob Pike 认为 Go 成功的 5 个因素 https://changelog.com/posts/5-things-rob-pike-attributes-to
阅读全文
摘要:GoCN每日新闻(2019-10-30) GoCN每日新闻(2019-10-30) GoCN每日新闻(2019-10-30) 1. Asta Xie: 玩转Go语言,从beego开始 https://mp.weixin.qq.com/s/Iof1hA1JUJg9S_gfI6kGQQ 2. [译]Ub
阅读全文
摘要:GoCN每日新闻(2019-10-31) GoCN每日新闻(2019-10-31) GoCN每日新闻(2019-10-31)1. Go语言继承的其他语言的优秀之处 https://spf13.com/presentation/the-legacy-of-go/2. Golang图灵机库 https:
阅读全文
摘要:GoCN每日新闻(2019-10-29) GoCN每日新闻(2019-10-29) GoCN每日新闻(2019-10-29) 1. Go 的发展传奇 https://spf13.com/presentation/the-legacy-of-go/ 2. Go 操作 Linux 网络层 https:/
阅读全文