上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 112 下一页
摘要: * Mac下使用Emacs** 终端打开在`~/.zshrc`配置文件中增加如下脚本```shell#!/bin/bash # # FileName: sh-mac-emacs.sh # Date: 2020-05-16 # Author: jiftle # Description: MacOS下启 阅读全文
posted @ 2020-05-16 17:32 jiftle 阅读(869) 评论(0) 推荐(0)
摘要: 安装完,重启显示 4m[terminated],卡住。 强制重启停止在Bios界面,不进入。 网上说,有可能是硬件不兼容。 阅读全文
posted @ 2020-05-13 13:10 jiftle 阅读(2478) 评论(0) 推荐(0)
摘要: 参考文章: 服务的依赖关系查看 https://www.pianshen.com/article/9810282044/ Linux服务文件手册 https://www.freedesktop.org/software/systemd/man/systemd.service.html linux s 阅读全文
posted @ 2020-05-08 16:44 jiftle 阅读(970) 评论(0) 推荐(0)
摘要: 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 阅读(951) 评论(0) 推荐(0)
摘要: https://linux.cn/article-10456-1.html 阅读全文
posted @ 2020-05-05 14:07 jiftle 阅读(190) 评论(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 阅读(1869) 评论(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 阅读(1347) 评论(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 阅读(2362) 评论(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 阅读(3530) 评论(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 阅读(1505) 评论(0) 推荐(0)
上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 112 下一页