随笔分类 - framework
摘要:Aspect Oriented Programming
阅读全文
摘要:Laravel 使得防止应用 遭到跨站请求伪造攻击变得简单。 Laravel 自动为每一个被应用管理的有效用户会话生成一个 CSRF “令牌”,该令牌用于验证授权用 户和发起请求者是否是同一个人。 任何时候在 Laravel 应用中定义 HTML 表单,都需要在表单中引入 CSRF 令牌字段,这样
阅读全文
摘要:w从开发会议室预定系统,思考值悬浮直尺、圆尺插件开发。
阅读全文
摘要:w服务商解决域名指向哪个服务器ip,之后请求服务器时,脚本对二级域名进行路由控制,访问指定脚本。 https://help.aliyun.com/knowledge_detail/39785.html http://codeigniter.org.cn/forums/thread-16699-1-1
阅读全文
摘要:w动态实例化-轻量级,组件间依赖程度、专一性-复用性、灵活性。 https://www.codeigniter.com/userguide3/overview/goals.html http://codeigniter.org.cn/user_guide/overview/goals.html De
阅读全文
摘要:w模型代表数据结构。 https://www.codeigniter.com/userguide3/overview/mvc.html http://codeigniter.org.cn/user_guide/overview/mvc.html Model-View-Controller CodeI
阅读全文
摘要:w开启缓存,缓存视图,用于后续请求。 https://www.codeigniter.com/userguide3/overview/appflow.html http://codeigniter.org.cn/user_guide/overview/appflow.html Application
阅读全文
摘要:https://en.wikipedia.org/wiki/Functional_programming In computer science, functional programming is a programming paradigm—a style of building the str
阅读全文
摘要:1 43 44 45 46 47 48 49 pagination-diy 50 51 52 53 54 55 56 57 58 59 60 61 '; 63 } ?> 64 65 66 67 68 77 78
阅读全文
摘要:Refactoring: Improving the Design of Existing Code Decomposing and Redistributing the Statement Method The obvious first target of my attention is the
阅读全文
摘要:https://getcomposer.org/doc/00-intro.md Introduction# Composer is a tool for dependency management in PHP. It allows you to declare the libraries your
阅读全文