블로그
-
[예시] java 기본법 (8)
//BigDecimal divide() Method in Java with Examples #2package Basic_STD; import java.math.*; import java.util.Scanner ; public class Main_Cals1 { public static void main(String[] args) { BigDecimal Amt, Irate, Ija, Ilsu
blog.naver.com · 2020.11.02
-
Python - Simple Matching
- search function : use re.search(r"search key word", "string") r means raw string - check if the text passed contains the vowels a, e and i, with exactly one occurrence of any other character in between
blog.naver.com · 2020.07.27
-
[php]echo 와 print 비교
; echo "This ", "string ", "was ", "made ", "with multiple $txt1 = "Learn PHP"; $txt2 = "blogchannel.tistory.com
blog.naver.com · 2019.02.16
-
Friendship with my friends : Crafted Musical Instrument Making Project for Children 06
☞ Friendship with my friends 2. What kind of the musical instrument is it? ☞ A string instrument 3. friends ③ Not to fight with friends 4.
blog.naver.com · 2018.11.16
-
Door guitar : Crafted Musical Instrument Making Project for Children 20
☞ a string instrument 3. them ③ I wanted to be friend with the nature and people 4.
blog.naver.com · 2018.11.16
-
Spider Web : Crafted Musical Instrument Making Project for Children 02
☞ Playing with the spider web 2. What kind of the musical instrument is it? ☞ a string instrument 3.
blog.naver.com · 2018.11.16
-
Cloud harp : Crafted Musical Instrument Making Project for Children 18
☞ A string instrument 3. to choose it. - Subject of communication : God of clouds - Reasons : ① God of cloud stops pollution with
blog.naver.com · 2018.11.16
-
Playing woodpecker : Crafted Musical Instrument Making Project for Children 23
☞ a string instrument 3. ☞ I got the idea from when I saw the big wheel moving slowly with people inside at the amusement park
blog.naver.com · 2018.11.16
-
중복자료 찾기
Sub mVisit() Dim score As Integer, result As String, tmpPt As String, N As Integer Dim i As Long For >= 4) Then 'tmp = Cells(i, 1) 'For N = 3707 To 5229 ' 2 To 5229 'For N = 2 To 65536 ' 2 To 5229 With
blog.naver.com · 2018.06.06
-
[JSON]stringify() : browser sends data to Web Server with String
When sending data to a web server, the data has to be a string. Convert a JavaScript object into a string with JSON.stringify().
blog.naver.com · 2017.10.16