Hızlı Erişim

Arşiv

Led teknolojisi kullanılan alanlar

Led çok eskiden beri icad edilen ve sürekli gelişen bir teknolojidir. Bu teknolojinin en çok çekici gelen yanıda az elektrik. tüketmesidir. günümüzde görüntü sistemlerine bile kullanılan bu led teknolojisi çok farklı alanlarda kullanılmaktadır kullanılan bu alanları incelemek istedim.

http://www.lighting.philips.com/tr_tr/led/information/philips_and_led.php?main=tr_tr&parent=1&id=tr_tr_led&lang=tr

HTML 5 Nedir ? Son Yenilikler. Web 3.0 Nereye koşuyor.

Bu sürümü (HTM5) Mozilla Firefox ve Opera tarayıcılarının güncel sürümleri tarafından kısmen desteklenmektedir.

 Google Chrome ve Safari tarayıcılarının güncel sürümleri üzerinde, deneme aşamasında da olsa çok daha iyi bir şekilde çalışmaktadır.

Günümüzde kullanılan HTML 4.1 sürümü, CSS desteğiyle ne kadar düzenli ve sağlam bir yapıda kodlanırsa kodlansın sürekli javascript CSS , ve html tag problemleri yaşanmaktadır. Bu sorunları gidermek

[..]Devamını Oku

ubuntu grub 2 kurtarma recovery - cd den boot mbr kurtarma

Canlı cd ile makinanıza tekrar grub2 kurulumu yapmak istiyorsanız öncelikle sisteminizin sabit disk üzerindeki yerini öğrenmelisiniz.

Uygulamalar > Donatılar > Uçbirim yolundan;

Görevi:

Kod: sudo fdisk -l

komutunun çıktısında sisteminizin bulunduğu alana göre işlem yapmalısınız.

Örneğimizde, bu alanın /dev/sda5 olduğunu kabul edelim.

Bölümümüzü sisteme bağlayalım:

Görevi:

Kod: sudo mount /dev/sda5 /mnt

Diğer bölümleri de sisteme ekleyelim:

Görevi:

Kod: sudo mount –bind /dev /mnt/dev

Chroot ile kök dizinimizi değiştirelim:

Görevi:

Kod:

[..]Devamını Oku

Youtube Erişim Versiyon 5 - Yasakları Delelim - Youtube Host

1- Open DNS kullanın

OpenDNS kullanabilirsiniz. Tek yapmanız gereken bilgisayarınızın DNS değerlerini değiştirmek.

Kullanmanız gereken DNS IP’leri 208.67.222.222 ve 208.67.220.220

2- Host dosyası youtube full adresleirni ekleyin

Windows XP Vista  2000 2003 Windows Seven  7  işletim sistemindlerinde host dosyası c:\windows\system32\drivers\etc

Klasöründeki host dosyasını editleyin  aşağıdakini komple yapıştırın .

http://97.74.120.111/youtubehostdosyasi/download.php dosyayı indirin  yapıştırın .

Aşka Dair. Felsefi.

Neden sever insan neye dair.

Kırıntımıdır gerçekmi korkakmıdır ki …

Nedir insan ?

Garip sancılı acı yaşar acıtmadan ağlar .

Kendince doğrudur doğrultusunda .

İnancı doğrultusuna dikine gider.

Aşka dair ne varsa mahir  uzak yaşar insan.

UNIX Server File System Browse - Command Promt Shell Komutları

REPORT ZUNIX_FILE_BROWSE_COMMAND_PROMPT

DATA UNIXCMD(50) TYPE C.
DATA: BEGIN OF ITAB occurs 0,
LINE(200),
end of ITAB.

PARAMETERS UNIXCOMM LIKE UNIXCMD
DEFAULT ‘ls -ls /usr/sap/’ LOWER CASE.

* Executing the system commands witin ABAP.

call ‘SYSTEM’ id ‘COMMAND’ field UNIXCOMM
id ‘TAB’ field ITAB-*SYS*.

EDITOR-CALL FOR ITAB

[..]Devamını Oku

Ubuntu for sap gui installation

sudo gedit /etc/apt/sources.list
apt-cache search jdk apt-get update
apt-get upgrade ubuntu permission
https://help.ubuntu.com/community/FilePermissions

