찾기 (3) 썸네일형 리스트형 [jQuery] to find checkbox and change attribute 1234567891011$(".Chk_Choice").click(function () { var parentChildren = $(this).parent().parent().parent().children(); var parentAllChecked = false; var isChecked = $(this).is(":checked"); var checkboxId = $(this).attr("id"); $.each(parentChildren.find("input[type=checkbox]"), function (index, item) { if (checkboxId != $(item).attr("id")) { $(item).attr("disabled", isChecked); } }); });Colored by.. [mssql] SP에서 특정 TEXT 검색 use {{databaseName}} SELECT DISTINCT 'EXEC sp_helptext [' + SCHEMA_NAME(SCHEMA_ID) + '.' + OBJECT_NAME(A.id) + ']' FROM sys.syscomments A INNER JOIN sys.objects B ON A.id = B.object_id WHERE TEXT LIKE '%{{검색어}}%' SELECT OBJECT_NAME(object_id) FROM sys.sql_modules WHERE definition LIKE '%{{검색어}}%' 출처 : http://modellerr.tistory.com/35 프로세스 목록에서 이름으로 찾기 C:\Windows\system32>tasklist | find /i "4 Services" 이미지 이름 PID 세션 이름 세션# 메모리 사용 ========================= ======== ================ =========== ============ System 4 Services 0 12,876 K smss.exe 424 Services 0 348 K svchost.exe 504 Services 0 14,896 K svchost.exe 1884 Services 0 2,260 K I3GMainSvc.exe 2244 Services 0 1,520 K IpOverUsbSvc.exe 2604 Services 0 3,048 K remoting_host.exe 2624 Service.. 이전 1 다음