– Windows XP 64bit에서는 설치가 안 된다.
– Windows Live
Messenger 2009 on Windows XP 64bit에서 내려받은 프로그램으로 메신저 설치 프로그램을 패치하였다.
– 설치가 잘 되었다.
– 이렇게 패치해서 될 것이면, MS에서 지원해주는 것이 맞다는 생각이 든다.
Workstation 사용기 -1
– 윈도우 XP 64비트에는 프로그램 설치하는 곳이 두 군데이다.
– Program Files (x86)는 32비트용 프로그램 설치 위치
– Program Files은 64비트용 프로그램 설치 위치
– 어떤 프로그램은 자신이 32비트 연산을 하면서 , 습관적으로 “Program Files”폴더에 설치되기도 한다.
– 전자결재 프로그램이 이런 일을 하는 바람에 하루를 날렸다.
– 부팅할 때, 상당한 인내력이 필요하다. (하긴 맨날 켰다껐다 하는 컴퓨터가 아니다!)
– 최신 Windows messenger를 설치할 수 없다.
Workstation
워크스테이션이 하나 들어왔다. 사양은 다음과 같다.
HP Z800 Workstation |
HP Z800 1110W 85% Efficient Chassis |
HP Z800 Localization Kit |
MS Windows 7 Downgrade to XP 64OS |
Intel Xeon X5570 2.93 8MB/1333 QC CPU-1 X 2개 |
HP 24GB (12x2GB) DDR3-1333 ECC RAM |
NVIDIA Quadro FX1800 768MB Graphics |
HP 146GB SAS 15K 1st HDD |
HP 1000GB SATA 7200 1st HDD |
HP 16X DVD+-RW SuperMulti SATA 2nd Drive |
No Floppy Disk Kit |
HP Air Cooling Solution |
HP USB Standard Keyboard |
HP USB Optical Scroll Mouse |
HP 1x Standard Heatsink Thermal Kit |
운영체제 : Windows XP Professinal x64
이 워크스테이션을 위한 드라이버는 다음 사이트에서 구할 수 있다.
http://h50177.www5.hp.com/support/NZ238PA/drivers/os_2002.html
gbXML
The Green Building XML schema, referred to as “gbXML”, was
developed to facilitate the transfer of building information stored in
CAD building information models, enabling integrated interoperability
between building design models and a wide variety of engineering
analysis tools and models available today. Today, gbXML has the industry
support and wide adoption by the leading CAD vendors, Autodesk,
Graphisoft, and Bentley. With the development of export and import
capabilities in several major engineering modeling tools, gbXML has
become a defacto industry standard schema. Its use dramatically
streamlines the transfer of building information to and from engineering
models, eliminating the need for time consuming plan take-offs. This
removes a significant cost barrier to designing resource efficient
buildings and specifying associated equipment. It enables building
design teams to truly collaborate and realized the potential benefits of
Building Information Modeling.
참고할 만한 사이트
공식사이트 http://www.gbxml.org/
http://thebuildingcoder.typepad.com/blog/gbxml/
Visual Studio .NET 2005에서 설치용 프로그램 만들기
프로그램을 개발한 다음, 사용자가 설치해서 사용할 수 있도록 하기 위해서는 ‘설치용 프로그램'(일명 setup 프로그램)을 만들어야 한다.
Visual Studio .NET 2005에서는 솔루션에 ‘설치 프로젝트’를 추가하여 개발 프로그램을 설치가능하게 할 수 있다.
다음의 사이트는 이것을 잘 설명하고 있다.
http://www.nohungry.net/tt1/tag/110
xpath와 namespace
Hey all,
Simple question, I just want to select the text from the <Template> tag. Here’s what I have, but the Xpath doesn’t match anything.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
public static void TestXPath() { string xmlText = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>"; xmlText += "<Properties xmlns=\"http://schemas.openxmlformats.org/officeDocument/2006/extended-properties\" xmlns:vt=\"http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes\">"; xmlText += "<Template>Normal</Template> <TotalTime>1</TotalTime> <Pages>1</Pages> <Words>6</Words>"; xmlText += "</Properties>"; XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(new System.IO.StringReader(xmlText)); foreach (XmlNode node in xmlDoc.SelectNodes("//Template")) { Console.WriteLine("{0}: {1}", node.Name, node.InnerText); } } |
You need to use an XmlNamespaceManager because the
Template element is in a namespace:
1 2 3 4 5 6 7 8 9 10 |
XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(new System.IO.StringReader(xmlText)); XmlNamespaceManager manager = new XmlNamespaceManager(xmlDoc.NameTable); manager.AddNamespace("ns", "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties"); foreach (XmlNode node in xmlDoc.SelectNodes("//ns:Template", manager)) { Console.WriteLine("{0}: {1}", node.Name, node.InnerText); } |
MatLAB 7.2를 Windows7에 설치하기
MatLAB 7.2를 Windows7에 설치하려다 에러가 발생해서 아래 웹페이지에서 해결책을 찾았다.
웹페이지 : http://www.4kg.net/node/12339
Q. Matlab 7.4를 windows7에 설치하려고 했는데 에러를 하나 밷어내고 멈춰버립니다. or Matlab이 Windows7에서 실행되지 않습니다.
A-1. Windows 테마를 “Windows 고전”으로 변경하면 됩니다. 다만 이 경우 Windows7의 자랑인Aero peek을 사용할 수 없습니다.
A-2. Matlab 내부의 Java를 최신버전으로 교체합니다. 방법은 다음과 같습니다.
1) Java 최신 버전을 다운받고, 인스톨합니다.2)\sys\java\jre\win32에 가보면 jre1.5.0_07 혹은 비슷한 이름의 폴더를 볼 수 있습니다. 그 폴더의 이름을 Original_jre1.5.0_07으로 변경합니다.3) C:\Program Files\Java 위치에 가서 jre6 폴더를\sys\java\jre\win32로 복사/붙여넣기 합니다.4) jre6 폴더의 이름을 jre1.5.0_07과 같이 2)에서의 원래 폴더 이름으로 변경합니다.
( A-2 내용 출처 : Matlab 7 under Windows 7 )
<주의!> A-1, A-2의 두 방법을 모두 이용해서 Matlab을 구동해도“HELP창에 내용이 나타나지 않는 문제”가 발생합니다.
이때 사용한 구글의 검색어는 “matlab 7 under windows7″이었다.
[웹페이지]FireFox 활용팁
FireFox 활용팁
거리측정기
제품종류 : 거리측정기
상표명 : 라이카 DISTO™ D8모델명 : D8
제조사 : 라이카 지오시스템즈
제품정보 : 회사 웹페이지
가격 :
제품개요/용도 : 레이저를 발사하여 닿는 지점까지의 거리를 측정함
이미지 :
사용법 :
가운데 전원 스위치 겸 레이저 발사 단추를 누르면 레이저가 닿은 곳까지의 거리가 표시된다.