• C语言经典示例220个

    216.五子棋游戏 217.综合CAD系统 218.功能强大的文本编辑器 219.图书管理系统 220.进销存管理系统

    0
    55
    3.23MB
    2020-07-31
    9
  • shell100例.pdf

    编写脚本测试 192.168.4.0/24 整个⽹段中哪些主机处于开机状态,哪些主机处于关机; 编写脚本,显⽰进度条; 使⽤死循环实时显⽰ eth0 ⽹卡发送的数据包流量; 统计 13:30 到 14:30 所有访问本机 Aapche 服务器的远程 IP 地址是什么; 打印国际象棋棋盘; 统计双⾊球各个数字的中奖概率

    0
    263
    5.41MB
    2020-07-31
    9
  • 管理后台html模板集合

    LTE-Admin, ace-Admin, boot-Admin, bootstrap-demo bootstrap1-Web detail-Admin director-Admin easy-Admin gentellela-Admin light-admin login-Admin mat-Admin me-Admin metro-Admin metronic-Admin nifty-Admin pha-Admin role-Admin sb1-Admin sb2-Admin usman-Admin voyage-Web

    0
    128
    117.8MB
    2019-03-15
    9
  • 基于WEB的在线客服系统-开源PHP(程序为英文)

    webim的安装说明; webim是基于WEB的在线客服系统-开源PHP-webim161,即时消息,ajax,php+mysql 源程序在http://download.csdn.net/detail/sitez/1466372; 因为反应说没有数据库,csdn又不能重新编辑资源描述所以上传一份安装说明 1. 在根目录下创建一个名为'webim'的文件夹 2. 解压文件到'webim' 3. 创建一个名为'webim'的数据库 4. 打开/webim/libs/config.php,编辑数据库连接帐号密码 5. 在浏览器中打开http://<yourdomain>/webim/install/index.php进行安装 6. 移除/webim/install/中的内容 7. 登陆,用户名为admin,密码为空 8. 建议修改管理帐号

    4
    268
    247KB
    2012-12-05
    10
  • jquery+css的开关按钮

    jquery和css的开关按钮 ;(function($){ $(document).ready(function(){ $(".powerExp").powerbutton({value:"on"}); $(".powerExp1").powerbutton({ value:"false", onClass:"true", offClass:"false", duration:80, debug:true }); }); })(jQuery);

    5
    234
    45KB
    2012-12-05
    35
  • 基于WEB的在线客服系统-开源PHP

    基于WEB的在线客服系统-开源PHP-webim161 即时消息,ajax,php+mysql

    4
    770
    363KB
    2009-07-06
    50
  • smarty语法手册.chm

    Table of Contents目录列表 Preface序 I. Getting Started入门 1. What is Smarty?什么是Smarty? 2. Installation安装 Requirements安装需求 Basic Installation基本安装 Extended Setup扩展类设定 II. Smarty For Template Designers模板设计者篇 3. Basic Syntax基本语法 Comments注释 Functions函数 Attributes(函数)属性 4. Variables变量 Variables assigned from PHP由PHP分配的变量 Variables loaded from config files从config文件读取的变量 {$smarty} reserved variable{$smarty}保留变量 5. Variable Modifiers变量调节器 capitalize首字大写 count_characters计算字符数 cat连接字符串 count_paragraphs计算段落数 count_sentences计算句数 count_words计算词数 date_format日期格式化 default默认 escape转码 indent缩进 lower小写 nl2br换行符替换成<br /> regex_replace[正则替换] replace替换 spacify插空 string_format字符串格式化 strip去除(多余空格) strip_tags去除html标签 truncate截取 upper大写 wordwrap行宽约束 6. Combining Modifiers组合使用调节器 7. Built-in Functions内建函数 capture config_load foreach,foreachelse include include_php insert if,elseif,else ldelim,rdelim literal php section,sectionelse strip 8. Custom Functions常规函数 assign counter cycle debug eval fetch html_checkboxes html_image html_options html_radios html_select_date html_select_time html_table math mailto popup_init popup textformat 9. Config Files 10. Debugging Console III. Smarty For Programmers程序员篇 11. Constants常量 SMARTY_DIR 12. Variables变量 $template_dir $compile_dir $config_dir $plugins_dir $debugging $debug_tpl $debugging_ctrl $global_assign $undefined $autoload_filters $compile_check $force_compile $caching $cache_dir $cache_lifetime $cache_handler_func $cache_modified_check $config_overwrite $config_booleanize $config_read_hidden $config_fix_newlines $default_template_handler_func $php_handling $security $secure_dir $security_settings $trusted_dir $left_delimiter $right_delimiter $compiler_class $request_vars_order $compile_id $use_sub_dirs $default_modifiers 13. Methods方法 append append_by_ref assign assign_by_ref clear_all_assign clear_all_cache clear_assign clear_cache clear_compiled_tpl clear_config config_load display fetch get_config_vars get_registered_object get_template_vars is_cached load_filter register_block register_compiler_function register_function register_modifier register_object register_outputfilter register_postfilter register_prefilter register_resource trigger_error template_exists unregister_block unregister_compiler_function unregister_function unregister_modifier unregister_object unregister_outputfilter unregister_postfilter unregister_prefilter unregister_resource 14. Caching缓存 Setting Up Caching建立缓存 Multiple Caches Per Page Cache Groups缓存集合 15. Advanced Features高级特点 Objects对象 Prefilters预过滤器 Postfilters后过滤器 Output Filters输出滤镜 Cache Handler Function缓存处理函数 Resources资源 16. Extending Smarty With Plugins使用插件扩展Smarty How Plugins Work插件怎样工作 Naming Conventions命名约定 Writing Plugins编写插件 Template Functions模板函数 Modifiers调节器 Block Functions区块函数 Compiler Functions编译函数 Prefilters/Postfilters预过滤/后过滤 Output Filters输出滤镜 Resources资源 Inserts嵌入 IV. Appendixes附录 17. Troubleshooting疑难解答 Smarty/PHP errors 18. Tips & Tricks使用技巧和经验 Blank Variable Handling空白变量处理 Default Variable Handling默认变量处理 Passing variable title to header template Dates WAP/WML Componentized Templates Obfuscating E-mail Addresses 19. Resources 20. BUGS错误报告

    2
    59
    251KB
    2009-02-10
    4
  • smarty语法手册.chm

    Table of Contents目录列表 Preface序 I. Getting Started入门 1. What is Smarty?什么是Smarty? 2. Installation安装 Requirements安装需求 Basic Installation基本安装 Extended Setup扩展类设定 II. Smarty For Template Designers模板设计者篇 3. Basic Syntax基本语法 Comments注释 Functions函数 Attributes(函数)属性 4. Variables变量 Variables assigned from PHP由PHP分配的变量 Variables loaded from config files从config文件读取的变量 {$smarty} reserved variable{$smarty}保留变量 5. Variable Modifiers变量调节器 capitalize首字大写 count_characters计算字符数 cat连接字符串 count_paragraphs计算段落数 count_sentences计算句数 count_words计算词数 date_format日期格式化 default默认 escape转码 indent缩进 lower小写 nl2br换行符替换成<br /> regex_replace[正则替换] replace替换 spacify插空 string_format字符串格式化 strip去除(多余空格) strip_tags去除html标签 truncate截取 upper大写 wordwrap行宽约束 6. Combining Modifiers组合使用调节器 7. Built-in Functions内建函数 capture config_load foreach,foreachelse include include_php insert if,elseif,else ldelim,rdelim literal php section,sectionelse strip 8. Custom Functions常规函数 assign counter cycle debug eval fetch html_checkboxes html_image html_options html_radios html_select_date html_select_time html_table math mailto popup_init popup textformat 9. Config Files 10. Debugging Console III. Smarty For Programmers程序员篇 11. Constants常量 SMARTY_DIR 12. Variables变量 $template_dir $compile_dir $config_dir $plugins_dir $debugging $debug_tpl $debugging_ctrl $global_assign $undefined $autoload_filters $compile_check $force_compile $caching $cache_dir $cache_lifetime $cache_handler_func $cache_modified_check $config_overwrite $config_booleanize $config_read_hidden $config_fix_newlines $default_template_handler_func $php_handling $security $secure_dir $security_settings $trusted_dir $left_delimiter $right_delimiter $compiler_class $request_vars_order $compile_id $use_sub_dirs $default_modifiers 13. Methods方法 append append_by_ref assign assign_by_ref clear_all_assign clear_all_cache clear_assign clear_cache clear_compiled_tpl clear_config config_load display fetch get_config_vars get_registered_object get_template_vars is_cached load_filter register_block register_compiler_function register_function register_modifier register_object register_outputfilter register_postfilter register_prefilter register_resource trigger_error template_exists unregister_block unregister_compiler_function unregister_function unregister_modifier unregister_object unregister_outputfilter unregister_postfilter unregister_prefilter unregister_resource 14. Caching缓存 Setting Up Caching建立缓存 Multiple Caches Per Page Cache Groups缓存集合 15. Advanced Features高级特点 Objects对象 Prefilters预过滤器 Postfilters后过滤器 Output Filters输出滤镜 Cache Handler Function缓存处理函数 Resources资源 16. Extending Smarty With Plugins使用插件扩展Smarty How Plugins Work插件怎样工作 Naming Conventions命名约定 Writing Plugins编写插件 Template Functions模板函数 Modifiers调节器 Block Functions区块函数 Compiler Functions编译函数 Prefilters/Postfilters预过滤/后过滤 Output Filters输出滤镜 Resources资源 Inserts嵌入 IV. Appendixes附录 17. Troubleshooting疑难解答 Smarty/PHP errors 18. Tips & Tricks使用技巧和经验 Blank Variable Handling空白变量处理 Default Variable Handling默认变量处理 Passing variable title to header template Dates WAP/WML Componentized Templates Obfuscating E-mail Addresses 19. Resources 20. BUGS错误报告

    0
    26
    68KB
    2009-02-10
    3
  • 精通正则表达式(第3版)英文.chm

    精通正则表达式(第3版)英文.chm Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL.

    0
    56
    1.46MB
    2009-02-10
    3
  • 什么是正则表达式(中文).chm

    什么是正则表达式(中文).chm 正则表达式语法 一个正则表达式就是由普通字符(例如字符 a 到 z)以及特殊字符(称为元字符)组成的文字模式。该模式描述在查找文字主体时待匹配的一个或多个字符串。正则表达式作为一个模板,将某个字符模式与所搜索的字符串进行匹配。

    0
    25
    48KB
    2009-02-10
    3
  • 阅读者勋章

    授予在CSDN APP累计阅读博文达到3天的你,是你的坚持与努力,使你超越了昨天的自己。
  • 分享达人

    成功上传6个资源即可获取
关注 私信
上传资源赚积分or赚钱