码迷,mamicode.com
首页 >  
搜索关键字:Go    ( 11258个结果
Go数据结构之Stack
Stack 一个简单确很有用的数据结构:FILOpackage Stackimport ( "errors" "fmt")const ( defaultLength=100)type Stack struct{ top int size int element [...
分类:其他好文   时间:2014-06-07 05:14:42    阅读次数:211
javascript:history.go(-1)和javascript:history.back(-1)
javascript:history.go(-1)和javascript:history.back(-1)转自:http://hi.baidu.com/chy0806css/item/b72344ac9aa6a73a030a4dfago(-1): 返回上一页, 原页面表单中的内容会丢失; back(...
分类:编程语言   时间:2014-06-07 05:06:11    阅读次数:334
poj 3767 I Wanna Go Home
?? Description The country is facing a terrible civil war----cities in the country are divided into two parts supporting different leaders. As a merchant, Mr. M does not pay attention to politic...
分类:其他好文   时间:2014-06-05 00:16:43    阅读次数:266
UVALive - 2965 Jurassic Remains
Jurassic RemainsTime Limit:18000MSMemory Limit:Unknown64bit IO Format:%lld & %llu[Submit] [Go Back] [Status]DescriptionPaleontologists in Siberia have...
分类:其他好文   时间:2014-06-04 20:16:27    阅读次数:384
数据库-03
-----------------------------增删该查------------------------------go--查询语句 select * from student where 1=1go--添加多条数据(用union关键字连接,不支持default关键字) Insert in...
分类:数据库   时间:2014-05-30 01:55:32    阅读次数:302
Go数据结构之Queue
Queue 简单而实用的数据结构,FIFO,通过循环数组避免队列出现“似乎满了”的现象。package Queueimport "errors"const ( defaultQueueSize=10)var queueSize inttype MyQueue struct{ front...
分类:其他好文   时间:2014-05-30 00:48:43    阅读次数:284
dinner vs supper
用dinner还是supper?据我唯一认识一个美国人……讲,至少在美国他们用dinner,supper也许在英国更常用些。他在小时候都没听说过supper这个词……另外,have dinner是一个习语,例:How about go and have dinner?Do you have dinn...
分类:其他好文   时间:2014-05-29 20:16:53    阅读次数:279
The Runway In The Form Of Lots Of Goodies For Handbag Lovers
Crossbody designer bags are perfect for students, business people and those who work on the go. It seems to be very elegant, I worked with informally....
分类:数据库   时间:2014-05-28 23:02:58    阅读次数:467
关于存诸过程临时表的一个小运用
USE [szmj]GO/****** Object: StoredProcedure [dbo].[Par_ProductDownLoad] Script Date: 05/26/2014 17:46:32 ******/SET ANSI_NULLS ONGOSET QUOTED_IDEN...
分类:其他好文   时间:2014-05-28 03:07:11    阅读次数:269
shell 生产带有作者信息的基本go源文件
#!/bin/bash# Program to output a go source file with user informationCURRENT_TIME=$(date +"%x %r %Z")cat << EOF/* Author:$USER CreatedAt:$CURRENT_TIME...
分类:其他好文   时间:2014-05-27 17:49:29    阅读次数:283
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!