------

[ AD ] Port Monitor ( Try to use a Best WebSite Monitoring Tool )

------

c# 가계부  - 사용한 돈 / 한 일을 적는다.

/ 월별 / HouseHold Account Book / 만들기 / Access DB 사용 / 윈도우 버젼 /

-- 기능 : 리스트 탭 / 편집 탭 제공

-- 프로그램 기능 : 동적으로 DB를 생성한다. / 테이블 생성 , 입력문 수행(코드입력 )

-- 기타 기능
-- 폼 팝업 (부모 화면 중앙 ) , 메시지 박스 (부모 화면 중앙 )


리스트 - 수입 (위 ) / 지출 ( 아래 )


일단 영문으로 작성하고... 100건 정도 저장 무료 버젼을 만든다.

SubjectCode SubjectNote
int nvarchar(32)
101 Salary/Wages
102 Withdrawal from Savings
103 Interest
104 Misc. Labor
105 Sales/Commissions
106 Rent
107 Dividends
108 Retirement/Pension
109 Social Security/SSI
110 Expense Acct. Refunds
111 Other Refunds
112 Gifts
113 Cash Loans Received
114 Other Income
201 Taxes
202 Contributions
203 Other Deduction/Credits
204 Health
205 Child/Dependent Care
206 Gifts
207 Food
208 Recreation
209 Personal
210 Transportation
211 Education
212 Housing
213 Furnishings & Equipment
214 Clothing
215 Other Expense

HappenCode HappenNote
int nvarchar(32)
100 Income
200 Expense

<c# COM 추가 : Project Add Reference >

Before you write code, you must add a reference to the Microsoft Excel object library.

Right click on your project and select Add Reference menu.

After that go to COM tab and select and add Microsoft Excel 12.0 object library.

코드를 작성하기전, MS Excel 오브젝트 라이브러리를 참조 추가해야 한다.

프로젝트에서 오른쪽 클릭하고 참조추가 메뉴를 선택한다. 컴 탭으로 가서 엠에스 엑셀 오브젝트 라이브러리를 추가한다.



C# DataGridView 속성 변경하기

private void InitDataGridView()
{
// 배경 색상
dataGridView1.BackgroundColor = Color.White;


// 왼쪽 행의 헤더
dataGridView1.RowHeadersVisible = false;

// 한줄 걸러 색상
dataGridView1.AlternatingRowsDefaultCellStyle.BackColor = Color.LightGoldenrodYellow;

// 열 늘려서 가로폭 채우기
//dataGridView1.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill;

dataGridView1.AutoSizeRowsMode = DataGridViewAutoSizeRowsMode.None;

//dataGridView1.AllowUserToResizeColumns = true;
//
//dataGridView1.ColumnHeadersBorderStyle
//= DataGridViewHeaderBorderStyle.None; // | DataGridViewHeaderBorderStyle.Raised;
}

'0.일반개발' 카테고리의 다른 글

c# 가계부  (0) 2011.06.01
<c# COM 추가 : Project Add Reference >  (0) 2011.05.26
Layout Center  (0) 2010.10.08
Samsung Galaxy 안드로이드 커널 빌드  (0) 2010.10.08
안드로이드 커널 소스  (0) 2010.10.08



갤럭시 S와 갤럭시 Tab의 화면 배치를 양쪽 모두를 만족 시키기....

해상도 / 양쪽 적용

문법을 맞추긴 보다는 핵심 부분만 강조 한겁니다. ( 실제 코딩시는 문법을 지켜서 하세요)

<RelativeLayout>
<TextView android:text="30" android:layout_toLeftOf="ccc"></TextView>

<TextView android:id="@+id/ccc"  android:text="/" android:layout_centerInParent="true"></TextView>

<TextView android:text="40" android:layout_toRightOf="ccc"></TextView>

</RelativeLayout>

Samsung Galaxy 안드로이드 커널 빌드

www.kandroid.org

출처 : http://opensource.samsungmobile.com/index.jsp
==> http://opensource.samsung.com
 
1. 다운로드 Samsung i7500 Galaxy Android Kernel 
 
    http://img.kr.samsungmobile.com/images/opensource/download/OpenSource/GT-I7500_OpenSource.zip
[현재 없음]
 
2. 압축 푸신 후,
 
    cd BSP/kernel_2.6.27
 
3. 변환 : dos file format -> unix file formatlsls


 
    find . -type f -name '*' -exec dos2unix {} ;
 
4. 커널 빌드 :
 
    make capela_defconfig ARCH=arm
    make ARCH=arm CROSS_COMPILE=<android_home>/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-
    
    참조 : <android_home> : android full source home directory



갤럭시S 커널 소스  주소입니다.

