自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (22)
  • 收藏
  • 关注

原创 ubuntu 16.04 php 开发环境搭建

ubuntu 16.04 php开发环境搭建

2016-05-01 14:25:41 2716

转载 控制span的width属性及display属性值的选择

一般来span标记的样式设定width属性,会发现不会产生效果。但是有时我们因为某种应用而需要来设置span的width属性。这个时候我们就要用到display属性了。 对于display属性而言他有四个属性值:block、inline、inline-block、none。他们的详细说明如下: block:块对象的默认值。将对象强制作为块对象呈递,为对象之后添加新行。 inline:内联

2015-10-11 21:39:05 610

原创 将客户表中电话字段改成13开头的11位随机数

UPDATE customer SET CONTACT=CONCAT(13,RIGHT(ROUND(RAND(),9),9));

2015-07-30 15:21:41 433

转载 安装ubuntu后

安装ubuntu后

2015-07-30 15:16:04 308

Programming Projects in C for Students of Engineering, Science, and Mathematics

Written as a tutorial on how to think about, organise and implement programs in scientific computing, this book achieves its goal through an eclectic and wide-ranging collection of projects. Each project presents a problem and an algorithm for solving it, and the reader is guided through the process of implementing the algorithm in C, and compiling and testing the results. The projects contain suggested algorithms and partially completed programs for implementing them, written in platform-independent standard C, to enable the reader to develop and exercise skills in scientific computing. Requiring only a working knowledge of undergraduate multivariable calculus, differential equations, linear algebra and the C programming language, this book is written for graduate students in mathematics, engineering and the sciences. It will also be of interest to advanced undergraduates and working professionals who wish to hone their skills in scientific computing in C.

2016-09-23

linux下安装testlink1.9.3

linux下安装testlink1.9.3

2016-07-04

Automation and Monitoring with Hubot: For DevOps and Developers

You will learn how to turn your company chat into DevOps tool by automating workflows and building advanced monitoring systems using Hubot. Once you see how it works, you will never want to get back to the old ways of deploying code manually and reading tons of emails to find out about broken builds, new GitHub Issues or Pull Requests.

2016-06-20

tomcat运维通部署手册V0.1_集群.doc

tomcat运维通部署手册V0.1_集群

2015-08-02

tomcat负载均衡

tomcat,httpd, mod_jk.so负载均衡配置步骤

2015-07-26

Tomcat Performance Handbook

Tomcat Performance Handbook

2015-07-12

Beginning Android Web Apps Development

With Beginning Android Web Apps Development, you'll learn how to apply HTML5, CSS3, JavaScript, Ajax and other Web standards for use on the Android mobile platform, by building a variety of fun and visually stimulating games and other web applications! If you've done some basic web development, and you want to build your skills to create exceptional web apps, you'll find everything you seek in the discussions and examples in this book.

2015-04-24

xmlstarlet-1.6.1.tar.gz

xmlstarlet-1.6.1.tar.gz

2015-01-06

probe-2.3.3.zip

地址:https://code.google.com/p/psi-probe/downloads/list 版本:probe-2.2.3.zip

2015-01-06

指纹采集仪SDK测试演示程序

指纹采集仪SDK测试演示程序

2014-12-11

installscript事件

installscript 事件

2014-12-04

天香锦系列产品开发接口

天香锦系列产品包括来电通、录音盒、电话机、话务盒,使用同样的开发接口,提供OCX和DLL,开发例子有VC、C#、DELPHI、.NET。

2014-12-04

中控考勤软件报错:无注册类别 解决工具

中控考勤软件报错:无注册类别 解决工具

2014-12-04

java基础总结大全

java基础总结大全,比较详细,方便温故知新

2014-11-16

EndNote on Linux

This document discusses how to install and start EndNote reference management software from Thompson ResearchSoft on Linux. 

2013-03-21

97 Things Every Programmer Should Know

97 Things Every Programmer Should Know 程序员应该知道的97件事

2013-03-18

数据库复习

全套数据库复习资料含习题答案

2012-06-16

软件工程课程设计购物网站设计

软件工程课程设计购物网站设计软件工程课程设计购物网站设计

2011-07-09

软件工程课程设计图书管理系统

软件工程课程设计图书管理系统软件工程课程设计图书管理系统

2011-07-09

数据结构课程设计题目:重言式判别

1.逻辑表达式从终端输入,长度不超过一行,逻辑运算符包括"|","&"和"~",分别表示或,与和非,运算符的优先程度递增,但可有括号改变,即括号内的运算优先。逻辑变元为大写字母。表达式中的任何地方都可以含有多个空格符。 2.若是重言式或矛盾式,可以只显示"True forever"或"False forever", 否则显示"Satisfactible"以及变量名序列,与用户交互。若用户对表达式中变元取定一组值,程序就求出表达式的值。 3.程序要求必须输入语法正确的表达式,程序没有语法检查功能。 4.本程序在vs2008下编译通过。

2011-07-05

数据课程设计案例精编数组

数据课程设计案例精编数组,你选的是数组就拿这个吧

2011-07-05

计算机组成带移位运算实验报告

计算机组成原理实验,实现函数的时间复杂度分析,思考和小结等,构成完整的实验报告

2011-07-05

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除