码迷,mamicode.com
首页 >  
搜索关键字:port mapping    ( 26579个结果
QNX LPT Port Programming
#include #include /* for sleep() */#include /* for uintptr_t */#include /* for in*() and out*() functions */#include /* for ThreadCtl() */#include...
分类:其他好文   时间:2014-05-26 22:04:49    阅读次数:285
Java应用短信猫
首先确定短信猫正常连接到主机,并安装SIM卡。先用超级终端测试短息猫能不能用。安装minicom:#sudo apt-get install minicom安装完成后,执行#sudo minicom -s使用光标上下选择:Serial port setup,如下图按A,设置端口号,COM1对应/de...
分类:编程语言   时间:2014-05-26 15:44:09    阅读次数:444
关于shell环境变量的思考
shell中执行sh文件时需要开子进程,因此export的环境变量在子进程中,若想要sh中定义的脚本生效,使用source命令,并且可以被子进程继承。而子进程export的内容父进程获取不到
分类:其他好文   时间:2014-05-26 13:51:41    阅读次数:226
UDP发送和接收
MainRecv.cpp#include #include #include #pragma comment(lib,"ws2_32.lib")#define RECV_IP "127.0.0.1"#define RECV_PORT 8899#define LEN_RECV_BUF 2048int ...
分类:其他好文   时间:2014-05-26 12:07:41    阅读次数:276
JNI type
ref: JNI typeThe mapping between the Java type and C type is:Type SignatureJava TypeZbooleanBbyteCcharDdoubleFfloatIshortJlongLobjectSshortVvoidLfull....
分类:其他好文   时间:2014-05-26 06:21:24    阅读次数:203
当用Myeclipse8.6集成开发环境,进行JavaWeb项目开发的时候,用集成开发环境中的run Server进行程序调试时,出现如下错误解决方案
Several ports(8080,8009)required by Tomcat v6.0 Server at localhost are already in use.The server may already be running in another process, or a system process may be using the port, To start this server you will need to stop the other process or change t...
分类:编程语言   时间:2014-05-26 03:41:22    阅读次数:364
linux centos cli all proxy
linux centos 下代理http、https、ftp全局使用代理:export http_proxy=http://host:port/export https_proxy=http://host:port/export ftp_proxy=http://host:port/使用wget按需...
分类:系统相关   时间:2014-05-24 07:53:34    阅读次数:420
自己手动安装hibernate tools for eclipse(Hibernate反向工程)
自己手动安装hibernate tools for eclipse(Hibernate反向工程) 用过myeclipse的人都知道,myeclipse有集成一个hibernate的可以根据数据库表自动生成mapping映射(xml 或annotation)以及java的pojo类的工具。其实hibernate官方网站就有提供一个这样的工具,当然,现在的 名字叫做jboss...
分类:系统相关   时间:2014-05-22 22:48:18    阅读次数:515
Nginx是如何实现轻量级和高并发
Linux系统通过软限制和硬限制,制约了打开文件的最大个数,而且每个端口侦听的连接数受限于/etc/sytctl.conf中的ip_local_port_range的范围,那么nginx是如何做到轻量级和高并发的。      Nginx的进程模型            各个work进程间通过accept_mutex互斥锁进行连接的获取,以防止惊群现象的发生(即所有进程都收到通知,却...
分类:其他好文   时间:2014-05-22 17:11:39    阅读次数:364
Entity Framework Demo(一) 简单搭建环境
Entity Framwork(实体框架,简称EF)是ORM(Object Relational Mapping,对象映射关系)的一个解决方案。EF允许项目将数据库的表映射为实体,并封装了操作方法,方便开发人员直接操作数据库。EF有三种开发模式,分别是:Database First(数据库先行): ...
分类:其他好文   时间:2014-05-21 18:15:01    阅读次数:632
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!