码迷,mamicode.com
首页 >  
搜索关键字:use    ( 28727个结果
【SQL Server】表与表数据操作
一. 创建表结构USE TEST_427 --使用TEST_427这个数据库,表示对该数据库进行建表操作GOCREATE TABLE XSB --创建XSB表( StudentNo char(6) NOT NULL PRIMARY KEY, --列名 + 类型 + 是否可为空...
分类:数据库   时间:2015-04-30 10:20:12    阅读次数:169
《coredump问题原理探究》Linux x86版7.6节 Map coredump例子
定位一个map相关的coredump来熟悉一下: Core was generated by `./xuzhina_dump_c07_s3_ex 5 / 6'. Program terminated with signal 11, Segmentation fault. #0 0x00000000 in ?? () Missing separate debuginfos, use: debug...
分类:系统相关   时间:2015-04-30 01:07:50    阅读次数:229
WebDriver API——第4部分Alerts
The Alert implementation.classselenium.webdriver.common.alert.Alert(driver)Bases:objectAllows to work with alerts.Use this class to interact with aler...
分类:Windows程序   时间:2015-04-29 23:04:21    阅读次数:176
IE低版本 canvas的支持
// Copyright 2006 Google Inc.//// Licensed under the Apache License, Version 2.0 (the "License");// you may not use this file except in compliance wit...
分类:其他好文   时间:2015-04-29 21:11:42    阅读次数:181
Material Dialogs
A beautiful, easy-to-use, and customizable dialogs API, enabling you to use Material designed dialogs down to API 8.http://aidanfollestad.com地址:https:...
分类:其他好文   时间:2015-04-29 19:39:48    阅读次数:160
[php]在PHP中读取和写入WORD文档的代码
测试平台windows使用的windows的com主键。 1 Version}"; 6 // 把它的可见性设置为0(假),如果要使它在最前端打开,使用1(真) 7 // to open the application in the forefront, use 1 (true) 8 //...
分类:Web程序   时间:2015-04-29 19:26:32    阅读次数:143
4-29学习心得
错误类型: error: linker command failed with exit code 1 (use -v to see invocation)这种问题,通常出现在添加第三方库文件或者多人开发时。这种问题一般是找不到文件而导致的链接错误。1.如果是多人开发,你同步完成后发现出现如下的错误...
分类:其他好文   时间:2015-04-29 19:18:20    阅读次数:105
MaterialDesignLibrary
This is a library with components of Android L to you use in android 2.2地址:https://github.com/navasmdc/MaterialDesignLibrary
分类:其他好文   时间:2015-04-29 19:15:55    阅读次数:133
JavaScript严格模式总结
由所示格式脚本进入严格模式严格模式和正常模式的区别主要如下:1、不支持八进制表示,如var n = 023;2、不支持with关键词3、无法删除变量(只有configurable设置为true的对象属性,才能被删除)1 "use strict";2 var x;3 delete ...
分类:编程语言   时间:2015-04-29 19:00:20    阅读次数:152
leetcode || 133、Clone Graph
problem: Clone an undirected graph. Each node in the graph contains a label and a list of its neighbors. OJ's undirected graph serialization: Nodes are labeled uniquely. We use # a...
分类:其他好文   时间:2015-04-29 11:46:22    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!