加载中
【window】nginx+mysql+php-cgi启动脚本

搭建环境需要nginx,win下以前只用过wamp,懒得弄了~直接在wamp上加nginx,自己写个bat脚本。

2014/04/24 15:56
375
【Go语言】2.4struct和部分反射内容

贴代码。 package main import (   . "fmt"   // "reflect" ) ///////////////////////////////////开始学习struct类型 /** struct类型:声明一个新的类型,作为其他类型的属性或字段的容器。...

2014/04/07 14:09
150
【Go语言】2.3流程和函数

直接上代码。 /** 流程和函数 **/ package main import (   . "fmt"   // "os" ) func main() {   // testIf()   // testGoto()   // testFor()   // testSwitch()   // year, str := demo("Chr...

2014/04/07 14:08
45

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部