随笔分类 - 实战项目资料
摘要:<span id="time"></span> <script language="javascript"> function showtime() { var today,hour,second,minute,year,month,date; var strDate ; today=new Dat
阅读全文
摘要://创建和初始化地图函数: function initMap(){ createMap();//创建地图 setMapEvent();//设置地图事件 addMapControl();//向地图添加控件 addMarker();//向地图中添加marker } //创建地图函数: ...
阅读全文
摘要:php数据库取数据 jquery及ajax实现滑动请求加载 html页面
阅读全文
摘要:目录下建立一个uploads文件夹存储上传图片
阅读全文
摘要:规范化的文件上传 ----一定要加入enctype,否则不能上传文件----- 选择上传文件: 上传图片格式为(jpg)、大小为(2M) 0){ //判断文件是否可以上传到服务...
阅读全文
摘要:<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="initial-scale=1.0, user-scalable=no
阅读全文
摘要:结合了前端的bootstrap
阅读全文
摘要:html页面 jquery css控制 向下滑动按钮的实现
阅读全文
摘要:实现的效果图 <?php class Car{ private $carColor; private $carType; public function __construct($carColor,$carType){ $this->carColor=$carColor; $this->carTyp
阅读全文
摘要:前端php页面 <?php if(isset($_GET['id'])){ $id=$_GET['id']; } include('data/conn.php'); $sqls="select count from activity where id=$id"; $results=mysqli_qu
阅读全文
摘要:匹配11位 (注意对比上面的区别)
阅读全文
摘要:POST请求 GET请求 $sess_id=$_POST['sess_id']; $arr=curl_get("http://www.zb12351.com/mapi/index.php?r_type=1&ctl=uc_account&act=index&sess_id=".$sess_id); e
阅读全文
摘要:通过curl_setopt()函数可以方便快捷的抓取网页(采集很方便),curl_setopt 是php的一个扩展库 使用条件:需要在php.ini 中配置开启。(PHP 4 >= 4.0.2) //取消下面的注释 extension=php_curl.dll 在Li...
阅读全文
摘要:利用写好的接口url地址访问输入手机号,接收手机验证码 点击获取验证码$(".accept").click(function(){ var s=$("#tellphone").val(); var patrn=/^1[3|4|5|8][0-9]\d...
阅读全文
摘要:1 .bg{ 2 width:100%; 3 height:100%; 4 background-image: url(../image/splash.png); 5 background-size: 100% 100%; 6 background-size: cover; 7 positi...
阅读全文
摘要:-----重点return +函数名实现为空返回原界面------------ ...
阅读全文


浙公网安备 33010602011771号