You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
About reserved postingIf you register a secret article by the day before the same day, it will be automatically published around 7:00 on the same day. About posting periodOnly articles submitted after November 1 of the year can be registered. (Secret articles can be registered anytime articles are posted.)
Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? #英語が分からないからエラーを読まない。 はい、私です。 反省します。 日々ここにpythonエラーを(正確性より分かりやすさ重視)をストックしていきます。 皆さんの力もお貸しいただいて、猿でも分かるエラー辞典を作りたいと思います。 カテゴリーはエラー内容で分けます。ページ内検索を使ってエラーをコピペしたら飛べるようにしたい。 エラーを制するものはプログラミングを制する。 ##Syntax系(SyntaxError) SyntaxError: invalid syntax 構文間違ってるよ・・。 ('がなかったりそもそも構文を勘違いして
Sender requirements and guidelines Follow these guidelines to help ensure messages are delivered to Gmail accounts as expected, and to help prevent Gmail from limiting sending rates, blocking messages, or marking messages as spam. Requirements for all senders Starting February 1, 2024, all email senders who send email to Gmail accounts must meet the requirements in this section. Important: If you
BOUML 7.11 Final version Patch 3 released on March 25 2025. Patch 2 was fixing crashes See historic for details Overview BOUML is a free UML 2 tool box including a modeler allowing you to specify and generate code in C++, Java, Idl, Php, Python and MySQL. Since the release 7.0 BOUML is again a free software. BOUML runs under Windows, Linux and MacOS X. BOUML is very fast and doesn't require much
今回の環境 Mac OS X Yosemite 10.10.2 $ uname -mrsv Darwin 14.1.0 Darwin Kernel Version 14.1.0: Thu Feb 26 19:26:47 PST 2015; root:xnu-2782.10.73~1/RELEASE_X86_64 x86_64 Node.js はインストール済み。 $ node -v v0.10.29 $ npm -v 1.4.14 プログラム開発の準備: package.json ファイルを用意する package.json には今回開発するプログラムの内容について記述する。 npm init コマンドを打つと、対話形式で項目を入力していき、 package.json ファイルを生成してくれる。 $ npm init This utility will walk you through c
Supports PHP 7.4Freedom to run on almost any server!
ファイルのコピーやフォルダの同期などのバッチファイルを以前まではXcopyコマンドを利用して作成していたのですが、 どうやらWindows2008ではXcopyではなく、Robocopyの使用を推奨しているようです。 Windows2003でのXcopy /?の実行結果 Windows2008でのXcopy /?の実行結果 そこでRobocopyを使用してバッチファイルを作成し始めたのですが、Robocopyの終了コードが良く分かりませんでした。 JP1などのジョブ管理ツールなどから実行すると、デフォルトの設定ではリターンコードが0以外が返ってくるとエラーとなります。 Robocopyで作成したバッチファイルが成功したり、失敗したりが続いたので調べることに。 Webで調べるとリソースキッドの中にドキュメントがあるとのことなので、以下のURLからリソースキッドをダウンロードしました。 htt
PHPer の私が MacBookAir 2012 mid にインストールしたアプリをまとめました。よいアプリを見つけたら随時更新します。 目次 開発用アプリ Mac を便利に使うためのアプリ 画像編集アプリ Mac のメンテナンスアプリ 開発用アプリ PhpStorm PHP 開発者なら絶対使うべき最強 IDE。年間維持費が約 5,000 円かかるけど生産性 100 倍。PHP と JavaScript の開発に。特に JavaScript の入力補完が強力。本ブログで紹介している Tips はこちら Homebrew PHP, MySQL, その他 linux ツールをインストールできるツール。PHP 開発には必須。本ブログのインストール記事はこちら Google Chrome メインブラウザ。 macvim kaoriya テキストエディタとして使用。ブログもこれで書いてる。Vimf
Hello, We have configured the reverse DNS record(s) you requested. Your request was mapped for [IPアドレス]:[メールサーバFQDN]. Please note that propagation of this update to DNSBL services that Amazon works with may take up to a week. If you also requested removal of the email sending limitations on your account, these have also been removed for any IPs and instances under your account. Please let us know
Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? 課題 /tmpと/var/tmpどっちも大体一緒だからいいんじゃないかと思って/tmpにファイルをつくろうとしたら、プログラムが使用するものは/var/tmpにと叱られた。確かに、基幹系システムのディストリビューションだと何故か/var/tmp派の人が多かった気がする。じゃあ、linux系特有の宗派の問題なのか?と思い調べてみた。 何が他のディレクトリと違うか 通常のディレクトリは、基本的にはファイルは削除しない限り消えない。 /tmpに関しては再起動するとファイルが綺麗さっぱり無くなる。 /var/tmpは再起動しても消えないがいつの
... # sec.name source community # com2sec notConfigUser default public com2sec local localhost public # com2sec mynet 192.168.1.0/24 public ... # groupName securityModel securityName # group notConfigGroup v1 notConfigUser # group notConfigGroup v2c notConfigUser group mygroup v1 local # group mygroup v1 mynet ... # Make at least snmpwalk -v 1 localhost -c public system fast again. # name incl/exc
はじめに Vagrantでの開発環境作りで対処したエラーあれこれについて書きます。この前書いた記事も書きなおさなくちゃかな。。。 基本的に、ホストマシン時の操作がzshで、仮想マシン時の操作がbashです。 やった手順通りに書いたつもりだけど、色々試した後に書いたから、もしかしたら間違えてるかも。。。 最初のエラー vagrant up時 $ vagrant reload ==> default: Attempting graceful shutdown of VM... ==> default: Checking if box 'chef/centos-6.5' is up to date... ==> default: There was a problem while downloading the metadata for your box ==> default: to chec
後ろで動いてるアプリを手前に持ってくる関数です。いつも作るうえに、毎回調べないと作れないので載せておきます。 ちなみに、ウインドウが「常に」最前面に表示されるようにするには、SetWindowPos 関数で HWND_TOPMOST を渡します。でもこれはググればごろごろサンプル出てくるんですけどね。 Option Explicit Private Declare Function GetWindowThreadProcessId Lib "user32" (ByVal hWnd As Long, lpdwProcessId As Long) As Long Private Declare Function GetForegroundWindow Lib "user32" () As Long Private Declare Function AttachThreadInput Lib "
きっかけはこの記事。 ・[Developers.IO]VYATTA USERS MEETING Autumn 2013(の前半)に参加しました Vyattaは2年半前に触ったっきり情報を追ってなかったんだけど、AWSのような環境こそVyattaが活きるなぁと思い、AWSの中でNATインスタンスとして立ててみた。 なおAmazonのWebサイトにも記載してあるとおり、NATと言うよりPAT/NAPT/IP masqueradeの動作になる。 (1)準備 VPCの中にSubnetを2つ作り、1つをPublic、1つをPrivateとする。 VPCにInternet Gatewayを作成する。 PublicのRoute TableにVPC内の経路と、デフォルトゲートウェイとしてInternet Gatewayを設定する。 PrivateのRoute TableはVPC内の経路のみ持つ。 こんな感
ネタ元 下記を参考に自分の必要な部分だけ抜粋しました Jasmine使い方メモ - Qiita jasmineでjavascriptユニットテスト 導入と基礎 jasmin概要 Suite は describe 関数を使い、 Spec は it 関数で宣言する。 this はspecごとに初期化される。spec内のテストでは使いまわす。 suite、specの一文字目にx をつけることで実行しないようにできる。 xdescribe('suite', function() { xit('spec', function() { console.log("suite spec"); }); }); テストメソッド 用途 方法 備考 テスト開始前に処理 beforeEach(); テスト終了後に処理 afterEach(); foo === 1 であるか expect(foo).toBe(1);
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く