http://basishowto.blogspot.com/2008/09/installation-and-configuration-of.html

http://forums.sdn.sap.com/thread.jspa?forumID=189&threadID=194324

http://www.linuxfellaz.net/doku.php?id=blog:howtos:ubuntu:sap-gui

http://ubuntuforums.org/archive/index.php/t-232847.html

ftp://ftp.sap.com/pub/sapgui/java/720/

http://forums.sdn.sap.com/thread.jspa?threadID=1605467&tstart=0

java -jar PlatinGUI-Linux-700.jar

http://packages.ubuntu.com/karmic/

http://www.sdn.sap.com/irj/sdn/sap-gui?rid=/library/uuid/409011e2-0ef8-2a10-3b96-cd490895cbdc

Web Sitesi Yönlendirmek Asp - Php - Cgi - Html - JavaScript , Redrection

Merhaba arkadaşlar sizlere web sistesi yönlendirme kodları hakkında bazı dilelrde bilgi vereceğim.

Php ile yönlendirme :
header("Location: http://www.gidecekolansiteadresi.com");
?>

Eğer ASp dilinde ise ;
<%
Response.Redirect "http://www.gidecekolansiteadresi.com"
%>
asp için yada bu şekildede kullanman mümkün
<%
URL ="http://www.gidecekolansiteadresi.com"
Response.Redirect URL
%>

olaki open source kaynaklı bir blog kullanıyorsundur malum CGI script olabilir ;
CGI ise :

#!/usr/bin/perl
print “Location: http://www.gidecekolansiteadresi.com\n\n”;

kullanman yeterli oalcaktır.

Buakdar yazmış iken Java Script ve HTML çözümlerinide bahsedeyim . Sağlam bir makale olsun

[..]Devamını Oku

Sap System Fields

Name Type Content
sy-abcde c(26) Contains the Latin alphabet. Can be used to access individual letters directly by specifying the offset/length, regardless of the code page.
sy-batch c(1) Set to “X” in an ABAP program that runs in the background, otherwise initial.
sy-binpt c(1) Set to “X” during processing of batch input sessions, and in ABAP programs called using CALL TRANSACTION USING. Otherwise initial.
sy-calld c(1) Contains a blank character in the first program in a call sequence, otherwise contains the value “X”. Is set to “X” after calls using CALL TRANSACTION, CALL DIALOG, or SUBMIT … AND RETURN. Empty if the program was started using LEAVE TO TRANSACTION or a transaction from the screen. A call using SUBMIT (without AND RETURN) assumes the value of the calling program.
sy-callr c(8) When printing lists, contains a value that displays where printing was started – for example, NEW-PAGE for program-controlled printing, or RSDBRUNT for printing from the selection screen.
sy-colno i Current position during creation of a list in the list buffer. Counting begins at 1. In non- Unicode systems, this position also corresponds to the column in the displayed list. In Unicode systems, this is only guaranteed for the lower and upper output limits applicable to each output, as one character may take up more columns in the list than positions in the list buffer.
sy-cpage i Page number of the page displayed at the top of the list for which a list event was triggered. Counting begins at 1.
sy-cprog c(40) In procedures called externally, the name of the calling program, otherwise the name of the current program. If a procedure called externally calls another external procedure, sy-cprog contains the name of the framework program, and is not set to the name of the framework program of the subsequent calling program.
sy-cucol i Horizontal cursor position in the display on a dynpro. Counting begins at column 2.
sy-curow i Vertical cursor position on the screen display of a screen. Counting begins at line 1.
sy-datar c(1) At PAI, contains “X” if at least one input field of a screen has been changed by a user or by further data transfer, otherwise initial.
sy-datlo d Local date of the user – for example, “19990723″. Can be set using GET TIME.
sy-datum d System date (local date of the AS ABAP). Can be set using GET TIME.
sy-dayst c(1) “X” during summertime, otherwise initial.
sy-dbcnt i SQL statements set the content of sy-dbcnt to the number of processed table lines.

[..]Devamını Oku

Abap Excel to Internal Table

TYPES: BEGIN OF t_datatab,
ebeln LIKE ymtil_cons_po-ebeln,
ebelp LIKE ymtil_cons_po-ebelp,
END OF t_datatab.

DATA: it_datatab TYPE STANDARD TABLE OF

[..]Devamını Oku