http://opensource.samsung.com

다운로드는 아래와 같이 들어가시면 됩니다.

http://opensource.samsung.com/  > Mobile > Mobile Phone > SHW-M110S
 

SHW-M110S_OpenSource.zip  <-- 다운
 

[압축 해제후 각 폴더 정보]

SHW-M110S_OpenSource\SHW-M110S_eclair.tar\opensrc

How to build


1. Get android open source.
    : version info - Android eclair 2.1 (android-2.1_r2)
     ( Download site : http://source.android.com )

2. Overwrite modules that you want to build.

3. Add the following lines at the end of build/target/board/generic/BoardConfig.mk

BOARD_HAVE_BLUETOOTH := true
BT_USE_BTL_IF := true
BT_ALT_STACK := true
BRCM_BTL_INCLUDE_A2DP := true
BRCM_BT_USE_BTL_IF := true

4. make

 SHW-M110S_OpenSource\3d_module_GPL.tar\3d_module_GPL

SGX Embedded Systems DDK for Linux kernel.
Copyright (C) 2008 Imagination Technologies Ltd. All rights reserved.
======================================================================
About
-------------------------------------------

This is the Imagination Technologies SGX DDK for the Linux kernel.


License
-------------------------------------------

You may use, distribute and copy this software under the terms of
GNU General Public License version 2.

The full GNU General Public License version 2 is included in this
distribution in the file called "COPYING".


Build and Install Instructions
-------------------------------------------

For details see the "INSTALL" file.

To build for, change to the appropriate target directory, e.g.:
$ cd eurasiacon/build/linux/platform/kbuild

Issue the make command:
$ make BUILD=debug all

The DDK software must be installed by the root user.  Become the root user:
$ su

Install the DDK software:
$ make install

Become an ordinary user again:
$ exit


Contact information:
-------------------------------------------

Imagination Technologies Ltd. <gpl-support@imgtec.com>
Home Park Estate, Kings Langley, Herts, WD4 8LZ, UK



SHW-M110S_OpenSource\SHW-M110S_Kernel.tar\GalaxyS

################################################################################

1. How to Build
 - get Toolchain
  From Codesourcery site( http://www.codesourcery.com )
  Ex) Download : http://www.codesourcery.com/sgpp/lite/arm/portal/package6493/public/arm-none-eabi/arm-2010q1-188-arm-none-eabi-i686-pc-linux-gnu.tar.bz2

  recommand : up to 2009q3 version.
     Feature : ARM
     Target OS : "EABI"
     package : "IA32 GNU/Linux TAR"

 - edit build_kernel.sh
  edit "TOOLCHAIN" and "TOOLCHAIN_PREFIX" to right toolchain path(You downloaded).
  Ex)  30 TOOLCHAIN=`pwd`/../arm-2010q1/bin/  // `pwd` means current path.
    31 TOOLCHAIN_PREFIX=arm-none-eabi-   // You have to check.

 - run build_kernel.sh
  $ ./build_kernel.sh

