This file contains 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.Collections.Generic; | |
using System.Resources; | |
public class ResXEntry : IComparable | |
{ | |
private string _key; | |
private object _value; | |
This file contains 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
<?php | |
//--rev 6 | |
//--request | |
//----GET ?count=$count(long int) | |
//----POST ?name=$name(string)&point=$point(long int) | |
//--response | |
//----body エラー401、200番台であれば結果が返ってきます。402は読み込みエラーなので | |
//---- 結果はタブ区切り、UTF-8です。1行目はランキングじゃないのでー | |
//UTF-8使用しています。URLエンコードしてからリクエストすること。 |
NewerOlder