爱玺玺

爱玺玺的生活日记本。wx:lb87626

css使用input[type=submit]的方式选择元素,和jquery一样

#mlogin .table input[type=submit]{ background:#f00}

测试有效

百度编辑器遮住层,层的z_index必须大于999

百度编辑器遮住层,层的z_index必须大于999

QQ图片20180225094421.gif

#mlogin{position:fixed; width:500px; height:200px; top:50%; left:50%; margin:-100px auto auto -25

php连接数据库,mysql创建表

<?php

mysql_connect("localhost","root","root","3306");

mysql_select_db("test");

$sql="insert into user(name,age) values('lili',2)";

mysql_query($sql);

struts的disapachaction使用同一个action处理不同的表单

关键代码:


struts-config.xml


  <action-mappings >

    <action

      attribute="empForm"

      input="/WEB-INF/emp.jsp"

struts工具自动生成的jsp文件配置post路径不需要全路径,否则回报错。

struts工具默认生成的是jstl标签

<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apach

网站客户要求改版,收取费用怎么说。

说明这个要花很多时间,要吃饭,要养家,请理解,所以要收取费用。

css3绑定动画无线播放

.shakekeep {

  -webkit-animation-name: shake;

  animation-name: shake;

  -webkit-animation-iteration-count:infinite;

  animation-iterati

jquery+animate.css动画效果

引入animate.css后

// JavaScript Document

$(function(){

$("#login").click(function(){

 $(

eclipse打开示Failed to create the Java Virtual Machine

在安装目录找到配置文件eclipse.ini修改红色文字:


-startup

plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar

--launcher.library

plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20150204-1316

-product<

jdk安装时会自动安装jre

jdk安装时会自动安装jre,以前都下一步了。

Powered By Z-BlogPHP 1.4 Deeplue Build 150101

Copyright Your WebSite.Some Rights Reserved.

蜀ICP备11021721号-5