로그인
회원가입
FrostK
노트
jQuery 상위 요소 가져오기(parents, closest)
관리자
0
8,234
글주소
2019-05-20 15:06:25
출처 / Link
https://jdm.kr/blog/144
25
×
댓글등록
이름
비밀번호
목록
이전글
다음글
노트
정렬하기
날짜순
조회수
댓글수
제목+내용
제목
내용
회원명
회원아이디
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…
Date
2019-06-18
By
관리자
Views
9,123
mysql 랜덤 레코드 가져오기
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…
Date
2019-06-17
By
관리자
Views
7,975
PHP 쿠키 보안 설정
Amazon SMTP 연결 시간이 초과되었습니다.
1 CentOS 6.5에서 SES와 함께 Sendmail을 사용하여 응용 프로그램에 대한 전자 메일 알림을 설정하려고했습니다. AWS 문서에 따르면 SES를 사용하여 sendmail을 구성했습니다. 마이애미는 말한다. sendmail[29711]: s2QFCjnu027924: to=
, delay=00:52:09, xdel…
Date
2019-06-10
By
관리자
Views
9,143
Amazon SMTP 연결 시간이 초과되었습니다.
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'] = '???';…
Date
2019-06-10
By
관리자
Views
8,035
PHP CI SMTP Naver Test
c++ deltaTime
`c++ include
clock_t currentTime; while (true) { ~~ currentTime = clock(); ~~ double result = (double)(clock() - currentTime) / CLOCKS_PER_SEC; if (result > 3.0f) { current…
Date
2019-06-09
By
관리자
Views
8,099
c++ deltaTime
Game Injector
32비트용
Date
2019-06-09
By
관리자
Views
17,530
Game Injector
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] …
Date
2019-06-09
By
관리자
Views
8,222
dark souls 3 HP/MP/SP
smi to srt
자막 변환기
Date
2019-06-09
By
관리자
Views
8,260
smi to srt
여러 매크로 프로그램 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 보스봇…
Date
2019-06-09
By
관리자
Views
12,196
여러 매크로 프로그램 or 소스
Source Code Converters
Convert between VB.NET, C#, Java, & C++, while saving countless hours of painstaking work and valuable time.
Date
2019-06-09
By
관리자
Views
7,871
Source Code Converters
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 第四?…
Date
2019-06-09
By
관리자
Views
8,177
SQL Injection
Sudden Attack Full Source + Dev Tools
Password : KillerStefan
Date
2019-06-09
By
관리자
Views
14,710
Comment
1
Sudden Attack Full Source + Dev Tools
vcCsRemoteControl
Date
2019-06-09
By
관리자
Views
8,363
vcCsRemoteControl
Counter-Strike: Global Offensive HP
`c++ include
include
include
include
include
using namespace std; DWORD dwGetModuleBaseAddress(TCHAR *lpszModuleName, DWORD pID) { …
Date
2019-06-07
By
관리자
Views
8,528
Counter-Strike: Global Offensive HP
dark souls 3 fov
das3fov.cpp `c++ include
include
include
undef max template
T read_mem(const HANDLE proc, const uintptr_t address) { T out; if (!ReadProcessM…
Date
2019-06-06
By
관리자
Views
8,773
dark souls 3 fov
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"…
Date
2019-05-31
By
관리자
Views
8,396
MIME Types List
SWF Decompiler
Installer \(Windows\)
Date
2019-05-31
By
관리자
Views
9,562
SWF Decompiler
유니티 웹뷰 소스
지도 및 GPS, 동영상 플레이, 키보드 생성 모두 느린감없이 정상 작동. 웹뷰 <->유니티 데이터 실시간 공유 가능. 참조 : https://iw90.tistory.com/69
Date
2019-05-25
By
관리자
Views
14,124
유니티 웹뷰 소스
Android addContentView로 추가한 뷰 삭제하기
일반적으로 뷰는 부모 레이아웃.removeView()로 삭제한다. 하지만 addContentView로 뷰를 추가 한 경우 부모 레이아웃이 애매하기 때문에 추가한 뷰를 삭제하기 위해선 약간 다른 방법을 사용한다. addContentView(dt, new LayoutParams(LayoutParams.WRAP_CONTENT,LayoutParams.WR…
Date
2019-05-25
By
관리자
Views
9,480
Android addContentView로 추가한 뷰 삭제하기
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…
Date
2019-05-24
By
관리자
Views
8,381
Android LinearLayout shadow
목록
처음
10
11
12
13
14
15
16
17
18
19
20
맨끝
최근 게시물
fullPage extensions drop-effec…
three.js 경계선 부드럽게 보이도록 설정
게임메이커 data.win 파일 언팩
영웅모집 트레이너
도커 캐시 삭제
최근 댓글
가입어떻게하나요?
나이스 좋은 자료입니다 감사합니다 베타 유튜버가 사용하…
엘리온 낚시 메크로 판매합니다 https://open.…
회원가입이 안돼서
[email protected]
…
강의가능할까요
[email protected]
통계
방문자 :
4165 / 1588776
회원 :
1
게시글 :
432
댓글 :
18
수행시간 :
0.2398초
Access IP :
3.135.185.207
CPU Usage :
0%
DISK Usage :
39.98%