header('Content-type:text/html;Charset=utf8');
function welcome(){
echo 'Welcome to you.';
}
function speak(){
echo 'Hello,my name is xtyang.';
}
$func = $_GET['func'];
echo $func();

最新文章

  1. 炮(cannon)
  2. [Hibernate] - Load and Get
  3. java线程并发控制:ReentrantLock Condition使用详解
  4. [视频]物联网&集成系统中的物联交互、数据存储、效果展示形成快速解决方案。附:ServerSuperIO 3.6.2 版本发布。
  5. ZOJ 2042 Divisibility (DP)
  6. 冲刺每日报告--Day1
  7. python程序如何脱离ide而在操作系统上执行
  8. Lucene全文检索入门使用
  9. 数据库以及pymysql
  10. Android自定义Aop的Gradle Plugin
  11. es6 规范 的 具体用法 -- 待续
  12. php Pthread 多线程 (六) Pool类 线程池
  13. Storm Trident详解
  14. YAPTCHA UVALive - 4382(换元+威尔逊定理)
  15. 使用 JSONDoc 记录 Spring Boot RESTful API
  16. javascript 中用到的时间戳函数
  17. Windows Server 2016 桌面环境的自动配置脚本(2017-10-24更新)
  18. C++ 输出精度和输出小数点位数
  19. DataGridView过滤功能
  20. Linux进程的Uninterruptible sleep(D)状态【转】

热门文章

  1. wbadmin与vssadmin
  2. Educational Codeforces Round 7 A. Infinite Sequence 水题
  3. Codeforces Educational Codeforces Round 5 A. Comparing Two Long Integers 高精度比大小,模拟
  4. 如何实现一个c/s模式的flv视频点播系统
  5. linux 内核调试方法
  6. IPC——命名管道
  7. nexus-2.13.0-01.war
  8. IDEA加密(转)
  9. qobject_cast用法
  10. Java经典算法四十例编程详解+程序实例