Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

タグ

2014年8月18日のブックマーク (2件)

  • Home

    Because code and documentation are meant to be together. phpDocumentor is the de-facto documentation application for PHP projects. Your project can benefit too from more than 20 years of experience and setting the standard for documenting PHP Applications. Documentation FeaturesWhat can phpDocumentor 3 do to help you with your documentation Super easy to install and use Thanks to the power of Dock

    yuuAn
    yuuAn 2014/08/18
    言語ではなくコメントにこれを書かなければならないことに複雑な気持ち。
  • 管理者権限が必要な常駐アプリはタスクスケジューラでスタートアップさせる

    Windows Vistaから導入されたUACに邪魔されて、使いたい常駐アプリがWindowsのスタートアップで起動できないという体験をした人もいるかと思います。これは管理者権限で起動できずに失敗するためです。この問題を回避するためには、タスクスケジューラを利用します。 タスクスケジューラの呼び出し スタートメニューからアクセサリ内のシステムツールにあるタスクスケジューラを開きます。 もしくは、スタートメニューを開き、プログラムとファイルの検索にtaskもしくはタスクと入力して、タスクのスケジュールを開いてください。 タスクの作成 上部にあるメニューバーの操作からタスクの作成を選ぶか、右側のメニュー一覧からタスクの作成を選びます。すると次のような画面が表示されるはずです。 まず全般タブでは、名前の欄には登録したいアプリケーションの名前など、実行するものがわかるようなものを記載します。タスク

    yuuAn
    yuuAn 2014/08/18
    スタートアップアプリを管理者権限で実行する方法