<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.saint-mary.xyz/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.saint-mary.xyz/feed.php">
        <title>自分Wiki - pc:program</title>
        <description></description>
        <link>https://wiki.saint-mary.xyz/</link>
        <image rdf:resource="https://wiki.saint-mary.xyz/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-06-03T10:18:30+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_memo&amp;rev=1550155171&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_sharp_compile&amp;rev=1576545193&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_sharp_datagridview&amp;rev=1550155141&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_sharp_edit&amp;rev=1576543940&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_sharp_manualcompile&amp;rev=1626589127&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_sharp_ocr&amp;rev=1576545288&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.saint-mary.xyz/doku.php?id=pc:program:powershell_memo&amp;rev=1606268837&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.saint-mary.xyz/doku.php?id=pc:program:psh_sample_code&amp;rev=1550155141&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.saint-mary.xyz/doku.php?id=pc:program:python_memo&amp;rev=1629444378&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.saint-mary.xyz/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>自分Wiki</title>
        <link>https://wiki.saint-mary.xyz/</link>
        <url>https://wiki.saint-mary.xyz/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_memo&amp;rev=1550155171&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-02-14T14:39:31+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Cプログラム（bcc32）</title>
        <link>https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_memo&amp;rev=1550155171&amp;do=diff</link>
        <description>Cプログラム（bcc32）

コンパイル

なんかバージョン上がってて、configファイルとかいらないっぽかった。

Windowsプログラミングで、WinMainをエントリーポイントにするとき、基本的には以下</description>
    </item>
    <item rdf:about="https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_sharp_compile&amp;rev=1576545193&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-12-17T01:13:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>VisualStudioを使わないでC#をつかう</title>
        <link>https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_sharp_compile&amp;rev=1576545193&amp;do=diff</link>
        <description>VisualStudioを使わないでC#をつかう

C:\Windows\Microsoft.NET\Framework　の下にある　“csc.exe”　を使ってC#のコンパイルができる

バッチやなんかにパスをセットしてやると便利かもね。
/platform:x86</description>
    </item>
    <item rdf:about="https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_sharp_datagridview&amp;rev=1550155141&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-02-14T14:39:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>C#でDataGridView覚書</title>
        <link>https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_sharp_datagridview&amp;rev=1550155141&amp;do=diff</link>
        <description>C#でDataGridView覚書
この記事のベースは相当古い内容です。（たぶんH20年とか）　注意してください。
本来、データベースとリンクさせるような感じで表示とかするようですが、Dictionaryオブジェクトの表示に使ってみました。</description>
    </item>
    <item rdf:about="https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_sharp_edit&amp;rev=1576543940&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-12-17T00:52:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>C#エクセル編集</title>
        <link>https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_sharp_edit&amp;rev=1576543940&amp;do=diff</link>
        <description>C#エクセル編集

C#エクセル出力１

グーグル先生調べ

エクセルを使うと言うことで、ライブラリを追加しないとだめです。

プロジェクト &gt; 参照の追加 &gt;「COM」のタブ から

	* Microsoft Excel [適当なバージョン] Object Library</description>
    </item>
    <item rdf:about="https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_sharp_manualcompile&amp;rev=1626589127&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-18T06:18:47+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>C#を手動でコンパイル（NPOIを使う）</title>
        <link>https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_sharp_manualcompile&amp;rev=1626589127&amp;do=diff</link>
        <description>C#を手動でコンパイル（NPOIを使う）

.NETが入っていればC#のコンパイラ「csc.exe」が使えます。
C:\Windows\Microsoft.NET\Framework???
このあたりにあります。

何をしたかったのか？

オフライン環境(NuGet使わず)で、C# ＋ NPOI でExcelを操作したかった。</description>
    </item>
    <item rdf:about="https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_sharp_ocr&amp;rev=1576545288&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-12-17T01:14:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Windows10でOCR</title>
        <link>https://wiki.saint-mary.xyz/doku.php?id=pc:program:c_sharp_ocr&amp;rev=1576545288&amp;do=diff</link>
        <description>Windows10でOCR

Windows10だとOCRのAPIが標準で使えるようです。</description>
    </item>
    <item rdf:about="https://wiki.saint-mary.xyz/doku.php?id=pc:program:powershell_memo&amp;rev=1606268837&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-11-25T01:47:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>PowerShellメモ</title>
        <link>https://wiki.saint-mary.xyz/doku.php?id=pc:program:powershell_memo&amp;rev=1606268837&amp;do=diff</link>
        <description>PowerShellメモ

Powershell サンプルコード集

コマンド
コマンド説明Get-ChildItemファイル一覧
これだけは覚えよう

powershellを使うなら
「　$_　」  パイプで渡ってきた個々のオブジェクトを表す

Where-Object { 条件 -or 条件 -and 条件 ...}</description>
    </item>
    <item rdf:about="https://wiki.saint-mary.xyz/doku.php?id=pc:program:psh_sample_code&amp;rev=1550155141&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-02-14T14:39:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Powershell サンプルコード集</title>
        <link>https://wiki.saint-mary.xyz/doku.php?id=pc:program:psh_sample_code&amp;rev=1550155141&amp;do=diff</link>
        <description>Powershell サンプルコード集

中途半端な部分がある場合があります。順次修正したい。

ランチャー的なもの

起動してちゃんと動くような書き方しかしてないので作法がなってないかもです。
app.iniという設定ファイルを読んでランチャー的なものを起動するコード</description>
    </item>
    <item rdf:about="https://wiki.saint-mary.xyz/doku.php?id=pc:program:python_memo&amp;rev=1629444378&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-08-20T07:26:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Pythonメモ</title>
        <link>https://wiki.saint-mary.xyz/doku.php?id=pc:program:python_memo&amp;rev=1629444378&amp;do=diff</link>
        <description>Pythonメモ

CGIデータ受け取り(Checkbox)

（Apache+CGI構成）


(遷移前ページ HTMLタグ)
&lt;input type=&quot;checkbox&quot; name=&quot;ckbx&quot; value=&quot;1&quot;&gt;
&lt;input type=&quot;checkbox&quot; name=&quot;ckbx&quot; value=&quot;2&quot;&gt;
&lt;input type=&quot;checkbox&quot; name=&quot;ckbx&quot; value=&quot;3&quot;&gt;

(遷移後ページ pythonソースコード)
ckbclist = cgi.FieldStorage().getlist(&quot;ckbx&quot;)</description>
    </item>
</rdf:RDF>
