码迷,mamicode.com
首页 >  
搜索关键字:scalable networking    ( 1263个结果
MySQL(一)基础
1)启动mysql启动mysql前,要检查端口3306是否被占用;2)连接mysql3)修改密码,空密码是相当不安全的,必须第一时间修改密码4)删除匿名用户5)忘记密码如何解决保证mysql当时无人连接#vim/etc/my.cnf在[mysqld]的段中加上一句:skip-grant-tables/跳过授权表skip-networking/..
分类:数据库   时间:2015-03-16 13:04:14    阅读次数:194
Android之NetworkOnMainThreadException异常
看名字就应该知道,是网络请求在MainThread中产生的异常先来看一下官网的解释:Class OverviewThe exception that is thrown when an application attempts to perform a networking operation on...
分类:移动开发   时间:2015-03-12 20:50:59    阅读次数:138
《Scalable IO in Java》笔记
Scalable IO in Javahttp://gee.cs.oswego.edu/dl/cpjslides/nio.pdf基本上所有的网络处理程序都有以下基本的处理过程:Read requestDecode requestProcess serviceEncode replySend repl...
分类:编程语言   时间:2015-03-11 23:10:29    阅读次数:290
一个简单的socket程序运行与抓包查看
为了熟悉socket编程,在ubuntu下运行了一个现有例子(Networking and Socket programming tutorial in C - CodeProject),并通过抓包查看运行结果。步骤一、编译gcc server.c -o server.outgcc client.c...
分类:其他好文   时间:2015-03-10 11:40:56    阅读次数:150
配置内核支持NFS启动文件系统
内核支持NFS分区(即编译时在Filesystem中选中[*]RootfilesystemonNFS),以及支持内核IP_PNP(即编译时在Networking中选中[*]IP:kernellevelautoconfiguration)Filesystems--->NetworkFileSystem...
分类:其他好文   时间:2015-03-06 19:01:27    阅读次数:119
SVG
SVG 是使用 XML 来描述二维图形和绘图程序的语言。什么是SVG?SVG 指可伸缩矢量图形 (Scalable Vector Graphics)SVG 用来定义用于网络的基于矢量的图形SVG 使用 XML 格式定义图形SVG 图像在放大或改变尺寸的情况下其图形质量不会有所损失SVG 是万维网联盟...
分类:其他好文   时间:2015-03-05 18:56:03    阅读次数:127
jquery.mobile 手机滚动
<!--<!DOCTYPEhtml><html><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.mobi..
分类:移动开发   时间:2015-02-14 01:23:36    阅读次数:307
Linux网络配置
配置主机名(固定和临时生效),本地解析,修改网卡配置信息,修改DNS主机名[leaf@clinetroot]$cat/etc/sysconfig/network NETWORKING=yes HOSTNAME=clinet.clientdoman#其中主机名为clientIP地址与主机名解析[leaf@clinetroot]$tail-1/etc/hosts 192.168.1.100client.clientdo..
分类:系统相关   时间:2015-02-14 01:15:42    阅读次数:277
Linux Netcat command – The swiss army knife of net
Swiss Army Knife of networking?netcat?is a versatile tool that is able to read and write data across TCP and UDP network . Combined with other tools and redirection it can be used in number of wa...
分类:Web程序   时间:2015-02-11 22:07:25    阅读次数:241
CentOS下配置防火墙 配置nat转发服务
CentOS下配置iptables防火墙linux NAT(iptables)配置CentOS下配置iptables1,vim /etc/sysconfig/network 这里可以更改主机名称。NETWORKING=yesNETWORKING_IPV6=noHOSTNAME=BGI-TJ.loc....
分类:其他好文   时间:2015-02-05 13:19:56    阅读次数:329
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!