戳我去解题Givennnon-negative integersa1,a2, ...,an,
where each represents a point at coordinate (i,ai).nvertical lines are drawn
such that the two endpoint...
分类:
其他好文 时间:
2014-07-22 23:09:34
阅读次数:
337
@echo offecho IP Ping 工具:x::set /p
choice="请输入扫描类型:A or B :"set choice=Aif /i %choice%==a goto ipduan else goto
y:yif /i %choice%==b go...
安装MongoDB 将解压所得的bin文件夹内文件部署于C:\mongodb\bin 建立数据库文件夹
C:\mongodb\data\db 准备以下内容的配置文件mongodb.cfg dbpath=C:\mongodb\data\db
#数据库路径logpath=C:\mongodb\data\...
分类:
数据库 时间:
2014-07-22 23:08:34
阅读次数:
338
MonoDevelop是一个跨平台的IDE,主要设计用于C# 和其它 .NET
语言。MonoDevelop能够让开发人员在Linux, Windows 和 Mac OSX 平台上快速开发桌面和ASP.NET Web
应用。MonoDevelop让开发人员轻松将利用Visual Studio开发的....
分类:
Web程序 时间:
2014-07-22 23:07:13
阅读次数:
458
原文地址:http://hankjin.blog.163.com/blog/static/337319372009310105246563/远程桌面与远程控制的方式有几种:1.
Windows自带的远程桌面功能: 开始->运行->mstsc2. Windows自带的远程协助功能: 开始->程序->远...
分类:
其他好文 时间:
2014-07-22 23:06:15
阅读次数:
312
display:block就是将元素显示为块级元素.block元素的特点是: 总是在新行上开始;
高度,行高以及顶和底边距都可控制; 宽度缺省是它的容器的100%,除非设定一个宽度 , , , , 和 是块元素的例子。
display:inline就是将元素显示为行内元素. inlin...
分类:
其他好文 时间:
2014-05-01 16:08:00
阅读次数:
486
1、下载并安装(Active direcotry 下面统一为AD)
https://directory.apache.org/studio/download/download-windows.html
http://directory.apache.org/apacheds/download/do....
分类:
其他好文 时间:
2014-05-01 15:57:37
阅读次数:
506
C# 安装布署 及Windows服务自动启动分类:asp.net2009-09-23
10:431126人阅读评论(0)收藏举报windowsc#serviceobject服务器设置serviceProcessInstaller1控件的Account属性为“LocalSystem”设置service...
分类:
其他好文 时间:
2014-05-01 15:49:55
阅读次数:
258
这个需要修改注册表。win+rregedit
->enter找到以下项HKEY_CURRENT_USER-Control
Panel-Desktop-WindowsMetrics新建字符键值。。MinWidth 54MaxWidth 55注销重新登录。。效果如图。
IOS中UIButton 的内容,标题,背景在button容器的相对位子的设置UIButton
*button = [UIButton buttonWithType:UIButtonTypeCustom];//button的类型 button.frame
= CGRectMake(100, 100,...
分类:
移动开发 时间:
2014-05-01 15:22:46
阅读次数:
432