String Append.
string value = "abcd"; value += "efg";
Console.WriteLine(value);
--> abcdefg
'이것저것 > C# winform' 카테고리의 다른 글
c# Datetimepicker disable past dates (0) | 2017.12.08 |
---|
String Append.
string value = "abcd"; value += "efg";
Console.WriteLine(value);
--> abcdefg
c# Datetimepicker disable past dates (0) | 2017.12.08 |
---|
testDialog = new AlertDialog.Builder(mContext)
.setCustomTitle(title_tv) .
setMessage("1번 : 원격제어\n2번 : 센서 모니터링")
.create();
testDialog.show();
TextView msg_tv = (TextView)speechDialog.findViewById(android.R.id.message);
msg_tv.setTextSize(15);
msg_tv.setBackgroundColor(Color.WHITE);
Android Studio 3.0.1 업데이트 AAPT2 에러 (0) | 2018.02.20 |
---|---|
JAVA Google Geocoding API (0) | 2017.02.20 |
FCM (0) | 2017.02.03 |
안드로이드 EditText 다음 버튼 원하는 포커스 이동 (0) | 2017.01.23 |
안드로이드 scrollview 스크롤바 보이기 (0) | 2017.01.23 |
1 | [[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@앱번들ID", UIApplicationOpenSettingsURLString]]]; | cs |
(Swift)
1 | UIApplication.sharedApplication().openURL(NSURL(string: "\(UIApplicationOpenSettingsURLString)앱번들ID")!) | cs |
ios http 통신 에러 // since it does not conform to ATS policy (0) | 2018.01.19 |
---|---|
코코아포드(cocoapods) 설치 및 사용법 (0) | 2018.01.18 |
맥 터미널로 시리얼 출력 (0) | 2016.11.24 |
맥 HomeBrew로 Mysql 설치하기 (0) | 2016.09.26 |
맥에 Homebrew 설치 (0) | 2016.09.26 |