Kayıtlar

2016 tarihine ait yayınlar gösteriliyor

SQL

http://www.w3schools.com/sql/sql_join_inner.asp

Jasper Report tutorial

http://jasperreports.sourceforge.net/JasperReports-Ultimate-Guide-3.pdf http://community.jaspersoft.com/wiki/creating-charts-and-subreports-jaspersoft-studio http://www.tutorialspoint.com/jasper_reports/jasper_report_life_cycle.htm http://www.tutorialspoint.com/jasper_reports/pdf/jasper_quick_guide.pdf

[ JAVA ] Java Tavsiye Blog

JAVA .. http://serkansakinmaz.blogspot.com.tr/ http://serkansakinmaz.blogspot.com.tr/ http://serkansakinmaz.blogspot.com.tr/ http://serkansakinmaz.blogspot.com.tr/

dependency injection

Dependency Injection güzel bir anlatımı yazıyı yazan arkadaş Türkçe hayranı olsa gerek teknik terimleri bile türkçe kullanmış bu tarz yazı yazanları anlamıyorum iyi hoş yazmış ama bukadarda türklçede ısrar etmek cok anlamlı gelmiyor bana her neyse yinede emeğine sağlık arkadaşımızın sağ olsun.. https://kodcu.com/2012/09/reflection-ile-dependency-injection-nasil-gerceklestirilir/ arkadas nedeb kaldırırsınız linki anlamıyorum koppy paste yapınca da kızıyorlar ne saçma bir iştir keske copy paste yapsaymısım güzel bi yazı bulursam burdan paylasacağm

How to set environment variables for Java using command line

How to set environment variables for Java using command line JAVA_HOME  değişkenini tanımlamak için cmd' den asagidaki comutlar girilir Jdk kurduğunuz path gosterilir. 1 2 setx JAVA_HOME "C:\Program Files\Java\jdk1.8.0" setx PATH "%PATH%;%JAVA_HOME%\bin"; To add/update system environment variables: 1 2 setx -m JAVA_HOME "C:\Program Files\Java\jdk1.8.0" setx -m PATH "%PATH%;%JAVA_HOME%\bin";

How to copy local file to remoote server

How to copy local file to remoote server username must be accesseble to remorte server To  copy a file from  B  to  A  while logged into  B : scp /path/to/file username@a:/path/to/destination To copy a file from  B  to  A  while logged into  A : scp username@b:/path/to/file /path/to/destination

jira admin password change

admin sifresini deistirmek https://confluence.atlassian.com/jira/retrieving-the-jira-administrator-192836.html Add a new 'localadmin' user with the password sphere: use jiradb; update jiraschema.cwd_user set credential='uQieO/1CGMUIXXftw3ynrsaYLShI+GTcPS4LdUGWbIusFvHPfUzD7CZvms6yMMvA8I7FViHVEqr6Mj4pCLKAFQ==' where user_name='admin';

[Jira] How to create Jira plugin and Add Servlet module

How to create Jira plugin and Add Servlet module https://developer.atlassian.com/jiradev/jira-platform/guides/issues/tutorial-jira-issue-crud-servlet-and-issue-search

[mail handler] mail handler Java

