上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 114 下一页
摘要: $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 阅读(1873) 评论(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 阅读(1356) 评论(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 阅读(2376) 评论(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 阅读(3533) 评论(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 阅读(1509) 评论(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 阅读(2536) 评论(0) 推荐(0)
摘要: 使用Go语言写的GUI程序,演示如何使用go语言写GUI程序。 脱胎于go-astilectron-demo 特点: 1. go语言编写业务代码,底层实现 2. web方式编写界面,可以使用js、css等web技术实现酷炫的界面 适用范围: 1. 自己做点小工具,没有安全要求,支持跨平台 想上传图片 阅读全文
posted @ 2020-05-02 09:50 jiftle 阅读(9231) 评论(0) 推荐(0)
摘要: 软件版本周期α、β、λ 常用来表示软件测试过程中的三个阶段。-- α 是第一阶段,一般只供内部测试使用;-- β是第二个阶段,已经消除了软件中大部分的不完善之处,但仍有可能还存在缺陷和漏洞,一般只提供给特定的用户群来测试使用;-- λ是第三个阶段,此时产品已经相当成熟,只需在个别地方再做进一步的优化 阅读全文
posted @ 2020-04-26 13:52 jiftle 阅读(1585) 评论(0) 推荐(0)
摘要: 如果是这样的话,可以从终端进入回收站,用rm删除 deepin中回收站的位置: ~/.local/share/Trash/files 此目录下看到的和回收站看到的一样 用sudo rm 删除文件 如果是文件夹 sudo rm r 递归删除 原文 https://blog.csdn.net/zhang 阅读全文
posted @ 2020-04-26 11:25 jiftle 阅读(889) 评论(0) 推荐(0)
摘要: 执行交互脚本 备份脚本(原创,转载不要删名字) 还原脚本(原创,转载不要删名字 ) tar系统备份和还原 单用户模式 进入参考: "https://chuna2.787528.xyz/jsjrj01/p/10301603.html" tar方法教程 Linux不像windows,它不限制根用户存取任何东 阅读全文
posted @ 2020-04-24 00:32 jiftle 阅读(1110) 评论(0) 推荐(0)
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 114 下一页