https://www.ibm.com/developerworks/library/j-customssl/index.html
Siva...
My Thoughts
Tuesday, November 7, 2017
Monday, October 16, 2017
Friday, July 1, 2016
Wednesday, June 15, 2016
php mysql to display telugu font
- in the table where telugu words need to be stored, u need to set coalition accordingly
ALTER TABLE <table_name> CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;
- before executing insert/select query - mysql_query("SET NAMES utf8")
- put html header or php header to set charset to utf-8
- set charset to utf-8 on mysql connection
ALTER TABLE <table_name> CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;
- before executing insert/select query - mysql_query("SET NAMES utf8")
- put html header or php header to set charset to utf-8
- set charset to utf-8 on mysql connection
Tuesday, June 7, 2016
Spring external configuration
to provide a external config file (application.properties) when using spring boot, you should pass 'args' to SpringApplication.run() method.
will add a bit of code later.
will add a bit of code later.
Thursday, April 21, 2016
Lali Patalu lyrics
లాలిజో లాలిజో ఊరుకో పాపాయి
పారిపోనీకుండా పట్టుకో నా చేయి
తెలుసా ఈ ఊసు
చెబుతా కల ఊచు
కాపురం చేస్తున్న పావురం ఒకటుంది
ఆలినే కాదంది కాకినే కూడింది
అంతలో ఏమైంది అడగవే పాపాయి
పారిపోనీకుండా పట్టుకో నా చేయి
మాయనే నమ్మింది బోయతో పోయింది
దెయ్యమే పూనిందో రాయిలా మారింది
వెళ్ళే పెడదారిలో ముళ్ళే పొడిచాకనే
తప్పిదం తెలిసింది ముప్పునే చూసింది
కన్నులే విప్పింది గండమే తప్పింది
ఇంటిలో చోటుందా చెప్పవే పాపాయి
పారిపోనీకుండా పట్టుకో నా చేయి
మ్మ్ మ్మ్ మ్మ్ మ్మ్ మ్మ్
పిల్లలు ఇల్లాలు ఎంతగా ఏడ్చారు
గుండెలో ఇన్నళ్ళు కొండలే మోసారు
నేరం నాదైనా భారం మీపైన
తండ్రినే నేనైనా దండమే పెడుతున్నా
తల్లిగా మన్నించు మెల్లగా దండించు
కాళిలా మారమ్మా కాలితో తన్నమ్మా
బుద్దిలో లోపాలే దిద్దుకో నీవమ్మా
మ్మ్ మ్మ్ మ్మ్ మ్మ్ మ్మ్
కస్తూరి రంగ రంగ,
చిన్నారి kaaveti ranga rangaa,
Bangaaru
muddu kondaa,
Bajjora
nee kadupu challagundaa !
||
Kasturi ranga ranga ||
Charanam
1
Nee illu
neela gatta,
Nee nota
bellammu gadda gotta,
Nee inta
sirulu puttaa,
Cheemalai
chuttaalu chuttumuttaa!
||
Kasturi ranga ranga ||
Charanam
2
Raamayya
vanti thandri,
Achchamuga
seethamma vanti thalli,
Lakshmanuda
nenundagaa,
Naa
thandri neekinka lotemira !
||
Kasturi ranga ranga ||
Charanam
3
Ammaku
theerindiraa,
Ipude
mee naanna manasoorindira,
Paanakamulo
pudakaraa,
Inka nee
aagadamu chaalincharaa !
||
Kasturi ranga ranga ||
Maroka
jola paata
Tolutha
brahmandammu totle gaavinchi
Naalugoo
vedamula golusulamarinchi
Phanivaina
phani raaju paanpunamarinchi
cheliya
dolika lona cherchi laalinchi..
jooo....jooo.....
Naagendrudunnaadu
nanu ganna thandri
Kantikee
reppavale kaapadagaladu
jooo....jooo....
Maven
importing a maven project:
right click ->Import ->. Import -> Maven-> Existing Maven Project.
create new maven project
New -> Project -> Maven Project ->
click Next
select arche type
click Next
provide groupId and artifactId and click 'Finish'.
if eclipse gives error that 'could not resolve archetype'.. do below steps:
right click ->Import ->. Import -> Maven-> Existing Maven Project.
create new maven project
New -> Project -> Maven Project ->
click Next
select arche type
click Next
provide groupId and artifactId and click 'Finish'.
if eclipse gives error that 'could not resolve archetype'.. do below steps:
- Open Window > Preferences
- Open Maven > Archetypes
- Click 'Add Remote Catalog' and add the following:
- Catalog File: http://repo1.maven.org/maven2/archetype-catalog.xml
- Description: maven catalog
Subscribe to:
Posts (Atom)