2. Output files
 - Kernel : linux-2.6.29/arch/arm/boot/zImage
 - module : modules/*/*.ko

3. How to Clean
 - run build_kernel.sh Clean
  $ ./build_kernel.sh Clean

################################################################################

'0.일반개발' 카테고리의 다른 글

C# DataGridView 속성 변경하기  (0) 2011.05.26
Layout Center  (0) 2010.10.08
안드로이드 커널 소스  (0) 2010.10.08
안드로이드 ADT 설치 / 삭제  (0) 2010.10.07
Template 만들기  (0) 2010.10.07

안드로이드 폰 제조사별 소스 받기 / 오픈 소스 / 공개 사이트

디자이어
갤럭시s
모토로이
안드로이드원
옵티머스

▶ HTC Android Kernel Open Source

▶ Samsung Android Kernel Open Source

▶ Motorola Android Kernel(+α) Open Source

▶ LGE Android Kernel(+α) Open Source


'0.일반개발' 카테고리의 다른 글

Layout Center  (0) 2010.10.08
Samsung Galaxy 안드로이드 커널 빌드  (0) 2010.10.08
안드로이드 ADT 설치 / 삭제  (0) 2010.10.07
Template 만들기  (0) 2010.10.07
대체 편집기 /  (0) 2010.10.07
Class Diagram 클래스 다이어그램

네트웍 / 쓰레드 / 서버 프로그램

설계

cMonitor
cVBuffer
cRingBuffer
cQueue
cIocpServer
cConnection
cLog
cSingleton
cThread

'0.일반개발 > UML' 카테고리의 다른 글

안드로이드 sequence diagram  (0) 2010.09.14
UML : 시퀀스 다이어 그램  (0) 2010.09.03
UML의 기초 : 클래스 다이어그램 (한글)  (0) 2010.09.03
Open Source Project Tigris.org  (0) 2010.09.03

ADT Plugin for Eclipse , 이글립스를 위한 ADT 플러그인

http://developer.android.com/sdk/eclipse-adt.html

Eclipse 3.4 (Ganymede) Eclipse 3.5 (Galileo)
  1. Start Eclipse, then select Help > Software Updates.... In the dialog that appears, click the Available Software tab.
    도움메뉴에서 Software Updates의 

  2. Click Add Site...(사이트 추가를 클릭)
  3. In the Add Site dialog that appears, enter this URL in the "Location" field:
    https://dl-ssl.google.com/android/eclipse/

    Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).

    Click OK.

  4. Back in the Available Software view, you should see the plugin listed by the URL, with "Developer Tools" nested within it. Select the checkbox next to Developer Tools and click Install...
  5. On the subsequent Install window, "Android DDMS" and "Android Development Tools" should both be checked. Click Next.
  6. Read and accept the license agreement, then click Finish.
  7. Restart Eclipse.
  1. Start Eclipse, then select Help > Install New Software.
    도움메뉴 에서 Install New Software를 선택

  2. In the Available Software dialog, click Add....
  3. In the Add Site dialog that appears, enter a name for the remote site (for example, "Android Plugin") in the "Name" field.

    In the "Location" field, enter this URL:

    https://dl-ssl.google.com/android/eclipse/

    Note: If you have trouble acquiring the plugin, you can try using "http" in the URL, instead of "https" (https is preferred for security reasons).

    Click OK.

  4. Back in the Available Software view, you should now see "Developer Tools" added to the list. Select the checkbox next to Developer Tools, which will automatically select the nested tools Android DDMS and Android Development Tools. Click Next.
  5. In the resulting Install Details dialog, the Android DDMS and Android Development Tools features are listed. Click Next to read and accept the license agreement and install any dependencies, then click Finish.
  6. Restart Eclipse.
재설치 / 삭제



'0.일반개발' 카테고리의 다른 글

Samsung Galaxy 안드로이드 커널 빌드  (0) 2010.10.08
안드로이드 커널 소스  (0) 2010.10.08
Template 만들기  (0) 2010.10.07
대체 편집기 /  (0) 2010.10.07
단축키  (0) 2010.10.07





Button ${button} = (Button) findViewById(R.id.${BUTTON_ID});
${button}.setOnClickListener(new OnClickListener() {
    @Override
    public void onClick(View v) {
        Intent intent = new Intent(${class}.this, ${target}.class);
        intent.setAction(Intent.ACTION_VIEW);
        startActivity(intent);
    }
});
${imp:import(android.widget.Button,android.view.View,android.view.View.OnClickListener,android.content.Intent)}${cursor}


'0.일반개발' 카테고리의 다른 글

안드로이드 커널 소스  (0) 2010.10.08
안드로이드 ADT 설치 / 삭제  (0) 2010.10.07
대체 편집기 /  (0) 2010.10.07
단축키  (0) 2010.10.07
자동완성 기능 - 이클립스 eclipse - Java-Editor-Content Assist  (0) 2010.10.07

2개의 이클립스를 띄우기 힘들때... 메소드 자동완성 기능 있고 가벼운 Ruby 에디터
http://www.jedit.org 여기 가시면 다운 받을수 있습니다.

여러가지 플러그인과 멀티 플랫폼 에디터더군요.
무료로 다운 받을수 있는 에디터,
기능 좋다는 평

jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins)
of person-years of development behind it.

Some of jEdit's features include:

  • Written in Java, so it runs on Mac OS X, OS/2, Unix, VMS and Windows.
  • Built-in macro language; extensible plugin architecture. Dozens of macros and plugins available.
  • Plugins can be downloaded and installed from within jEdit using the "plugin manager" feature.
  • Auto indent, and syntax highlighting for more than 130 languages.
  • Supports a large number of character encodings including UTF8 and Unicode.
  • Folding for selectively hiding regions of text.
  • Word wrap.
  • Highly configurable and customizable.
  • Every other feature, both basic and advanced, you would expect to find in a text editor.

See the Features page for a full list.

'0.일반개발' 카테고리의 다른 글

안드로이드 ADT 설치 / 삭제  (0) 2010.10.07
Template 만들기  (0) 2010.10.07
단축키  (0) 2010.10.07
자동완성 기능 - 이클립스 eclipse - Java-Editor-Content Assist  (0) 2010.10.07
AsyncTask 왜 사용해야 하나? 흠...  (0) 2010.10.06

+ Recent posts