http://kb.cnblogs.com/page/513237/ http://blogs.technet.com/b/networking/archive/2009/08/12/where-do-resets-come-from-no-the-stork-does-not-bring-them.aspx http://div.io/topic/609?page=1 http://fex...
分类:
其他好文 时间:
2015-10-15 06:40:22
阅读次数:
130
1.width可是宽度,initial-scale初始化缩放比例,maximum-scale允许用户缩放的最大比例,minimum-scale允许用户缩放的最小比例,user-scalable是否允许用户缩放。2.-webkit-tap-highlight-color:rgba(255,255,25...
分类:
移动开发 时间:
2015-10-14 21:32:06
阅读次数:
241
Read fromhttps://medium.com/@bluepnume/sane-scalable-angular-apps-are-tricky-but-not-impossible-lessons-learned-from-paypal-checkout-c5320558d4efng-Co...
分类:
移动开发 时间:
2015-10-11 19:30:03
阅读次数:
208
网卡配置文件:/etc/network/interfaces文件关键内容:autoeth0ifaceeth0inetstaticaddress192.168.0.106netmask255.255.255.0gateway192.168.0.1DNS的配置:/etc/resovl.conf文件关键内容:domainnameserver8.8.8.8nameserver114.114.114.114重启网卡:/etc/init.d/networking..
分类:
其他好文 时间:
2015-10-05 23:31:58
阅读次数:
322
一、zeromq简介zeromq的官方网站:http://zeromq.org/, 简介如下:ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking library but acts like a con...
分类:
其他好文 时间:
2015-10-04 12:20:07
阅读次数:
235
Reactor模式和NIO本文可以看作是Doug Lea Scalable IO in Java一文的翻译。当前分布式计算 Web Services盛行天下,这些网络服务的底层都离不开对socket的操作。他们都有一个共同的结构:1. Read request2. Decode request3. ...
分类:
其他好文 时间:
2015-09-30 16:02:31
阅读次数:
203
<!DOCTYPE?html>
<html>
<head>
????<meta?charset="UTF-8">
????<title>面包屑式导航</title>
????<meta?name="viewport"?content="width=device-width,?user-scalable=no,?initial-scale=1"/...
分类:
其他好文 时间:
2015-09-28 19:34:20
阅读次数:
159
SVG 意为可缩放矢量图形(Scalable Vector Graphics)。 SVG 使用 XML 格式定义图像。什么是SVG?SVG 指可伸缩矢量图形 (Scalable Vector Graphics)SVG 用来定义用于网络的基于矢量的图形SVG 使用 XML 格式定义图形SVG 图像在放...
分类:
其他好文 时间:
2015-09-25 18:33:10
阅读次数:
174
题目:http://poj.org/problem?id=1287题目不多说, 最小生成树模版题。#include #include #include #include using namespace std;struct NoThing{ int from, to, val;} edge[1...
分类:
Web程序 时间:
2015-09-25 13:07:11
阅读次数:
235
CentOS刚装的MySQL一般需要重设MySQL密码,可以用以下方法重设。方法一、Js代码 # /etc/init.d/mysqld stop # mysqld_safe --user=mysql --skip-grant-tables --skip-networking & # mysql -u...
分类:
数据库 时间:
2015-09-24 23:52:30
阅读次数:
284