文艺学姐

文章
3
资源
0
加入时间
2年10月24天

DateTimePickDialog

/** * 日期时间选择控件 使用方法: private EditText inputDate;//需要设置的日期时间文本编辑框 private String * initDateTime="2012年9月3日 14:44",//初始日期时间值 在点击事件中使用: * inputDate...

wordpress实现访客统计

简单介绍一下用php+mysql实现简单的访客统计  一、php脚本<?php //连接数据库 $conn=mysql_connect("localhost","root","root"); if(!$conn){ die("链接失败".mysql_errno()); } //设置数据库编码方式 m