Start thread with member function(람다 이용) 출처[http://stackoverflow.com/questions/10673585/start-thread-with-member-function] Since you are using C++11, lambda-expression is a nice&clean solution.class blub { void test() {} public: std::thread spawn() { return std::thread( [this] { this->test(); } ); } };since this-> can be omitted, it could be shorten to:std::thread( [this] { test(); } )or juststd..
GNU Make 3.82 Makefile 옵션 as 명령에서 사용 옵션AS = gasASFLAGS = gcc 명령에서 사용 옵션CC = gccCFLAGS = g++ 명령에서 사용옵션CPP = g++CPPFLAGS = ld 명령에서 사용옵션LD = ldLDFLAGS = LIB_HOME = /root/myapp/libAPP_HOME = /root/myappOBJDIR = $(APP_HOME)/sourceOUTDIR = $(APP_HOME) CC = gccCXX = g++AR = ar LINT = lint CPPFLAGS = -g -std=c++11 -I$(LIB_HOME) SRCS = myapp.cpp test.cpp OBJS = $(SRCS:%.cpp=$(OBJDIR)/%.o) TARGET = myapp ..
CentOS7 에서 패키지 설치 및 연결 테스트 진행 1. mysql connector odbc 설치# yum install -y mysql-connector-odbc 2. unixODBC devel 설치 - unixODBC는 "mysql connector odbc" 설치 시 의존성으로 같이 설치 됨.# yum install -y unixODBC-devel 3. odbcinst.ini 설정# vi /etc/odbcinst.ini# Example driver definitions # Driver from the postgresql-odbc package # Setup from the unixODBC package [PostgreSQL] Description = ODBC for PostgreSQL Drive..
오류 789 : 보안 계층에서 원격 컴퓨터와 초기 협상동안 처리 오류를 발견했기때문에 L2TP 연결 시도에 실패했습니다. 문제원인 : L2TP 연결에 필요한 보안과정 중 특정 과정에 문제가 생길 시 발생합니다. - regedit에서 아래 경로에 값 추가 [HKEY_LOCAL_MACHINE/System/CurrentControls/Services/Rasman/Parameters] - DWORD(32비트) 값 추가 값 이름 : ProhibitlpSec값 데이터 : 1
4.2 VariablesAll variables are global and can be used in Sections or Functions. Note that by default, variables are limited to 1024 characters. To extend this limit, build NSIS with a bigger value of the NSIS_MAX_STRLEN build setting or use the special build.4.2.1 User Variables$VARNAMEUser variables must be declared with the Var command. You can use these variables to store values, work with st..
How to add or remove startup apps for the current user[시작 메뉴 > 시작프로그램]에 등록 :Windows key + r 으로 실행 창 열기shell:Startup 입력 후 엔터바로가기아이콘 생성실제 경로 : C:\Users\Your user name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup Registry 에 등록 :Windows key + r 으로 실행 창 열기regedit 입력 후 엔터[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] 으로 이동마우스 우키를 눌러 [새로 만들기>문자열 값]을 선택 후 해당 내용 입력 How..
error C2039: 'WriteHuge': 'CFile'의 멤버가 아닙니다. CFile::WriteHuge 는 VisualStudio 2015에서 사용하지 못함.그냥 Write로 변경해 주면 된다. [https://msdn.microsoft.com/ko-kr/library/5sweaay3(v=vs.90).aspx]CFile::WriteHuge다른 버전WriteHuge is obsolete and is no longer supported.RemarksUse Write instead.RequirementsHeader: afx.hSee AlsoConceptsCFile ClassCFile MembersHierarchy Chart
- Total
- Today
- Yesterday
- CMAKE_OSX_SYSROOT
- linux
- update
- noipath
- lvm 늘리기
- 센트6
- Repository
- aix compile
- ld 옵션
- firewall-cmd service
- yum
- lvremove
- _status
- 물리디스크
- Ignoring CMAKE_OSX_SYSROOT value
- virtualbox
- pf.anchors
- mirrorlist
- aix ld
- install
- 파티션 추가
- pfctl
- _stats
- postgresql11
- physicaldisk
- CLion
- fielddata
- vgcreate
- CentOS
- centos7
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |