E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
astaxie
go 常见问题
以下是我在go项目中碰到问题1.如何只测试指定的test文件,而不是所有的单元测试都跑一遍.gotoolvet-test-vsrc\github.com\
astaxie
\beego\controller_test.gogotoolvet
baizx
·
2015-11-30 23:00
golang 调用七牛云存储简单实例
qnio "github.com/qiniu/api.v6/io" "github.com/qiniu/api.v6/rs" "bufio" "os" "github.com/
astaxie
悦亮工作室
·
2015-11-23 11:00
golang 调用七牛云存储简单实例
qnio "github.com/qiniu/api.v6/io" "github.com/qiniu/api.v6/rs" "bufio" "os" "github.com/
astaxie
悦亮工作室
·
2015-11-23 11:00
golang beego cache
1 package main 2 3 import ( 4 "fmt" 5 "github.com/
astaxie
/beego/cache
·
2015-11-12 13:10
golang
beego的orm ,用的数据库sqlite3
orm ,用的数据库sqlite3 1 package main 2 3 import ( 4 "fmt" 5 "github.com/
astaxie
·
2015-11-12 13:09
sqlite3
Go学习笔记(一):Ubuntu 环境下Go的安装
《Go Web 编程》的URL地址如下: https://github.com/
astaxie
/build-web-application-with-golang/blob/master/ebook/
·
2015-11-07 15:58
ubuntu
REST介绍
摘自https://github.com/
astaxie
/build-web-application-with-golang/blob/master/8.3.md  
·
2015-11-02 16:27
REST
非常好用的验证码模块
安装 go get -u "github.com/dchest/captcha" go get -u "github.com/
astaxie
/beego&
·
2015-11-02 15:38
验证码
go install runtime/cgo: open /usr/local/go/pkg/darwin_amd64/runtime/cgo.a: permission denied
在做更新时,收到下面提示: go get github.com/
astaxie
/beego go install runtime/cgo: open /usr/local/go/pkg/darwin_amd64
·
2015-10-27 12:35
Permission
Go语言读写数据库
我用的驱动是:https://github.com/Go-SQL-Driver/MySQL 理由跟 https://github.com/
astaxie
/build-web-application-with-golang
·
2015-10-21 12:58
go语言
go get报错 error: RPC failed; result=56, HTTP code =
今天使用 goget-ugithub.com/
astaxie
/beego的时候报错:找了下资料发现是curl的postBuffer默认值较小的原因,配置下个这个值,就不会出现该错误了:
yearnfar
·
2015-08-23 00:00
golang(4):编写socket服务,简单支持命令
参考文档:https://github.com/
astaxie
/build-web-application-with-golang/blob/mast
freewebsys
·
2015-07-14 17:00
socket
golang
Mac下GOPATH 配置
今天用gogetgithub.com/
astaxie
/beego下载beego框架。
cocoooooa
·
2015-07-11 20:05
go
Mac下GOPATH 配置
今天用gogetgithub.com/
astaxie
/beego下载beego框架。
cocoooooa
·
2015-07-11 20:00
Go语言学习
https://github.com/
astaxie
/build-web-application-with-golang/
JesusSlim
·
2015-05-15 22:00
linux环境下golang安装第三方库的时候出错的决办法
1.错误描述使用如下方式安装beego的时候出错gogetgithub.com/
astaxie
/beego 错误信息:goinstallunicode/utf8:open/opt/go/pkg/linux_amd64
mybc724
·
2015-05-01 16:00
linux
golang
golang中对map操作类
转自https://github.com/
astaxie
/beeku/blob/master/map.go,依然出自beego的作者之手packagebeekuimport("sort")typeMapSorterstruct
mutouzhangada
·
2015-03-14 09:38
golang
golang
map
golang中对map操作类
转自https://github.com/
astaxie
/beeku/blob/master/map.go,依然出自beego的作者之手packagebeeku import( "sort" ) typeMapSorterstruct
u012210379
·
2015-03-14 09:00
map
golang
golang中对slice操作工具类
转自https://github.com/
astaxie
/beeku/blob/master/slice.go,是beego框架的作者写的对slice的操作,很棒packagebeeku import
u012210379
·
2015-03-14 09:00
slice
golang
beego datatables排序函数
datatables是个很不错的表格,使用GO时排序问题很麻烦,于是写了个函数,这是datatables1.8的packagetools import( "github.com/
astaxie
/beego
别人说我名字很长
·
2014-12-19 11:00
go语言,一些零碎没时间整理
os.Stdout.Write(row[0].([]byte))//往标准输出时写入必须是二进制fmt.Println(row[0].([]byte))//输出结果一个显示正常值一个显示二进制值
astaxie
6
elick
·
2014-09-19 19:00
beego框架的环境搭建
gogetgithub.com/
astaxie
/beego当然,你没安装git也没关系,就是会麻烦点,得先去https://github.com/
astaxie
/beego这里下载beego包,然后放在你的
蚂蚁爱吃糖
·
2014-09-15 23:48
Go语言学习日记
Mac git错误的问题
Mac下执行goget-ugithub.com/
astaxie
/beego时出错,因本机包含Xcode5,Xcode6执行git时出现如下错误提示:#git xcrun:error:activedeveloperpath
Dapeng
·
2014-09-04 11:00
git
mac
网站安全之—— XSS攻击
转自:https://github.com/
astaxie
/build-web-application-with-golang/blob/master/ebook/09.3.md XSS又称CSS,全称
kavy
·
2014-08-24 20:00
xss
Go语言学习四:struct类型
typepersonstruct{ namestring ageint }varPperson//P现在就是person类型的变量了 P.name="
Astaxie
"//赋值"
Astaxie
"给P的name
grassroots2011
·
2014-08-21 15:00
go语言
go语言之监控文件夹
test"//在windows下会执行两次//https://github.com/howeyc/fsnotify/issues/106packagemainimport("fmt""github.com/
astaxie
zistxym
·
2014-08-20 10:00
BeeGO框架中 session的简单使用
packagecontrollers import( "github.com/
astaxie
/beego" //(1)导入session包 "github.com/
astaxie
/beego/session
zhifeiya
·
2014-07-30 23:00
golang ubuntu安装
安装参考https://github.com/
astaxie
/build-web-application-with-golang/blob/master/ebook/01.1.md安装libpcaphttp
5an
·
2014-06-11 22:00
Golang(10)Web Service - Web Socket
IP, port, TCP/UDP.8.2 WebSocketImplement the Push Notification to Browsershttps://github.com/
astaxie
sillycat
·
2014-05-20 05:00
web Service
Golang(8)Database NOSQL
Golang(8)Database NOSQLRedisI am using redis 2.9.11https://github.com/hoisie/redishttps://github.com/
astaxie
sillycat
·
2014-05-12 03:00
database
一些需要看的文章
pengedy/1190000000489681http://www.infoq.com/cn/articles/understanding-restful-stylehttps://github.com/
astaxie
壬癸甲乙
·
2014-05-09 16:00
git 版本控制
3、获取github仓库内容,$ git clone --bare https://github.com/
astaxie
/beego.git
jinweida
·
2014-05-06 09:00
git
Beego源码分析
beego是@
astaxie
开发的重量级Go语言Web框架。它有标准的MVC模式,完善的功能模块,和优异的调试和开发模式等特点。
傅小黑
·
2014-05-01 00:00
golang
go语言
beego
beego for Datatables 数据
工具tools/datatables.gopackagetools import( "fmt" "github.com/
astaxie
/beego/context" "github.com/
astaxie
别人说我名字很长
·
2014-04-09 14:00
go语言之beego框架orm的使用(二)
packagemainimport( "fmt" "github.com/
astaxie
/beego/orm" _"github.com/go-sql-driver/mysql")typeUserstruct
zistxym
·
2014-03-20 21:00
go语言之beego框架orm的使用
models.go============================packagemainimport( "github.com/
astaxie
/beego/orm")typeUserstruct
zistxym
·
2014-03-17 21:00
beego的ORM模型增删改查
首先建立一个模型在项目/models/testModels.gopackagemodels import( "github.com/
astaxie
/beego/orm"//引入beego的orm _"
别人说我名字很长
·
2014-02-26 15:00
GO学习第二天——web服务器搭建
这里就不说GO的基本语句了,推荐一个网址学习https://github.com/
astaxie
/build-web-application-with-golang/blob/master/ebook/
leaf志良
·
2013-10-30 21:00
Go
GO的WEB服务器搭建
跟无闻学习GO Web 编程(四) -- bee 工具使用
到$GOPATH/src下,输入命令:gogetgithub.com/
astaxie
/bee,这个命令如果运行没有错误的话,就好把bee项目下载下来,并在$GOPATH/bin下生成一个bee.exe文件
Tom-Lin
·
2013-09-01 13:00
Go
跟无闻学习GO Web 编程(三) -- Hello world 笔记
在终端窗口中,输入命令安装beego:go getgithub.com/
astaxie
/beego(如果要升级到新的版本,执行:goget-ugithub.com/
astaxie
/beego)打开SublimeText3
Tom-Lin
·
2013-08-20 08:00
Go
Go中的Struct类型
1.如下方法使用struct:typepersonstruct{ namestring ageint } varPperson//P现在就是person类型的变量了 P.name="
Astaxie
壬癸甲乙
·
2013-08-09 17:00
beego 安装入门
当然第一步你需要安装Go,如何安装Go请参考我的书第一章安装beegogogetgithub.com/
astaxie
/beego安装bee工具,这个工具可以用来快速的建立beego的应用gogetgithub.com
astaxie
·
2013-04-20 11:00
golang
beego
go语言学习资源汇总
go-wiki/wiki/Articlesgo语言中文翻译项目:https://code.google.com/p/golang-china/开源图书:goweb编程https://github.com/
astaxie
恺哥
·
2013-03-14 15:00
ubuntu 64 安装go
首先阅读https://github.com/
astaxie
/build-web-application-with-golang/blob/master/1.1.md同时阅读http://code.google.com
cyper
·
2013-01-07 23:00
REST介绍
摘自https://github.com/
astaxie
/build-web-application-with-golang/blob/master/8.3.mdRESTful,是目前最为流行的一种互联网软件架构
baibei5388
·
2012-12-12 09:00
json
系统架构
一份非常不错的Go语言安装配置以及编程手册
感谢
AstaXie
的贡献。刚才在GO的QQ群里知道了由
AstaXie
创建和维护的Golang电子文档,下载来用了一下,感觉非常不错,建议对Go感兴趣的朋友去下载。
qinhui99
·
2012-05-25 10:00
Go
手册
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他