码迷,mamicode.com
首页 >  
搜索关键字:web part    ( 102341个结果
css圆角矩形属性
-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
分类:Web程序   时间:2014-05-27 01:52:43    阅读次数:184
Java Web总结二十Filter、装饰设计模式
一、Filter的部署——注册Filter testFitler org.test.TestFiter word_file /WEB-INF/word.txt 1、用于为过滤器指定一...
分类:编程语言   时间:2014-05-27 01:37:02    阅读次数:310
小总结
1.IMAGE.SAVE(@path)string path=System.Web.Hosting.HostingEnvironment.MapPath(“~/Images”)函数得到的路径 如果用在IMAGE.SAVE(@path) 函数中 需要转义符号或者path= path.Replace("...
分类:其他好文   时间:2014-05-27 01:33:19    阅读次数:266
css的img移上去边框效果
.v_comment img{ height:36px; height:36px; float:left; padding:1px; margin:2px; border: 1px solid #ddd; }.v_comment img:hover{border: 1px solid #ccc; -...
分类:Web程序   时间:2014-05-27 01:31:52    阅读次数:264
什么是phpMyAdmin
phpMyAdmin 是一个以PHP为基础,以Web-Base方式架构在网站主机上的MySQL的数据库管理工具,让管理者可用Web接口管理MySQL数据库。借由此Web接口可以成为一个简易方式输入繁杂SQL语法的较佳途径,尤其要处理大量资料的汇入及汇出更为方便。其中一个更大的优势在于由于ph...
分类:Web程序   时间:2014-05-27 01:11:04    阅读次数:290
js在IE和FF下的兼容性问题
作者 菜心作坊博客,火龙果软件 发布于2014-04-17长久以来JavaScript兼容性一直是Web开发者的一个主要问题。在正式规范、事实标准以及各种实现之间的存在的差异让许多开发者日夜煎熬。为此,主要从以下几方面差异总结IE和Firefox的Javascript兼容性:一、函数和方法差异;二、...
分类:Web程序   时间:2014-05-27 01:06:16    阅读次数:407
验证码几个小例
例一:在网站要目录下添加ValidateCode.aspx,路径自己定。ValidateCode.aspx:ValidateCode.aspx.cs:using System;using System.Collections.Generic;using System.Web;using System...
分类:其他好文   时间:2014-05-27 01:03:47    阅读次数:430
css3中transform的用法
transform:rotate旋转deg #box1{ -moz-transform:rotate(10deg); -webkit-transform:rotate(10deg); }transform:skew倾斜 #box2{ -mo...
分类:Web程序   时间:2014-05-27 00:47:36    阅读次数:309
[转]Web基础架构:负载均衡和LVS
以下内容转载自:http://www.importnew.com/11229.html在大规模互联网应用中,负载均衡设备是必不可少的一个节点,源于互联网应用的高并发和大流量的冲击压力,我们通常会在服务端部署多个无状态的应用服务器和若干有状态的存储服务器(数据库、缓存等等)。一、负载均衡的作用负载均衡...
分类:Web程序   时间:2014-05-27 00:43:58    阅读次数:405
What technical details should a programmer of a web application consider before making the site public?
What things should a programmer implementing the technical details of a web application consider before making the site public? If Jeff Atwood can for...
分类:移动开发   时间:2014-05-24 07:46:17    阅读次数:405
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!