一个简单的创建表的代码DROP database IF exists reg_login;CREATE database reg_login;use reg_login--用户表create table user_table( user_id int(11) auto_increment, u...
分类:
数据库 时间:
2014-06-28 16:47:27
阅读次数:
231
BACKGROUND OF THE INVENTIONA conventional virtual-machine monitor (VMM) typically runs on a computer and presents to other software the abstraction of...
分类:
其他好文 时间:
2014-06-28 14:16:36
阅读次数:
276
/** * @version 2.0 * @author sharks*//** * Instruction * this version will use IO * apply file to store data * it just a table double click table ca.....
分类:
其他好文 时间:
2014-06-28 14:05:29
阅读次数:
300
接口分离原则(The Interface Segregation Principle)表述为“客户类不应被强迫依赖那些它们不需要的接口。(Clients should not be forced to depend upon interfaces that they do not use.)”。本篇...
分类:
其他好文 时间:
2014-06-28 13:39:35
阅读次数:
312
/* * Created by SharpDevelop. * User: Administrator * Date: 2013/11/18 * Time: 20:55 * * To change this template use Tools | Options | Coding | Edit ....
分类:
其他好文 时间:
2014-06-28 12:34:14
阅读次数:
466
static class SubFormExtensions{ internal static bool AttachTo(this Form subForm, Panel panel) { if (panel == null || subForm == null) ret...
分类:
其他好文 时间:
2014-06-28 12:24:57
阅读次数:
174
nt/Decimal.ToString 方法 (String, IFormatProvider)decimal value = 16325.62m; string specifier; CultureInfo culture;// Use standard numeric format specif...
分类:
其他好文 时间:
2014-06-24 09:52:33
阅读次数:
299
USE [MainDb]GO/****** Object: StoredProcedure [dbo].[pcPaChatOnLineUserLogSelect] Script Date: 06/20/2014 13:56:54 ******/SET ANSI_NULLS ONGOSET Q...
分类:
其他好文 时间:
2014-06-23 08:28:27
阅读次数:
274
转自:http://www.iitshare.com/ie8-not-use-native-json.html起因在项目中要将页面上的js对象传给后台,想到可以用json转成字符串传递。12var obj = {"a":1 "b":2, "c":3};var str = JSON.stringify...
分类:
Web程序 时间:
2014-06-23 07:36:06
阅读次数:
308
http://blog.scottlowe.org/2012/10/19/link-aggregation-and-lacp-with-open-vswitch/ In this post, I’m going to show you how to use link aggregation (via...
分类:
其他好文 时间:
2014-06-21 14:18:10
阅读次数:
302