码迷,mamicode.com
首页 >  
搜索关键字:go mac环境配置    ( 11264个结果
Not Too Impressed With The Runway Bags This Year
I B? These laptop bags pupils a strong, durable and resistant to exposure from day to day, for students to go to bags, such as laptop computers remain...
分类:其他好文   时间:2014-05-26 23:49:39    阅读次数:533
判断闰年(go语言版本)
1 import "strconv" 2 3 func IsLeapYear(y string) bool { //y == 2000, 2004 4 //判断是否为闰年 5 year, _ := strconv.Atoi(y) 6 if year%4 == 0 && y...
分类:其他好文   时间:2014-05-26 15:12:52    阅读次数:230
gosslary
TM,技术手册(Technical Manual);商标(trademark)
分类:其他好文   时间:2014-05-26 13:50:23    阅读次数:265
Post These Up-Close Shots Of The Runway Bags
Here are some tips to guide you while shopping discount LV bags online. Look at the rack bag. Before you go out and buy handbags online, it is good to...
分类:其他好文   时间:2014-05-26 10:26:29    阅读次数:279
在eclipse下安装ADT插件出错的解决办法
通过Google大神,在国外网站,找到相应的解决办法!还是Google比较权威呀。Go to Help, "Install New Software..."Click on "Available Sofware Sites"Searchhttp://download.eclipse.org/rele...
分类:系统相关   时间:2014-05-26 09:14:20    阅读次数:258
sql 储存过程的使用
--获取所有数据 根据自定义函数传人类型id返回类型名称USE [Cloths]GO/****** Object: StoredProcedure [dbo].[Proc_all] Script Date: 05/23/2014 12:10:37 ******/SET ANSI_NULLS ...
分类:数据库   时间:2014-05-26 07:58:41    阅读次数:379
go语言实现遍历目录,及查找特定的文件类型
1 // filelist.go 2 package main 3 4 import ( 5 //"flag" 6 "fmt" 7 "os" 8 "path/filepath" 9 "strings"10 )11 12 var (13 ostype...
分类:其他好文   时间:2014-05-26 06:19:07    阅读次数:239
0.notepad++
本来准备 学习 Lime, Lime 是 由 go + python+界面工具 写的一个 sublime 的开源实现。但是这个配置比较复杂,所以我决定先研究一下它的兄弟产品notepad++。 notepad++的实现已经有10年了,已经是一款非常成熟的软件了。我现在 需要做的就是慢慢 把它的...
分类:其他好文   时间:2014-05-23 09:05:16    阅读次数:201
<2014 05 21> 互联网时代的C语言——Go(2)
**************************************************************************************************************代码清单 hello.gopackage main import "fmt"/....
分类:编程语言   时间:2014-05-23 06:47:37    阅读次数:349
go中string和slice no-copy转换
在go里面,string和slice的互换是需要进行内存拷贝的,虽然在底层,它们都只是用 pointer + len来表示的一段内存。通常,我们不会在意string和slice的转换带来的内存拷贝性能问题,但是总有些地方需要关注的,刚好在看vitess代码的时候,发现了一种很hack的做法,stri...
分类:其他好文   时间:2014-05-21 19:53:21    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!