「Linux」digコマンドの使い方
使用例
1.正引き結果を表示
# dig www.sample.com
2.簡易表示
# dig www.sample.com +short
3.NSレコードを取得
# dig ...
Mail Redirect 0.8.1をダウンロード
ダウンロード:
開発元サイトからダウンロード
softpediaサイトからダウンロード
更新内容:
Fix bug with auto-completion of addresses in Thund ...「CSS」疑似クラスと疑似要素を設定するサンプル
書式
疑似クラス::疑似要素
擬似クラス a:link
擬似要素 ::before
使用例
ManyCam 4.0.109 をダウンロード
ダウンロード:
開発元サイトからダウンロード
softpediaサイトからダウンロード
cnetサイトからダウンロード
techspotサイトからダウンロード
更新内容:
New ...「C#」同じメソッドをオーバーロードするサンプル
使用例
using System;namespace ProjectKm{ class TestInfo {//メソッドtestFuncA public string testFuncA(int x) { return x ; ...Stinger 12.1.0.1028 をダウンロード
ダウンロード:
開発元サイトからダウンロード
softpediaサイトからダウンロード
techspotサイトからダウンロード
更新内容:
New Detections:Generic ...
「Kotlin入門」MutableMapの作成サンプル
使用例
fun main() { val cftMp = mutableMapOf("name" to "A001", 2 to "B002", 3 to "C003") println(cftMp) cftMp = "D004 ...Advanced Uninstaller Pro 11.45 をダウンロード
ダウンロード:
開発元サイトからダウンロード
softpediaサイトからダウンロード
cnetサイトからダウンロード
Advanced Uninstaller PRO i ...
「CSS」last-childでリスト(ul、li)グループの最後の要素をスタイル付ける方法
説明
:last-child 疑似クラスは、兄弟要素のグループの中で最後の要素を表します。
htmlコード
Ubuntu 13.04にDiaspora環境を構築する手順
1.システムに依存パッケージをインストール
sudo apt-get install build-essential git curl imagemagick nodejs redis-server libcurl4-open ...
「Ruby入門」matchメソッドで文字列から数字を取得するサンプル
書式
match(/\d+/)
使用例
「VB.NET」Opacityでフォームの透明度を指定する
書式
フォーム名.Opacity = 透明度(0~1 0~100%)
Public Property Opacity As Double
フォームの不透明度を取得または設定します。
プロパティ Opac ...
「PowerShell入門」論理演算子の否定(-not,-!)を使うサンプル
説明
-not,-!
使用例
IOSでhttp、postを使用して画像とテキスト情報をアップロードする
コード下記:
//body処理
NSMutableData *body = ;
//add params (all params are strings)
for (NSString *param ...
IOSでUIViewの背景をグラデーションにするサンプルプログラム
コード下記:
//ビットマップコンテキストを割り当てる
CGContextRef bitmapContext = CGBitmapContextCreate(NULL, 320, 480, 8, 4 * 320, CG ...
IOSでUIButtonの生成サンプル
-(void)viewDidLoad{
;
UIButton *button = ;
//-(void)viewDidLoad{
;
UIButton *butto ...
「IOS入門」NSDataからNSDictionaryへ変換(ネットワーク同期get方法を利用)
コード下記:
– (void)getJsonForData
{
for (NSDictionary *dic in self.dataArray) {
NSString *str = ; ...
IOS開発エラー現象「libxml2 not found during build」の対策
エラーメッセージ:
libxml2 not found during build
解決方法:
「Header Search Paths」下のDebugとreleaseに次の内容を設定
${SDKRO ...