This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| namespace CExperiments | |
| { | |
| public class Program | |
| { | |
| public static void Main () | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Text; | |
| using CommonGscuht; | |
| using Microsoft.VisualStudio.TestTools.UnitTesting; | |
| using TestHelper; | |
| using System.Collections; | |
| namespace TestHelperTest | |
| { | |
| /// <summary> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections; | |
| using System.Data; | |
| using System.IO; | |
| using System.Text; | |
| using System.Text.RegularExpressions; | |
| using CommonGscuht; | |
| using Microsoft.VisualStudio.TestTools.UnitTesting; | |
| using Oracle.DataAccess.Client; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| require 'rubygems' | |
| require 'mechanize' | |
| require 'openssl' | |
| # OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE | |
| id = 'xxxxxxxx' | |
| pass = 'xxxxxxxx' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Data; | |
| using System.IO; | |
| using System.Text; | |
| /// <summary> | |
| /// DataTableクラスにCSV出力機能を追加する拡張メソッド | |
| /// </summary> | |
| public static class ExtensionDataTableToCsv | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| require 'rubygems' | |
| require 'mechanize' | |
| require 'openssl' | |
| OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE | |
| id = '09012345678' | |
| pass = '********' |
NewerOlder