jQuery 상위 요소 가져오기(parents, closest)

  • 관리자
  • 0
  • 8,234
  • 글주소
  • 2019-05-20 15:06:25
captcha

노트

  1. mysql 랜덤 레코드 가져오기

    server_info table에서 임의의 레코드 가저오기. `sql SELECT * FROM server_info ORDER BY rand() LIMIT 1; ` server_info table에서 가중치를 적용한 임의의 레코드 가저오기. `sql SELECT FROM server_info ORDER BY rand()100+weight D…
    Date2019-06-18By관리자Views9,123
    mysql 랜덤 레코드 가져오기
  2. PHP 쿠키 보안 설정

    HTTP `php // Prevents javascript XSS attacks aimed to steal the session ID ini_set('session.cookie_httponly', 1); // Prevent Session ID from being passed through URLs ini_set('session.use_only_c…
    Date2019-06-17By관리자Views7,975
    PHP 쿠키 보안 설정
  3. Amazon SMTP 연결 시간이 초과되었습니다.

    1 CentOS 6.5에서 SES와 함께 Sendmail을 사용하여 응용 프로그램에 대한 전자 메일 알림을 설정하려고했습니다. AWS 문서에 따르면 SES를 사용하여 sendmail을 구성했습니다. 마이애미는 말한다. sendmail[29711]: s2QFCjnu027924: to=, delay=00:52:09, xdel…
    Date2019-06-10By관리자Views9,143
    Amazon SMTP 연결 시간이 초과되었습니다.
  4. PHP CI SMTP Naver Test

    `php $this->load->library('email'); $config['useragent'] = ''; $config['protocol'] = 'smtp'; $config['smtp_host'] = 'smtp.naver.com'; $config['smtp_user'] = '???'; $config['smtp_pass'] = '???';…
    Date2019-06-10By관리자Views8,035
    PHP CI SMTP Naver Test
  5. c++ deltaTime

    `c++ include clock_t currentTime; while (true) { ~~ currentTime = clock(); ~~ double result = (double)(clock() - currentTime) / CLOCKS_PER_SEC; if (result > 3.0f) { current…
    Date2019-06-09By관리자Views8,099
    c++ deltaTime
  6. Game Injector

    32비트용
    Date2019-06-09By관리자Views17,530
    Game Injector
  7. dark souls 3 HP/MP/SP

    Base : DarkSoulsIII.exe+4768E78 Pointer : | [Name] | HP | Max HP | MP | Max MP | SP | Max SP | | --- | --- | --- | --- | --- | --- | --- | | [Offset1] | 80 | 80 | 80 | 80 | 80 | 80 | | [Offset2] …
    Date2019-06-09By관리자Views8,222
    dark souls 3 HP/MP/SP
  8. smi to srt

    자막 변환기
    Date2019-06-09By관리자Views8,260
    smi to srt
  9. 여러 매크로 프로그램 or 소스

    모음.zip CoCoMongHelper+Season2+V3.11+패치노트+-+2017.01.11.zip CTs.zip FirstAimPE.zip mac+1027.egg oddwatch.rar Overjoint V9.rar Soldier82 UberCharge.rar Underlook.rar 디바샵.zip 루즈통합매크로v2.zip 보스봇…
    Date2019-06-09By관리자Views12,196
    여러 매크로 프로그램 or 소스
  10. Source Code Converters

    Convert between VB.NET, C#, Java, & C++, while saving countless hours of painstaking work and valuable time.
    Date2019-06-09By관리자Views7,871
    Source Code Converters
  11. SQL Injection

    SQL_Injection.zip HDSI 3.0 Goldsun.zip HDSI 툴.pdf HDSI.rar hdsi3.rar hdsi_nbsi_simple_manual-ctm1.hwp nbsi.rar SQL_Injection.pdf 小黑的分享_免?高速下??百度云 ??-分享无限制.webloc 第五?:HDSI3.0注入工具介??使用.rar 第四?…
    Date2019-06-09By관리자Views8,177
    SQL Injection
  12. Sudden Attack Full Source + Dev Tools

    Password : KillerStefan
    Date2019-06-09By관리자Views14,710Comment1
    Sudden Attack Full Source + Dev Tools
  13. vcCsRemoteControl

    Date2019-06-09By관리자Views8,363
    vcCsRemoteControl
  14. Counter-Strike: Global Offensive HP

    `c++ include include include include include using namespace std; DWORD dwGetModuleBaseAddress(TCHAR *lpszModuleName, DWORD pID) { …
    Date2019-06-07By관리자Views8,528
    Counter-Strike: Global Offensive HP
  15. dark souls 3 fov

    das3fov.cpp `c++ include include include undef max templateT read_mem(const HANDLE proc, const uintptr_t address) { T out; if (!ReadProcessM…
    Date2019-06-06By관리자Views8,773
    dark souls 3 fov
  16. MIME Types List

    691개 중에 추려낸 확장자 ".jpeg",".jpg",".png",".gif",".bmp",".psd", ".pdf",".hwp",".txt",".doc",".docx",".docm",".accdb",".xlsx",".xlsm",".xlsb",".xls",".ppt",".pptx",".pptm",".potx",".potm",".pot", ".mp3"…
    Date2019-05-31By관리자Views8,396
    MIME Types List
  17. SWF Decompiler

    Installer \(Windows\)
    Date2019-05-31By관리자Views9,562
    SWF Decompiler
  18. 유니티 웹뷰 소스

    지도 및 GPS, 동영상 플레이, 키보드 생성 모두 느린감없이 정상 작동. 웹뷰 <->유니티 데이터 실시간 공유 가능. 참조 : https://iw90.tistory.com/69
    Date2019-05-25By관리자Views14,124
    유니티 웹뷰 소스
  19. Android addContentView로 추가한 뷰 삭제하기

    일반적으로 뷰는 부모 레이아웃.removeView()로 삭제한다. 하지만 addContentView로 뷰를 추가 한 경우 부모 레이아웃이 애매하기 때문에 추가한 뷰를 삭제하기 위해선 약간 다른 방법을 사용한다. addContentView(dt, new LayoutParams(LayoutParams.WRAP_CONTENT,LayoutParams.WR…
    Date2019-05-25By관리자Views9,480
    Android addContentView로 추가한 뷰 삭제하기
  20. Android LinearLayout shadow 

    `java import android.content.Context; import android.support.annotation.Nullable; import android.support.v4.content.ContextCompat; import android.util.AttributeSet; import android.widget.LinearLa…
    Date2019-05-24By관리자Views8,381
    Android LinearLayout shadow