html olarak maili basiyor private String getText(Part p) throws MessagingException, IOException { if (p.isMimeType("text/*")) { String s = (String) p.getContent(); // textIsHtml = p.isMimeType("text/html"); return s; } if (p.isMimeType("multipart/alternative")) { // prefer html text over plain text Multipart mp = (Multipart) p.getContent(); String text = null; for (int i = 0; i < mp.getCount(); i++) { Part bp = mp.getBodyPart(i); if (bp.isMimeType("text/plain")) { if (text == null) text = getText(bp); continue; } else if (bp.isMimeType("text/html")) { String s = getText(bp); if (s != null) return s; } else { return getText(bp); } } return text; } else if (p.isMimeType("multipart/*")) { Multipart mp = (Multipart) p.getContent(); for (int i = 0; i < mp.getCount(); i++) { String s = getText(m...

[Gmail] gmaile erişim ayarları için

gmail Settings ten Forwarding and POP/IMAP     Status:  POP is enabled  for all mail     Status:  IMAP is enabled enable yapılır  https://myaccount.google.com/security#connectedapps Sign-in & security Allow less secure apps: ON Some non-Google apps and devices use less secure sign-in technology, which could leave your account vulnerable. You can turn off access for these apps (which we recommend) or choose to use them despite the risks. bu ayarlar yapıldıktan sonra  Jira debug modda calıstırırken asagidaki gibi calistirilmalidir terminalden plugin projesi içersine gidilir ve alttaki komut calistirilir atlas-debug --jvmargs "-Datlassian.mail.senddisabled=false -Datlassian.mail.fetchdisabled=false"

[Java Install Ubuntu] How to install JDK on Ubuntu

Unix'e JDK kurma adam cok güzel anlatmış bunu türkçeleştireceğim suan deil :) http://www.wikihow.com/Install-Oracle-Java-JDK-on-Ubuntu-Linux         http://www.wikihow.com/Install-Oracle-Java-JDK-on-Ubuntu-Linux lütfen git     http://www.wikihow.com/Install-Oracle-Java-JDK-on-Ubuntu-Linux 1 Ubuntu Linux işletim sistemi mimarisinin 32-bit veya 64-bit olup olmadığını kontrol edin, bir terminal açın ve aşağıdaki komutu çalıştırın. Yaz / Kopyala / Yapıştır:  dosya / sbin / init Ubuntu Linux işletim sistemi mimarisinin bit sürümünü 32-bit veya 64-bit olup görüntüleyeceğini not edin. 2 Sisteminizde Java kurulu olup olmadığını kontrol edin.  Bunu yapmak için terminalden Java version komutu çalıştırmanız gerekir. Bir terminal açın ve aşağıdaki komutu girin:  Yaz / Kopyala / Yapıştır: java -version Sisteminizde OpenJDK kurulu ise, aşağıdaki gibi görünebilir: Java sürümü "1.7.0_15" OpenJDK Çalışma Zamanı Ortamı (IcedTea6 ...

[IntelliyJ] How to set Atlassian Sdk lib on IntelliyJ

IntelliyJ 'de Atlassian kutuphanelerini göstermek için open intelliyJ  project structre  ctrl+alt+shift+s Oncesinde IntelliyJ ve Atlassian Jira Software kurulur  sonrasın da   https://confluence.atlassian.com/adminjiraserver070/installing-jira-applications-on-linux-749382634.html#InstallingJIRAapplicationsonLinux-consolewizardUsingtheconsolewizard IntelliyJ acılır Groovy Script projesi olusturulur modules    dependencies   + add    + add  c:\ProgramFiles ...\Atlassian\JIRA\lib    + add  c:\ProgramFiles ...\Atlassian\JIRA\atlassian-jira\WEB-INF\lib groovy script te ctrl+Space yaptığımızda  Atlassian geliyor sa doğru tanımlamışızdır. groovy library tanımlamak için groovy indirilir ve path gosterilir http://groovy-lang.org/download.html

[Linux Komutları] Faydalı Linux Komutları - Useful Linux commands

bulunduğunuz dizindeki dosyaları klasorleri listelemek için  - how to list files and folders on directory ls istenilen dizine geçmek için  - How to exchance directory cd /dizinAdi root kullanıcıya değitrimek geçmek switch etmek için sudo su komutu kullanılır şifre ister sudo su başka bir kullanıcıya switch etmek için -- How to exchance user in linux? su - kullanıcıAdı su -userName tar komutu için bilgiler  -- please visit to this url for tar commands http://www.tecmint.com/18-tar-command-examples-in-linux/ How to change keyboard language in linux? Klavyenin dilini  değiştirebilmek için kullanılan komut sudo dpkg-reconfigure keyboard-configuration Klasor olusturma - how to create a folder  mkdir klasorIsmi Changing File Ownership chown user:group /path/to/file chown cjones:marketing list.html To change the ownership of a directory and all the files contained inside, use the recursive option with the...

[Groovy] How to create link any 2 different Issue Jira Groovy script

How to create link any 2 different Issue Jira Groovy script import com.atlassian.jira.component.ComponentAccessor import com.atlassian.jira.issue.IssueManager import com.atlassian.jira.issue.MutableIssue import com.atlassian.jira.issue.link.IssueLinkManager import com.atlassian.jira.user.ApplicationUser /** * Created by ozdemirCe on 22.02.2016. */ IssueManager issueManager = ComponentAccessor.getIssueManager(); MutableIssue myIssue = issueManager.getIssueObject( "IssueName-1" ); MutableIssue otherIssue = issueManager.getIssueObject( "IssueName-2" ); ApplicationUser applicationUser = ComponentAccessor.getJiraAuthenticationContext().getLoggedInUser(); IssueLinkManager issueLinkManager = ComponentAccessor.getIssueLinkManager(); issueLinkManager.createIssueLink(myIssue.getId(), otherIssue .getId(),Long.parseLong( "10003" ), Long.valueOf( "1" ), applicationUser); Note: 10003 is a link type ID. you are chose any type or define custom l...

[Groovy] how to set custom Field Value Post fuction Jira Groovy Script

how to set custom Field Value Post fuction Jira Groovy Script import com.atlassian.jira.component.ComponentAccessor import com.atlassian.jira.issue.MutableIssue /** * Created by ozdemirCe on 22.02.2016. * set custom field value get other field */ log.error( "ece~~:: Start copy value script" ) MutableIssue myIssue = issue; def cfA = ComponentAccessor.getCustomFieldManager().getCustomFieldObjectByName( "A" ); if (cfA == null ){ log.error( " custom field A is null" ); return ; } def aValue = cfA.getValue(myIssue); if (aValue != null ){ log.error( " custom field A value is not null" ); def cfB = ComponentAccessor.getCustomFieldManager().getCustomFieldObjectByName( "B" ); myIssue.setCustomFieldValue(cfB,aValue); }

[Groovy] How to Check custom field validation in Jira groovy script

How to Check custom field validation in Jira groovy script import com.atlassian.jira.component.ComponentAccessor import com.atlassian.jira.issue.MutableIssue import com.opensymphony.workflow.InvalidInputException /** * Created by OzdemirCe on 19.02.2016. */ log.error( "ece:: Start Validation abc" ); MutableIssue myIssue = issue; def cfA = ComponentAccessor.getCustomFieldManager().getCustomFieldObjectByName( "A" ); def cfB = ComponentAccessor.getCustomFieldManager().getCustomFieldObjectByName( "B" ); def cfC = ComponentAccessor.getCustomFieldManager().getCustomFieldObjectByName( "C" ); if (cfA == null || cfB == null || cfC == null || cfA.getValue(myIssue) == null || cfB.getValue(myIssue) == null || cfC.getValue(myIssue) == null ){ return invalidInputException = new InvalidInputException( "Validation failure a ile b nin toplami b olmalidir" ); } int aValue = ( int )cfA.getValue(myIssue); int bValue = ( int )cfB.getV...

[Groovy] How to check Comment is required ? workflow validation

How to check Comment is required ? Groovy Script is below.. import com.atlassian.jira.component.ComponentAccessor import com.atlassian.jira.issue.MutableIssue import com.atlassian.jira.issue.comments.Comment import com.opensymphony.workflow.InvalidInputException /** * Created by OzdemirCe on 19.02.2016. */ MutableIssue myIssue = issue; def comments = ComponentAccessor.getCommentManager().getComments(myIssue); if (comments == null ^ comments.size() < 1 ){ invalidInputException = new InvalidInputException(); return ; }