Ubuntu 一条命令安装LAMP操作方法如下:1. 在Ubuntu 10.10的Ubuntu software center中找不到LAMP安装包了。以前的Ubuntu是有打好包的LAMP的安装包的,不需要自己一个一个的去安装apache/mysql/php...2. Google了一下,可以这样...
分类:
系统相关 时间:
2015-05-30 22:25:40
阅读次数:
156
OA项目的计划和开发和开发流程
1 建立界面原型
center.jsp main.jsp left.jsp ….
2 建立相关文件文件
定义包名:com.oa.(model(模型层), dao(数据访问层), service() ,Action …)
确定Model 层的实体类(有共同属性的实体应该继承同一个父类(共同属性放在父类中))
(Company,Depart...
分类:
其他好文 时间:
2015-05-30 21:16:03
阅读次数:
220
.index{ position: absolute; top:0; bottom:0; left:0; right:0; background:url(../images/cover-default-4_6743235.png) center no-repeat; background-size:...
分类:
Web程序 时间:
2015-05-30 12:10:55
阅读次数:
142
行内元素水平居中方案
行内元素包裹在一个属性display为block的父层元素中,父块text-align:center即可实现
代码实现index.html
行内元素水平居中
<style type="text/css...
分类:
Web程序 时间:
2015-05-29 23:13:00
阅读次数:
146
HTMLCSSspan{width: 60px;height: 20px;display: inline-block;border: solid 1px black;text-align: center;margin: 5px;cursor:pointer;}JQ记得引jq文件~~ 囧END ! ....
分类:
其他好文 时间:
2015-05-29 11:19:13
阅读次数:
105
android自定义按钮1》定义按钮布局文件<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"androidrientation="horizontal"android:layout_gravity="center"android:layout_width="wrap_content"android:l..
分类:
移动开发 时间:
2015-05-28 18:23:46
阅读次数:
199
Saving James Bond - Easy VersionAssume that the lake is a 100 by 100 square one. Assume that the center of the lake is at (0,0) and the northeast corn...
分类:
其他好文 时间:
2015-05-28 15:48:22
阅读次数:
167
give a brief explanation about margin property and also use this property to center one div
分类:
Web程序 时间:
2015-05-28 10:48:34
阅读次数:
127
string.capitalize() 字符串第一个字符大写 string.center(width,[,fill]) 原字符居中,空格填充至width长度 string.count(str,beg=0,end=len(string)) 获得字符串中某一个子串的数目,计算出现次数,可指定范围 ...
分类:
编程语言 时间:
2015-05-27 16:09:10
阅读次数:
360
发现有些朋友对这4个属性的使用时机和规律不是很明白,就自己总结了一些。...
分类:
移动开发 时间:
2015-05-26 00:16:35
阅读次数:
241