zoukankan
html css js c++ java
php框架研究(待完)
config.php文件里面定义框架目录常量
解析URL中的model,control,action
根据URL解析后的control,new出control,
new $control();
new ReflectionMethod检测action权限
call_user_func_array执行control里面的action
ReflectionMethod->invokeArgs执行control里面的action
查看全文
相关阅读:
JDBC 删除数据两种方式,PreparedStatement表示预编译的 SQL 语句的对象,防止sql注入
MySQL 主键外键
JDBC 增删改查
MySQL数据库语句
反射
如何安装、配置、登陆MySQL
如何干净卸除MySQL数据库
IO流总结
字符流五种读写 字符流 BufferedWriter BufferedReader 带缓冲区的字符流
单例模式
原文地址:https://www.cnblogs.com/hcjs/p/14364498.html
最新文章
将数字文件转成链表
[转]C++四种cast操作符
[转]C++常见内存错误汇总
快排
[leetcode]Insertion Sort List
Minimum Depth of Binary Tree(二叉树DFS)
Remove Duplicates from Sorted List (链表)
Merge Two Sorted Lists
Maximum Depth of Binary Tree
Binary Tree Level Order Traversal
热门文章
String to Integer (atoi)
Remove Duplicates from Sorted Array(参考)
Length of Last Word
Count and Say
Linux_CentOS day01
c3p0 JDBC连接池 xml配置文件的书写
Maven的使用2
Maven的使用
装饰者模式
工具类的编写
Copyright © 2011-2022 走看看