码迷,mamicode.com
首页 >  
搜索关键字:scalable networking    ( 1263个结果
Bootstrap3学习笔记:辅助样式
<!DOCTYPE?html> <html> <head> <meta?charst="gb2312"> <meta?http-equiv="X-UA-Compatible"?content="IE=edge"> <!--?user-scalable=no?在移动设备浏览器上,禁止用户缩放(zooming)?--> <meta?name=...
分类:其他好文   时间:2015-02-05 11:42:29    阅读次数:152
Bootstrap3学习笔记:按钮
<!DOCTYPE?html> <html> <head> <meta?charst="gb2312"> <meta?http-equiv="X-UA-Compatible"?content="IE=edge"> <!--?user-scalable=no?在移动设备浏览器上,禁止用户缩放(zooming)?--> <meta?name=...
分类:其他好文   时间:2015-02-04 16:59:52    阅读次数:138
highcharts 小实例 很适合初学者
<!DOCTYPEhtml><html><headlang="en"><metacharset="UTF-8"><metaname="viewport"content="width=device-width;initial-scale=1.0;maximum-scale=1.0;user-scalable=0;"/><title></title><scripttype="text/javascript"src="hjs/..
分类:其他好文   时间:2015-02-04 16:54:09    阅读次数:181
Bootstrap3学习笔记:表单
<!DOCTYPE?html> <html> <head> <meta?charst="gb2312"> <meta?http-equiv="X-UA-Compatible"?content="IE=edge"> <!--?user-scalable=no?在移动设备浏览器上,禁止用户缩放(zooming)?--> <meta?name=...
分类:其他好文   时间:2015-02-04 14:52:44    阅读次数:112
jquerymobile
<!DOCTYPEhtml><htmllang="en"><head><metacharset="UTF-8"><metaname="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><linkrel="stylesheet" href="../../../ui/jquery.mobile-1.4.5/jquery.mo..
分类:Web程序   时间:2015-02-02 19:59:19    阅读次数:246
Bootstrap3学习笔记:基础排版
<!DOCTYPE?html> <html> <head> <meta?charst="utf-8"> <meta?http-equiv="X-UA-Compatible"?content="IE=edge"> <!--?user-scalable=no?在移动设备浏览器上,禁止用户缩放(zooming)?--> <meta?name="v...
分类:其他好文   时间:2015-02-02 16:16:03    阅读次数:155
mariadb 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
[root@localhost /]# systemctl stop mariadb.service[root@localhost /]# mysqld_safe --user=mysql --skip-grant-tables --skip-networking & [1] 46043[root@...
分类:数据库   时间:2015-01-31 07:04:51    阅读次数:1323
初识SVG矢量图
一:什么是SVG以及的特点 (1)SVG指可伸缩矢量图形(Scalable Vector Graphics) (2)SVG 用来定义用于网络的基于矢量的图形 (3)SVG 使用 XML 格式定义图形 (4)SVG 图像在放大或改变尺寸的情况下其图形质量不会有所损失 二:SVG之HelloWorld 像学习每一门语言一样,我们来写一个最简单的SVG矢量图。输出一个圆。 ...
分类:其他好文   时间:2015-01-30 22:54:47    阅读次数:197
uva 216 Getting in Line (暴力枚举)
uva 216  Getting in Line Computer networking requires that the computers in the network be linked. This problem considers a ``linear" network in which the computers are chained together so...
分类:其他好文   时间:2015-01-27 13:19:04    阅读次数:168
poj-1287 最小生成树
简单题. Networking Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 6448   Accepted: 3500 Description You are assigned to design network connections b...
分类:其他好文   时间:2015-01-25 13:53:26    阅读次数:129
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!