code stringlengths 1 2.01M | repo_name stringlengths 3 62 | path stringlengths 1 267 | language stringclasses 231
values | license stringclasses 13
values | size int64 1 2.01M |
|---|---|---|---|---|---|
package com.ch_linghu.fanfoudroid.data2;
public class Photo {
private String thumburl;
private String imageurl;
private String largeurl;
public Photo() {}
public String getThumburl() {
return thumburl;
}
public void setThumburl(String thumburl) {
this.thumburl = thumb... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/data2/Photo.java | Java | asf20 | 815 |
package com.ch_linghu.fanfoudroid;
import java.util.ArrayList;
import java.util.List;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.widget.ListView;
import android.widget.TextView;
import com.ch_linghu.fanfoudroid.data.Tweet;
import com.ch_linghu.fanfoud... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/UserTimelineActivity.java | Java | asf20 | 14,047 |
/*
* Copyright (C) 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/WriteDmActivity.java | Java | asf20 | 12,540 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/QueryResult.java | Java | asf20 | 6,405 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/Configuration.java | Java | asf20 | 12,102 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/Trends.java | Java | asf20 | 6,595 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/RefuseError.java | Java | asf20 | 4,494 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/WeiboSupport.java | Java | asf20 | 2,533 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/IDs.java | Java | asf20 | 4,847 |
/*
* UserObjectWapper.java created on 2010-7-28 上午08:48:35 by bwl (Liu Daoru)
*/
package com.ch_linghu.fanfoudroid.fanfou;
import java.io.Serializable;
import java.util.List;
/**
* 对User对象列表进行的包装,以支持cursor相关信息传递
* @author liudaoru - daoru at sina.com.cn
*/
public class UserWapper implements Seriali... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/UserWapper.java | Java | asf20 | 1,281 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/Paging.java | Java | asf20 | 3,847 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/Weibo.java | Java | asf20 | 61,339 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/Status.java | Java | asf20 | 13,518 |
package com.ch_linghu.fanfoudroid.fanfou;
/**
* An exception class that will be thrown when WeiboAPI calls are failed.<br>
* In case the Fanfou server returned HTTP error code, you can get the HTTP status code using getStatusCode() method.
*/
public class WeiboException extends Exception {
private int statusCod... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/WeiboException.java | Java | asf20 | 982 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/SavedSearch.java | Java | asf20 | 5,041 |
/*
Copyright (c) 2007-2009
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following dis... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/Query.java | Java | asf20 | 6,708 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/WeiboResponse.java | Java | asf20 | 9,049 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/User.java | Java | asf20 | 25,389 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/Trend.java | Java | asf20 | 3,323 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/RetweetDetails.java | Java | asf20 | 6,255 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/DirectMessage.java | Java | asf20 | 7,766 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/Photo.java | Java | asf20 | 3,160 |
/*
Copyright (c) 2007-2009, Yusuke Yamamoto
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/fanfou/RateLimitStatus.java | Java | asf20 | 4,015 |
package com.ch_linghu.fanfoudroid;
import java.util.ArrayList;
import java.util.List;
import android.database.Cursor;
import android.os.Bundle;
import com.ch_linghu.fanfoudroid.data.Tweet;
import com.ch_linghu.fanfoudroid.db.StatusTable;
import com.ch_linghu.fanfoudroid.fanfou.Status;
import com.ch_linghu.fanfoudroi... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/BrowseActivity.java | Java | asf20 | 2,319 |
/*
* Copyright (C) 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/WriteActivity.java | Java | asf20 | 29,383 |
package com.ch_linghu.fanfoudroid;
import com.ch_linghu.fanfoudroid.app.Preferences;
import android.app.Activity;
import android.content.ComponentName;
import android.content.pm.ActivityInfo;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager.NameNotFoundException;
import android.os.Bundl... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/AboutActivity.java | Java | asf20 | 1,534 |
package com.ch_linghu.fanfoudroid;
import java.util.HashSet;
//import org.acra.ReportingInteractionMode;
//import org.acra.annotation.ReportsCrashes;
import android.app.Application;
import android.content.Context;
import android.content.SharedPreferences;
import android.database.Cursor;
import android.net... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/TwitterApplication.java | Java | asf20 | 6,960 |
package com.ch_linghu.fanfoudroid.util;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import android.t... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/util/TextHelper.java | Java | asf20 | 5,209 |
package com.ch_linghu.fanfoudroid.util;
import java.io.InputStream;
import java.io.OutputStream;
public class StreamUtils {
public static void CopyStream(InputStream is, OutputStream os)
{
final int buffer_size=1024;
try
{
byte[] bytes=new byte[buffer_size];
... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/util/StreamUtils.java | Java | asf20 | 572 |
package com.ch_linghu.fanfoudroid.util;
import java.text.DecimalFormat;
import java.text.NumberFormat;
import java.util.Arrays;
import java.util.HashMap;
import android.util.Log;
import com.ch_linghu.fanfoudroid.TwitterApplication;
/**
* Debug Timer
*
* Usage:
* --------------------------------
* DebugTimer.s... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/util/DebugTimer.java | Java | asf20 | 4,762 |
package com.ch_linghu.fanfoudroid.util;
import java.io.File;
import java.io.IOException;
import android.os.Environment;
/**
* 对SD卡文件的管理
* @author ch.linghu
*
*/
public class FileHelper {
private static final String TAG = "FileHelper";
private static final String BASE_PATH="fanfoudroid";
public st... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/util/FileHelper.java | Java | asf20 | 813 |
package com.ch_linghu.fanfoudroid.util;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.Locale;
import android.util.Log;
import com.ch_linghu.fanfoudroid.R;
import com.ch_linghu.fanfoudroid.TwitterAppl... | 061304011116lyj-fan | src/com/ch_linghu/fanfoudroid/util/DateTimeHelper.java | Java | asf20 | 3,539 |
/***
Copyright (c) 2008-2009 CommonsWare, LLC
Portions (c) 2009 Google, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by ap... | 061304011116lyj-fan | src/com/commonsware/cwac/sacklist/SackOfViewsAdapter.java | Java | asf20 | 4,593 |
/***
Copyright (c) 2008-2009 CommonsWare, LLC
Portions (c) 2009 Google, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by ap... | 061304011116lyj-fan | src/com/commonsware/cwac/merge/MergeAdapter.java | Java | asf20 | 8,420 |
package com.hlidskialf.android.hardware;
import android.content.Context;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
public class ShakeListener implements SensorEventListener {
private static final int FORCE... | 061304011116lyj-fan | src/com/hlidskialf/android/hardware/ShakeListener.java | Java | asf20 | 2,826 |
/* Javadoc 样式表 */
/* 在此处定义颜色、字体和其他样式属性以覆盖默认值 */
/* 页面背景颜色 */
body { background-color: #FFFFFF; color:#000000 }
/* 标题 */
h1 { font-size: 145% }
/* 表格颜色 */
.TableHeadingColor { background: #CCCCFF; color:#000000 } /* 深紫色 */
.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* 淡紫色 */
.TableRowColor ... | 061304011116lyj-fan | doc/stylesheet.css | CSS | asf20 | 1,370 |
#!/bin/bash
# 打开apache.http调试信息
adb shell setprop log.tag.org.apache.http VERBOSE
adb shell setprop log.tag.org.apache.http.wire VERBOSE
adb shell setprop log.tag.org.apache.http.headers VERBOSE
echo "Enable Debug"
| 061304011116lyj-fan | tools/openHttpDebug.sh | Shell | asf20 | 229 |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/BUS/Properties/AssemblyInfo.cs | C# | asf20 | 1,377 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.OleDb;
using System.Collections;
using DAO;
using DTO;
namespace BUS
{
public class CKHACHTHUEBUS
{
//public static CKHACHTHUEDTO LayThongTinKhachThue(int MaKhachThue)
//{
... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/BUS/CKHACHTHUEBUS.cs | C# | asf20 | 4,597 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.OleDb;
using System.Collections;
using DAO;
using DTO;
namespace BUS
{
public class CLOAIKHACHTHUEBUS
{
public static CLOAIKHACHTHUEDTO LayThongTinLoaiKhachThue(int MaLoaiKhachThue)
... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/BUS/CLOAIKHACHTHUEBUS.cs | C# | asf20 | 5,438 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.OleDb;
using System.Collections;
using DAO;
using DTO;
namespace BUS
{
public class CQUIDINHBUS
{
public static CQUIDINHDTO LayThongTinQuiDinh(int MaQuiDinh)
{
CQ... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/BUS/CQUIDINHBUS.cs | C# | asf20 | 3,399 |
using System;
using System.Collections.Generic;
using System.Text;
namespace BUS
{
public class Class1
{
}
}
| 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/BUS/Class1.cs | C# | asf20 | 132 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.OleDb;
using System.Collections;
using DAO;
using DTO;
namespace BUS
{
public class CPHIEUTHUEBUS
{
public static CPHIEUTHUEDTO LayThongTinPhieuThueTheoPhong(int MaPhong, DateTime NgayB... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/BUS/CPHIEUTHUEBUS.cs | C# | asf20 | 4,534 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.OleDb;
using System.Collections;
using DAO;
using DTO;
namespace BUS
{
public class CHOADONBUS
{
//public static CHOADONDTO LayThongTinHoaDon(int MaHoaDon)
//{
// C... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/BUS/CHOADONBUS.cs | C# | asf20 | 9,335 |
using System;
using System.Collections.Generic;
using System.Text;
using NUnit.Framework;
using BUS;
using DAO;
using DTO;
namespace TestQLKS
{
[TestFixture]
public class CLOAIPHONG
{
[Test]
public void TestLayGiaTienLoaiPhong()
{
CLOAIPHONGDTO lp = new C... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/TestQLKS/CLOAIPHONG.cs | C# | asf20 | 488 |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/TestQLKS/Properties/AssemblyInfo.cs | C# | asf20 | 1,388 |
using System;
using System.Collections.Generic;
using System.Text;
using NUnit.Framework;
using BUS;
using DAO;
using DTO;
namespace TestQLKS
{
[TestFixture]
public class CLOAINGUOIDUNG
{
[Test]
public void LayThongTinNguoiDungTestDAO()
{
int maNguoiDung ... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/TestQLKS/CLOAINGUOIDUNG.cs | C# | asf20 | 1,339 |
using System;
using System.Collections.Generic;
using System.Text;
namespace TestQLKS
{
class CGIAODIENTIEPTAN
{
}
}
| 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/TestQLKS/CGIAODIENTIEPTAN.cs | C# | asf20 | 140 |
using System;
using System.Collections.Generic;
using System.Text;
using NUnit.Framework;
using BUS;
using DTO;
namespace TestQLKS
{
[TestFixture]
public class CDANGNHAP
{
[Test]
public void testDangNhap()
{
DTO.CNGUOIDUNGDTO dt = new DTO.CNGUOIDUNGDTO();
... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/TestQLKS/CDANGNHAP.cs | C# | asf20 | 456 |
using System;
using System.Collections.Generic;
using System.Text;
using NUnit.Framework;
using BUS;
using DTO;
using DAO;
using HOTEL_MANAGEMENT;
namespace TestQLKS
{
[TestFixture]
class CHOADON
{
[Test]
public void TestLaySoNgayThue()
{
CPHIEUTHUEDT... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/TestQLKS/CHOADON.cs | C# | asf20 | 1,418 |
using System;
using System.Text;
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace TestQLKS
{
/// <summary>
/// Summary description for UnitTest1
/// </summary>
[TestClass]
public class UnitTest1
{
public UnitTest1()
{
... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/TestQLKS/UnitTest1.cs | C# | asf20 | 1,439 |
using System;
using System.Collections.Generic;
using System.Text;
using NUnit.Framework;
using BUS;
namespace TestQLKS
{
[TestFixture]
public class CGIAODIENQUANTRIHETHONG
{
[Test]
public void kiemTraChuoiLaSo()
{
string a="q1334";
bool ex = f... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/TestQLKS/CGIAODIENQUANTRIHETHONG.cs | C# | asf20 | 471 |
using System;
using System.Collections.Generic;
using System.Text;
using NUnit.Framework;
using BUS;
using DTO;
using HOTEL_MANAGEMENT;
namespace TestQLKS
{
[TestFixture]
public class CNGUOIDUNG
{
//Lấy thông tin người dùng
[Test]
public void LayThongTinNguoiDung()... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/TestQLKS/CNGUOIDUNG.cs | C# | asf20 | 1,576 |
using System;
using System.Collections.Generic;
using System.Text;
namespace TestQLKS
{
class CPHIEUTHUE
{
}
}
| 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/TestQLKS/CPHIEUTHUE.cs | C# | asf20 | 134 |
using System;
using System.Collections.Generic;
using System.Text;
namespace TestQLKS
{
class CQUIDINH
{
}
}
| 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/TestQLKS/CQUIDINH.cs | C# | asf20 | 132 |
using System;
using System.Collections.Generic;
using System.Text;
using NUnit.Framework;
using BUS;
using DAO;
using DTO;
using System.Data;
namespace TestQLKS
{
[TestFixture]
public class CPHONG
{
[Test]
public void LayDanhSachPhongDAO()
{
List<CPHONGD... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/TestQLKS/CPHONG.cs | C# | asf20 | 1,644 |
using System;
using System.Collections.Generic;
using System.Text;
using NUnit.Framework;
using BUS;
using DAO;
using DTO;
namespace TestQLKS
{
[TestFixture]
class CKHACHTHUE
{
//ds khach thue
[Test]
public void TestLayDanhSachKhachThueTheoPhieuThue()
{
... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/TestQLKS/CKHACHTHUE.cs | C# | asf20 | 679 |
using System;
using System.Collections.Generic;
using System.Text;
namespace TestQLKS
{
class CGIAODIENGIAMDOC
{
}
}
| 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/TestQLKS/CGIAODIENGIAMDOC.cs | C# | asf20 | 140 |
using System;
using System.Collections.Generic;
using System.Text;
namespace TestQLKS
{
class CLOAIKHACHTHUE
{
}
}
| 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/TestQLKS/CLOAIKHACHTHUE.cs | C# | asf20 | 138 |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/WindowsControlLibrary1/Properties/AssemblyInfo.cs | C# | asf20 | 1,413 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
namespace WindowsControlLibrary1
{
public partial class UserControl1 : UserControl
{
public UserControl1()
{
... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/WindowsControlLibrary1/UserControl1.cs | C# | asf20 | 368 |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/DAO/Properties/AssemblyInfo.cs | C# | asf20 | 1,377 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.OleDb;
using System.IO;
using System.Collections;
using DTO;
namespace DAO
{
public class CKHACHTHUEDAO : AbstractDao
{
// Hàm lấy thông tin 1 khách thuê bất kỳ để xử lý
//public... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/DAO/CKHACHTHUEDAO.cs | C# | asf20 | 26,532 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.OleDb;
using System.IO;
using System.Collections;
using DTO;
namespace DAO
{
public class CNGUOIDUNGDAO : AbstractDao
{
//Lấy thông tin 1 người dùng bất kỳ
public static CNGUOIDU... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/DAO/CNGUOIDUNGDAO.cs | C# | asf20 | 38,294 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Data.OleDb;
namespace DAO
{
public class AbstractDao
{
//hàm lấy chuỗi kết nối, mở kết nối
protected static OleDbConnection ConnectionData()
{
String strCn = "... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/DAO/AbstractDao.cs | C# | asf20 | 543 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.OleDb;
using System.IO;
using System.Collections;
using DTO;
namespace DAO
{
public class CLOAIKHACHTHUEDAO:AbstractDao
{
// Hàm lấy thông tin 1 loại khách thuê bất kỳ để xử lý
p... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/DAO/CLOAIKHACHTHUEDAO.cs | C# | asf20 | 19,980 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.OleDb;
using System.IO;
using System.Collections;
using DTO;
namespace DAO
{
public class CPHIEUTHUEDAO : AbstractDao
{
//Hàm lấy thông tin 1 phiếu thuê phòng bất kỳ
public stati... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/DAO/CPHIEUTHUEDAO.cs | C# | asf20 | 18,153 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.OleDb;
using System.IO;
using System.Collections;
using DTO;
namespace DAO
{
public class CQUIDINHDAO : AbstractDao
{
public static CQUIDINHDTO LayThongTinQuiDinh(string moTa)
{
... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/DAO/CQUIDINHDAO.cs | C# | asf20 | 15,338 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.OleDb;
using System.IO;
using System.Collections;
using DTO;
namespace DAO
{
public class CLOAIPHONGDAO:AbstractDao
{
// Hàm lấy danh sách tất cả các loại phòng(kể cả loại phòng chưa duyệ... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/DAO/CLOAIPHONGDAO.cs | C# | asf20 | 21,828 |
using System;
using System.Collections.Generic;
using System.Text;
namespace DAO
{
public class Class1
{
}
}
| 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/DAO/Class1.cs | C# | asf20 | 132 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.OleDb;
using System.IO;
using System.Collections;
using DTO;
namespace DAO
{
public class CPHONGDAO : AbstractDao
{
//Lây thông tin 1 phòng bất kỳ
public static CPHONGDTO LayThon... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/DAO/CPHONGDAO.cs | C# | asf20 | 26,507 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.OleDb;
using System.IO;
using System.Collections;
using DTO;
namespace DAO
{
public class CHOADONDAO:AbstractDao
{
//Lây thông tin 1 hóa đơn bất kỳ để xử lý
//public static CHOAD... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/DAO/CHOADONDAO.cs | C# | asf20 | 18,291 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraEditors;
using System.Collections;
using BUS;
using DAO;
using DTO;
namespace HOTEL_MANAGEMENT
{
public partial clas... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmTT_LapPhieuThue.cs | C# | asf20 | 17,474 |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTi... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/Properties/AssemblyInfo.cs | C# | asf20 | 1,280 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraBars;
namespace HOTEL_MANAGEMENT
{
public partial class frmTiepTan : DevExpress.XtraBars.Ribbon.RibbonForm
{
... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmTiepTan.cs | C# | asf20 | 8,310 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace HOTEL_MANAGEMENT
{
public partial class frmGD_BaoCaoTheoLoaiPhong : Form
{
public frmGD_BaoCaoTheoLoaiPhong()
... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmGD_BaoCaoTheoLoaiPhong.cs | C# | asf20 | 649 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraEditors;
using System.Collections;
using BUS;
using DAO;
using DTO;
namespace HOTEL_MANAGEMENT
{
public partial c... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmTT_TraCuuPhong.cs | C# | asf20 | 6,514 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraBars;
using HOTEL_MANAGEMENT;
namespace HOTEL_MANAGEMENT
{
class QuanLyGiaoDien
{
}
////////////////
//Tat Ca Form
//
//Dang Nhap
public class SM_DangNhap
... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/QuanLyGiaoDien.cs | C# | asf20 | 21,972 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraEditors;
using System.Collections;
using BUS;
using DAO;
using DTO;
namespace HOTEL_MANAGEMENT
{
public partial c... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmTT_TimPhieuThue.cs | C# | asf20 | 7,830 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraEditors;
using System.Collections;
using BUS;
using DAO;
using DTO;
namespace HOTEL_MANAGEMENT
{
public partial c... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmTT_ThongTinCaNhan.cs | C# | asf20 | 5,067 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace HOTEL_MANAGEMENT
{
public partial class frmGD_BaoCaoTheoMatDosuDung : Form
{
public frmGD_BaoCaoTheoMatDosuDung()
... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmGD_BaoCaoTheoMatDosuDung.cs | C# | asf20 | 556 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraEditors;
using BUS;
using DTO;
using System.Runtime.InteropServices;
namespace HOTEL_MANAGEMENT
{
public partial c... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmTT_LapHoaDon.cs | C# | asf20 | 11,524 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace HOTEL_MANAGEMENT
{
public partial class frmxetDuyetQuyDinh : Form
{
public frmxetDuyetQuyDinh()
{
... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmxetDuyetQuyDinh.cs | C# | asf20 | 367 |
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace HOTEL_MANAGEMENT
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
A... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/Program.cs | C# | asf20 | 498 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace HOTEL_MANAGEMENT
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/Form1.cs | C# | asf20 | 1,130 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Collections;
using BUS;
using DAO;
using DTO;
using HOTEL_MANAGEMENT;
using System.Security.Cryptography;
namespace HOTEL_MANA... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmDangNhap.cs | C# | asf20 | 5,323 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraBars;
using DTO;
using BUS;
namespace HOTEL_MANAGEMENT
{
public partial class frmGiamDoc : DevExpress.XtraBars.Ribb... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmGiamDoc.cs | C# | asf20 | 8,253 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraEditors;
using System.Collections;
using BUS;
using DAO;
using DTO;
namespace HOTEL_MANAGEMENT
{
public partial c... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmTT_TimHoaDon.cs | C# | asf20 | 4,150 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DTO;
using BUS;
namespace HOTEL_MANAGEMENT
{
public partial class frmthayDoiHeSoLoaiKhach : Form
{
public frmthayDoiH... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmthayDoiHeSoLoaiKhach.cs | C# | asf20 | 7,305 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Collections;
using BUS;
using DAO;
using DTO;
namespace HOTEL_MANAGEMENT
{
public partial class frmTimPhong : Form
{
... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmTT_TimPhongLapPhieuThue.cs | C# | asf20 | 4,435 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraEditors;
using System.Collections;
using BUS;
using DAO;
using DTO;
namespace HOTEL_MANAGEMENT
{
public partial c... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmTT_TimKhachThue.cs | C# | asf20 | 6,256 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DTO;
using BUS;
namespace HOTEL_MANAGEMENT
{
public partial class frmGD_DuyetQuydinh : Form
{
public frmGD_DuyetQuydinh... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmGD_DuyetQuydinh.cs | C# | asf20 | 4,823 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraBars;
using DAO;
using DTO;
using BUS;
namespace HOTEL_MANAGEMENT
{
public partial class frmQuanTriHeThong : DevEx... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmQuanTriHeThong.cs | C# | asf20 | 4,552 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraEditors;
namespace HOTEL_MANAGEMENT
{
public partial class frmTT_ThongKeHoaDon : DevExpress.XtraEditors.XtraForm
... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmTT_ThongKeHoaDon.cs | C# | asf20 | 990 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace HOTEL_MANAGEMENT
{
public partial class frmLoadMain : Form
{
public frmLoadMain()
{
Initialize... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmLoadMain.cs | C# | asf20 | 353 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraEditors;
namespace HOTEL_MANAGEMENT
{
public partial class frmXemPhieuThue : DevExpress.XtraEditors.XtraForm
{
... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmXemPhieuThue.cs | C# | asf20 | 422 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace HOTEL_MANAGEMENT
{
public partial class frmBaoCao : Form
{
public frmBaoCao()
{
InitializeComp... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmBaoCao.cs | C# | asf20 | 440 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraEditors;
using System.Collections;
using BUS;
using DAO;
using DTO;
namespace HOTEL_MANAGEMENT
{
public partial c... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmTT_DoiMatKhau.cs | C# | asf20 | 3,169 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace HOTEL_MANAGEMENT
{
public partial class frmMain : Form
{
public frmMain()
{
InitializeComponen... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmMain.cs | C# | asf20 | 638 |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraEditors;
namespace HOTEL_MANAGEMENT
{
public partial class frmHoaDon : DevExpress.XtraEditors.XtraForm
{
... | 12ks-ttnn-8889 | trunk/Source Code/HOTEL_MANAGEMENT/HOTEL_MANAGEMENT/frmHoaDon.cs | C# | asf20 | 660 |