书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 7023 个相关结果.
  • 国际化

    国际化 获取语言 设置语言 从 URL 中解析语言 语言变量配置 获取语言变量 模版里使用语言变量 设置模版语言路径 国际化 获取语言 可以通过 http.lang 方法从 cookie 或者 header 里获取当前用户的语言。如: let lang = http . lang (); 如果要支持从 cookie...
  • 创建模型

    创建模型 创建模型 我们约定每张表必须对应一个模型,还是以示例模块为例,以上一步的文章分类表example_cate为例,应该在actionphp/application/example/model目录下创建模型文件Cate.php,文件内容如下: 注意namespace app\core\cate; 、class Cate extend...
  • 介绍

    模型介绍 创建模型 模型属性 model.pk model.schema 模型实例化 链式调用 模型介绍 项目开发中,经常要操作数据库,如:增删改查等操作。模型就是为了方便操作数据库进行的封装,一个模型对应数据库中的一个数据表。 目前支持的数据库有:MySQL ,MongoDB ,PostgreSQL 和 SQLite 。 创建...
  • 2. Reporting the Bug

    2. Reporting the Bug 2. Reporting the Bug Okay, so you have done everything you could to make sure, and you still think it’s probably a bug. You should then go ahead and file a ...
  • 模型初始化

    模型初始化 模型初始化 模型同样支持初始化,与控制器的初始化不同的是,模型的初始化是重写Model 的initialize ,具体如下 namespace app\index\model ; use think\Model ; class Index extends Model { //自定义初...
  • How to Get the Most From Your Team-mates

    How to Get the Most From Your Team-mates How to Get the Most From Your Team-mates To get the most from your team-mates, develop a good team spirit and try to keep every individ...
  • Cache

    Cache 缓存类型 缓存配置 使用缓存 扩展缓存 使用第三方缓存 Adapter Cache 缓存类型 缓存配置 使用缓存 扩展缓存 使用第三方缓存 Adapter 在项目中,合理使用缓存对性能有很大的帮助。ThinkJS 提供了多种的缓存方式,包括:内存缓存、文件缓存、Memcache 缓存、Redis 缓存等。 缓...
  • 介绍

    模型介绍 创建模型 模型实例化 链式调用 模型介绍 项目开发中,经常要操作数据库,如:增删改查等操作。模型就是为了方便操作数据库进行的封装,一个模型对应数据库中的一个数据表。 目前支持的数据库有:Mysql ,MongoDB 和 SQLite 。 创建模型 可以在项目目录下通过命令 thinkjs model [name] 来创建模...
  • Meta-mission

    Meta-mission Meta-mission “Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by...
  • Time Slicing

    4.5 Time Slicing 4.5 Time Slicing Time slicing is something that is unique to TouchDesigner, and can be a bit tricky to understand at first. A Time slice is the period betwee...