<label>修改图片:</label> <div class="lf salebd" id="preview"><a href="#"><img src="<%=path %>/images/ad20.jpg" width="100" height="100" /></a></div> <inpu ...
分类:
Web程序 时间:
2016-12-31 22:53:21
阅读次数:
485
使用绝对路径登录 /phpStudy/mysql/bin/mysql -uroot -p; 设置远程登录密码 GRANT ALL PRIVILEGES ON *.* TO 'itoffice'@'%' IDENTIFIED BY 'itoffice' WITH GRANT OPTION;(第一个it ...
分类:
数据库 时间:
2016-12-29 19:44:50
阅读次数:
185
类似“网易新闻”UI设计就很好,顶部是导航,下面是各个页面。如图这种效果使用design包中的TabLayout可以轻松的实现。一、分析TabLayout 常见 UI上图效果可以用如下代码实现: //设置背景色 mTabLayout.setBackgroundColor(Color.LTGRAY);... ...
分类:
其他好文 时间:
2016-12-29 13:59:56
阅读次数:
473
autocomplete="off" : 使浏览器不记录用户之前输入过的值,用于保护用户隐私.placeholder="" : input为空时的提示字符串,当input获得焦点的时候消失。 ...
分类:
Web程序 时间:
2016-12-29 13:57:13
阅读次数:
241
当 IDENTITY_INSERT 设置为 OFF 时,不能为表 'tbUser' 中的标识列插入显式值。 ...
分类:
其他好文 时间:
2016-12-28 21:02:48
阅读次数:
222
@Autowired和@Resource等注解是将Spring容器中的bean注入到属性,而@Component等注解是将bean放入Spring容器中管理。 @Autowired spring2.1中允许用户通过@Autowired注解对Bean的属性变量.属性Setter方法以及构造函数进行标注 ...
分类:
编程语言 时间:
2016-12-28 17:56:36
阅读次数:
226
<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><title>qq幻灯片轮播</title><style type="text ...
分类:
Web程序 时间:
2016-12-28 14:47:23
阅读次数:
262
序言 Nginx是lgor Sysoev为俄罗斯访问量第二的rambler.ru站点设计开发的。从2004年发布至今,凭借开源的力量,已经接近成熟与完善。 Nginx功能丰富,可作为HTTP服务器,也可作为反向代理服务器,邮件服务器。支持FastCGI、SSL、Virtual Host、URL Re ...
分类:
其他好文 时间:
2016-12-28 12:23:35
阅读次数:
184
%0 当前 batch 文件名 %n 第 n 个命令行参数(1 <= n <= 9) %* 所有的命令行参数 @echo off echo %0 echo %1 if not "%1" == "" if "%2" == "" ( echo haha echo hehe ) echo exit pau... ...
分类:
其他好文 时间:
2016-12-27 20:09:58
阅读次数:
180