上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 117 下一页
摘要: ubuntu 安装 更新vimyangk12321 2018-05-09 19:42:41 5852 收藏 1展开 sudo add-apt-repository ppa:jonathonf/vimsudo apt-get updatesudo apt-get install vim ——————— 阅读全文
posted @ 2020-05-05 14:11 jiftle 阅读(970) 评论(0) 推荐(0)
摘要: https://linux.cn/article-10456-1.html 阅读全文
posted @ 2020-05-05 14:07 jiftle 阅读(198) 评论(0) 推荐(0)
摘要: $sudo add-apt-repository ppa:ubuntu-elisp/ppa$sudo apt update$sudo apt install emacs-snapshot emacs-snapshot-el$emacs --version #查看emacs版本 ——————————— 阅读全文
posted @ 2020-05-05 14:03 jiftle 阅读(1888) 评论(0) 推荐(1)
摘要: # 如果安装 language-pack-zh-hans 失败,那么需要更新下系统。 # apt-get update & apt-get upgrade。 # 安装字符集 apt-get install -y language-pack-zh-hans; # 添加中文支持 # zh_CN.UTF- 阅读全文
posted @ 2020-05-05 01:02 jiftle 阅读(1376) 评论(0) 推荐(0)
摘要: private void button6_Click(object sender, EventArgs e) { byte[] inParam = null; IntPtr ptr = IntPtr.Zero; int outlen = -1; string outstr = ""; inParam 阅读全文
posted @ 2020-05-02 10:55 jiftle 阅读(2402) 评论(0) 推荐(0)
摘要: private void ExecCheckExe(){ string exefile = "d:\\chktool\\checktool.exe"; if (File.Exists(exefile)) { Process process = new Process(); ProcessStartI 阅读全文
posted @ 2020-05-02 10:29 jiftle 阅读(3549) 评论(0) 推荐(0)
摘要: 编译环境: 1. windows 7 2. TDM-gcc x64 gcc 9.2 TDM-gcc命令行下,执行以下指令 # 编译生成动态库,默认编译动态库,生成的和操作位数相同go build -buildmode=c-shared -o checktool.dll TDM-gcc 下载地址: h 阅读全文
posted @ 2020-05-02 10:28 jiftle 阅读(1529) 评论(0) 推荐(0)
摘要: $ tree.├── dllcall.go├── libdll.h├── loaddll.c└── loaddll.h dllcall.go package dlltest/*#include "loaddll.h"#cgo LDFLAGS: -ldl*/import "C"import ( "en 阅读全文
posted @ 2020-05-02 10:04 jiftle 阅读(2548) 评论(0) 推荐(0)
摘要: 使用Go语言写的GUI程序,演示如何使用go语言写GUI程序。 脱胎于go-astilectron-demo 特点: 1. go语言编写业务代码,底层实现 2. web方式编写界面,可以使用js、css等web技术实现酷炫的界面 适用范围: 1. 自己做点小工具,没有安全要求,支持跨平台 想上传图片 阅读全文
posted @ 2020-05-02 09:50 jiftle 阅读(9272) 评论(0) 推荐(0)
摘要: 软件版本周期α、β、λ 常用来表示软件测试过程中的三个阶段。-- α 是第一阶段,一般只供内部测试使用;-- β是第二个阶段,已经消除了软件中大部分的不完善之处,但仍有可能还存在缺陷和漏洞,一般只提供给特定的用户群来测试使用;-- λ是第三个阶段,此时产品已经相当成熟,只需在个别地方再做进一步的优化 阅读全文
posted @ 2020-04-26 13:52 jiftle 阅读(1661) 评论(0) 推荐(0)
上一页 1 ··· 55 56 57 58 59 60 61 62 63 ··· 117 下一页