摘要: "适用于Android的Java 8:使用Lambda表达式的简介代码" 阅读全文
posted @ 2019-04-27 23:59 iwetuan 阅读(539) 评论(0) 推荐(0)
摘要: "Golang: How to sort struct with multiple sort parameters?" 阅读全文
posted @ 2019-03-11 21:12 iwetuan 阅读(136) 评论(0) 推荐(0)
摘要: "https://roberto.selbach.ca/intro to go modules/" 阅读全文
posted @ 2019-01-30 13:45 iwetuan 阅读(139) 评论(0) 推荐(0)
摘要: msys2包含mingw32和mingw64 步骤1 首选安装msys64 链接: "https://pan.baidu.com/s/1l9Zfm4TE1Gg3c7tkaH6KeQ" 安装到指定目录 步骤2 修改更新源 进入msys64/etc/pacman.d/目录中,分别在三个文件中增加 mir 阅读全文
posted @ 2018-11-29 03:29 iwetuan 阅读(7060) 评论(0) 推荐(0)
摘要: 最近在研究如何在C/C++中 嵌入ruby脚本,很感谢找到了一篇文章,分享一下。 "The Definitive Guide to Ruby's C API" 阅读全文
posted @ 2018-11-26 17:12 iwetuan 阅读(158) 评论(0) 推荐(0)
摘要: golang实验代码 package main import("fmt") type Stu struct{ name string age int } func (stu *Stu)NewAge(age int)(PriAge int){ PriAge =age stu.age = age ret 阅读全文
posted @ 2018-11-26 17:00 iwetuan 阅读(749) 评论(0) 推荐(0)
摘要: see "https://stackoverflow.com/questions/27747457/golang plugin on notepad" 阅读全文
posted @ 2018-10-30 01:22 iwetuan 阅读(1206) 评论(0) 推荐(0)
摘要: 1.选择自己的版本 https://rubyinstaller.org/downloads/ Ruby+Devkit 2.5.1 2 (x64) Ruby+Devkit 2.5.1 2 (x86) 2.更新msys2源 使用中科大msys2源 编辑下面三个文件 最开头加入 中科大源 C:\Ruby2 阅读全文
posted @ 2018-09-16 23:28 iwetuan 阅读(2170) 评论(1) 推荐(0)
摘要: # To get the very latest version of git, you need to add the PPA (Personal Package Archive) from the Ubuntu Git Maintainers Team to your Software Sour 阅读全文
posted @ 2018-07-01 02:25 iwetuan 阅读(402) 评论(0) 推荐(0)
摘要: 解决办法. 1.下载对应版本 下载node.js,根据ruby版本决定下载32还是x64,我的ruby版本x64 https://npm.taobao.org/mirrors/node/v8.9.3/node-v8.9.3-x64.msi 安装Node.js 2.设置环境变量 3.rails s 问 阅读全文
posted @ 2018-04-02 22:14 iwetuan 阅读(8098) 评论(0) 推荐(0)