####リモート接続を許可 任意のポートを設定
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\aspnet_state\Parameters]
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("mail.google.com") { | |
/* 本文 */ | |
div.ii>div { | |
font-family: monospace !important; | |
/* | |
font-size: 100% !important; | |
line-height: 120% !important; | |
width: 80ex !important; |
<html> | |
<head> | |
<style type="text/css"> | |
/* | |
* http: //bullfrogsweatshop.com/minimal-markup-sample-form.html | |
*/ | |
/* Container Styles | |
=============================================================================*/ | |
form { | |
color: #333; |
@namespace url(http://www.w3.org/1999/xhtml); | |
/* @-moz-document domain("msdn.microsoft.com") { */ | |
@document domain("msdn.microsoft.com") { | |
.MTPopup { | |
visibility: hidden; | |
} | |
} |
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Web.UI; | |
using System.Web.UI.WebControls; | |
namespace WebControlLibrary | |
{ | |
/// <summary> | |
/// ページング機能を提供します。 |
SSLポートのバインド確認
cscript.exe adsutil.vbs GET /w3svc/<サイト識別子>/SecureBindings
SSLポートのバインド設定
cscript.exe adsutil.vbs SET /w3svc/<サイト識別子>/SecureBindings ":<ポート番号>:<ホストヘッダー>"
SSLポートのバインド削除
@echo off | |
setlocal | |
rem カレントドライブ・カレントディレクトリをバッチファイルのディレクトリにする | |
cd /d %~dp0 | |
rem ====================================================================== | |
rem 環境パラメータ設定 | |
if not exist GetVisualSourceSafeHistory.ini ( | |
echo GetVisualSourceSafeHistory.iniが存在しません。 |
// テキストが見つかったときに Find Toolbar をフラッシュするか。 | |
// 0: Find Toolbar は前から前からフラッシュしており、見つかったときにフラッシュしない | |
// 1: 見つかったときに Find Toolbarフラッシュする。 | |
user_pref("accessibility.typeaheadfind.flashBar", 0); | |
// 自動更新 | |
user_pref("app.update.auto", false); | |
// タブプレビュー機能 | |
user_pref("browser.ctrlTab.previews", true); |
// http://blog.masa1115.com/?p=1062 | |
using System; | |
using System.Collections.Generic; | |
using System.Reflection; | |
namespace XXX.Izu.Library.Utility.Enum | |
{ | |
/// <summary>; | |
/// Enum拡張属性ベースクラス |
(function() { | |
var _win = window, | |
_ua = navigator.userAgent, | |
_env = { | |
ua : _ua, | |
windows: '', | |
mac : 0, | |
android: 0, | |
ios : 0, | |
ie : 0, |