if (attachFile != null && attachFile.ContentLength > 0) { string fileExtension = Path.GetExtension(attachFile.FileName); if(string.Compare(fileExtension, ".pdf", true) == 0 || string.Compare(fileExtension, ".doc", true) == 0 || string.Compare(fileExtension, ".docx", true) == 0 || string.Compare(fileExtension, ".hwp", true) == 0 || string.Compare(fileExtension, ".txt", true) == 0) { string filePa..
System.Net.HttpWebRequest wReq; System.Net.HttpWebResponse wRes; Uri uri = new Uri("https://www.allthegate.com/payment/mobilev2/transaction/ansim.jsp?storeID=" + StoreId + "&trackingID=" + tracking_id + "&type=approve"); wReq = (System.Net.HttpWebRequest)System.Net.WebRequest.Create(uri); wReq.Method = "GET"; wReq.ServicePoint.Expect100Continue = false; using (wRes = (HttpWebResponse)wReq.GetRes..
select *from (select row_number() over(order by a.regDate desc) as rowNumber, a.*, b.OrderNo as OrderNumber, c.GoodsTitlefrom @DefaultData as aleft join t_order as b with(nolock)on a.OrderUid = b.Uidleft join t_order_info as c with(nolock)on b.Uid = c.OrderUidwhere convert(varchar(8), a.regDate, 112) between convert(varchar(8), @startDate, 112) and convert(varchar(8), @endDate, 112)) as tempTabl..
IList IDiscountMall.DiscountCategoryList(string area) { Dictionary param = new Dictionary(); param.Add("area", area); List discountCategory = new List(); IList discountCategoryList = this.totooutdoor.QueryForList("up_st_tto_t_goods_recom_discountCategoryList_select", param); foreach (DiscountCategoryEntityL item in discountCategoryList) { int categoryIndex = discountCategory.FindIndex( delegate(..
IEnumerable productionEntityL = from goods in this.shoppingCart.ProductionListOfShoppingCart("14156780851026495405", "100") where goods.CartUid == cartUid select goods;ProductionEntityL productionEntity = productionEntityL.First();
declare @CmCode varchar(20)set @CmCode = '05' select top 20row_number() over(order by a.RegDate asc) as No, a.Uid, b.CodeName, a.Subject, a.Content, a.IsTop9, a.ReadCnt, a.RegDatefrom t_faq as a with(nolock)left join t_common_code as b with(nolock)on a.Consult = b.CmCodewhere ((@CmCode = '' and 1=1)or (@CmCode = '05' and b.CmCode = @CmCode))and b.CmClass = 'CONSULT'order by a.RegDate desc 이 쿼리문의..
한글만 $("#name").on("input propertychange", function(event) { var kor_check = /[^(가-힣ㄱ-ㅎㅏ-ㅣ)]/gi; if (kor_check.test($(this).val())) { $(this).val($(this).val().replace(kor_check, "")); } }); 영문 + 숫자만$(this).val($(this).val().replace(/[^a-zA-Z0-9]/g, ''));.css({ "ime-mode": "disabled" }); 숫자만$(".onlyPhonNumber").on("keydown", function(event) { if (event.keyCode == 8 || event.keyCode == 9 || event...
@cartUid = '42254,42255,' declare @convertCartUid table (cartUid bigint) while charindex(',', @cartUid) 0begininsert into @convertCartUid values(substring(@cartUid, 1, charindex(',', @cartUid)-1))set @cartUid = substring(@cartUid, charindex(',', @cartUid)+1, len(@cartUid)) end
- Total
- Today
- Yesterday
- nl2br
- 문자 자르기
- 스프링 시큐리티(spring security)
- 특정 문자를 기준으로 자르기
- System.Diagnostics
- java.sql
- 제품 등록
- REST API
- error-java
- await
- 메이븐(maven)
- 진수 변환
- 스프링 시큐리티(spring security)-http basic 인증
- MainActor
- java-개발 환경 설정하기
- java web-mvc
- docker
- system.io
- jstl(java standard tag library)-core
- 스프링 프레임워크(spring framewordk)
- 인텔리제이(intellij)
- 람다식(lambda expression)
- In App Purchase
- React
- 표현 언어(expression language)
- java 키워드 정리
- jstl(java standard tag library)
- jsp 오픈 소스
- .submit()
- 스프링 프레임워크(spring framework)
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |