码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
mysql代码里面有中文注释导致语法错误
一个简单的创建表的代码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
PatentTips - Use of multiple virtual machine monitors to handle privileged events
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
TC1.6SourceCode
/** * @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
接口分离原则(Interface Segregation Principle)
接口分离原则(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
C#邮件接收系统核心代码(接收POP3邮件IMAP邮件)
/* * 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
C#:Use Form as Subform
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
decimal.tostring()格式
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
解决在IE8中无法使用原生JSON的问题
转自: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
Link Aggregation and LACP with Open vSwitch
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!