软件工具 SofTool.CN 本次搜索耗时 0.218 秒,为您找到 278 个相关结果.
  • 07_重定向

    标准输入、输出和错误 标准输出重定向 标准错误重定向 重定向标准输出和错误到同一个文件 处理不需要的输出 标准输入重定向 cat - 连接文件 管道线 过滤器 uniq - 报道或忽略重复行 wc - 打印行数、字数和字节数 grep - 打印匹配行 head / tail - 打印文件开头部分/结尾部分 tee - 从 Stdin...
  • 30_流程控制:while/until 循环

    流程控制:while/until 循环 In the previous chapter, we developed a menu-driven program to produce various kinds of system information. The program works, but it still has a significant ...
  • 32_流程控制:case 分支

    流程控制:case 分支 In this chapter, we will continue to look at flow control. In Chapter 28, we constructed some simple menus and built the logic used to act on a user’s selection. To ...
  • 4.1.03 高级查询

    4203 2022-04-11 《Beego开发手册》
    expr Operators exact iexact contains icontains in gt / gte lt / lte startswith istartswith endswith iendswith isnull 高级查询接口使用 Filter Exclude SetCond Limit Offset...
  • 01_Beego 简介

    4174 2020-12-26 《Beego 简介》
    beego 是一个快速开发 Go 应用的 HTTP 框架 ,他可以用来快速开发 API、Web 及后端服务等各种应用,是一个 RESTful 的框架,主要设计灵感来源于 tornado、sinatra 和 flask 这三个框架,但是结合了 Go 本身的一些特性(interface、struct 嵌入等)而设计的一个框架。 注:为什么会出现 RESTf...
  • 4.2.01 beego 模板语法指南

    4118 2022-04-12 《Beego开发手册》
    基本语法 if … else … end 语法: E.g: range … end 语法: E.g : with … end 语法: define template 注释 基本函数 and call index len not or print printf println urlquery eq / ne / ...
  • 02_什么是 shell

    终端仿真器 第一次按键 命令历史 移动光标 关于鼠标和光标 试试运行一些简单命令 结束终端会话 幕后控制台 拓展阅读 When we speak of the command line, we are really referring to the shell. The shell is a program that takes keyb...
  • 4.2.02 模板处理

    4068 2022-04-12 《Beego开发手册》
    模板处理 模板目录 自动渲染 模板标签 模板数据 模板名称 Layout 设计 LayoutSection renderform 使用 模板处理 beego 的模板处理引擎采用的是 Go 内置的 html/template 包进行处理,而且 beego 的模板处理逻辑是采用了缓存编译方式 ,也就是所有的模板会在 beego 应用启动...
  • 4.1.01 ORM 使用

    4035 2022-04-08 《Beego开发手册》
    ORM 使用方法 数据库的设置 注册数据库的驱动 RegisterDriver 注册数据库 RegisterDataBase SetMaxIdleConns SetMaxOpenConns 时区设置 注册模型 注册Model RegisterModel 注册model使用的表名前缀 RegisterModelWithPrefix 通过已知...
  • Go 开发工具

    4032 2020-12-26 《Go 语言》
    LiteIDE 作者:七叶 英文名:visualfc 官网:http://liteide.org/cn/ 发行版下载地址:https://sourceforge.net/projects/liteide/files 优势: 解压即可使用 LiteIDE是一款开源、跨平台的轻量级Go语言集成开发环境(IDE)。 支持的操作系统: Windows...