php中文网 | cnphp.com

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
php中文网 | cnphp.com 源码下载
  • Dead Centre a DIV

    Dead Centre a DIV

    Taken from Dead Centre. Adjust #content depending on the size div you need. body { margin: 0px } #horizon { color: white; background-color: #0ff; text-align: center; posi ...

    admin |2022-03-24 11:23:15 |0

  • Nice URLS PHP .htaccess

    Nice URLS PHP .htaccess

    .htaccess RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ $1.php [L,QSA] # http://domain/about -> http://domain/about.php ------ ...

    admin |2022-03-24 11:21:50 |0

  • Validating a Date Format

    Validating a Date Format

    This is used to validate a date in a specific format. The code example is to validate whether it is a valid dd/MM/yyyy Date Format. function ValidateDateFormat(input) { var dateString = ...

    admin |2022-03-24 11:20:22 |0

  • Adapter class for Recyclerview in kotlin android

    Adapter class for Recyclerview in kotlin android

    [mw_shl_code=applescript,true]class ClassName(val list:ArrayList):RecyclerView.Adapter() { override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ClassName.ViewHolder { ...

    admin |2022-03-24 11:18:15 |0

  • CSS Conic Gradient

    CSS Conic Gradient

    [mw_shl_code=css,true]conic-gradient() = conic-gradient( [ from ]? [ at ]?, ) .conic-gradient { background: conic-gradient(#fff, #000); } .conic-gradient { /* Original example */ ...

    admin |2022-03-24 11:16:01 |0

  • textbox

    textbox

    说明: 文本框的各种用法:选择,删除,撤销,重复,剪切,复制,粘贴,查找,替换等功能

    admin |2022-03-24 10:47:09 |0

  • EastDraw

    EastDraw

    说明: 代码实现了矢量绘图功能:直线、圆,各类曲线一应俱全,并可进行画笔画刷风格与颜色设定,并有文件保存功能。

    admin |2022-03-24 10:39:48 |0

  • swing 实现用户登录注册界面(不使用数据库) 实现的功能

    swing 实现用户登录注册界面(不使用数据库) 实现的功能

    先说一下具体实现的功能吧:用户注册后会将注册的对象存入内存中,登录时会遍历注册的对象列表,判断是否登录成功; 登录和注册界面: 本次实验分为六个模块 登录界面 (两个输入框,两个按钮) 注册界 ...

    admin |2022-03-24 08:28:39 |0

  • B站视频下载软件,B23Dld-v0.9.5.4-win_64免安装版

    B站视频下载软件,B23Dld-v0.9.5.4-win_64免安装版

    B站视频下载软件,B23Dld-v0.9.5.4-win_64免安装版

    admin |2022-03-23 17:09:08 |0

  • C 如何将输出的地址转化为十进制数

    C 如何将输出的地址转化为十进制数

    需求   这两天在看内存对齐的相关问题,因此产生了一个,如何将地址转换为十进制数?   对于如下程序: [mw_shl_code=applescript,true]void func() { int a = 10; printf("a 的地址为:%p\ ...

    admin |2022-03-23 16:37:31 |0

最新帖子

点击排行

回复排行

精华主题

QQ|php中文网 | cnphp.com ( 赣ICP备2021002321号-2 )

GMT+8, 2024-11-22 08:10 , Processed in 0.282721 second(s), 26 queries , Gzip On.

Powered by Discuz! X3.4 Licensed

Copyright © 2001-2020, Tencent Cloud.

申明:本站所有资源皆搜集自网络,相关版权归版权持有人所有,如有侵权,请电邮(fiorkn@foxmail.com)告之,本站会尽快删除。

返回顶部