Skip to content

Instantly share code, notes, and snippets.

View indication's full-sized avatar
😭
Working at office

in dow indication

😭
Working at office
View GitHub Profile

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TabStopDemo", "TabStopDemo\TabStopDemo.csproj", "{0CE7108A-66A8-4806-892C-6F4F408AE12A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
@indication
indication / Serializer.cs
Created March 11, 2011 08:09
Serialize object wothout file
using System.IO;
using System.Text;
using System.Xml;
using System.Xml.Serialization;
namespace Siri
{
static class Serializer
{
static public Encoding DefaultEncoding
sub setDBConfigure(){
$DBHost = "192.168.1.1";
$DBName = "httpd";
$DBEngine = "mysql";
$DBUser = "httpdlog";
$DBPass = "password";
}
1;